Powershell: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 5: | Line 5: | ||
Example output: | Example output: | ||
<pre style="color: silver; background: blue; width: 800px"> | |||
</pre> |
Revision as of 08:44, 29 August 2019
Powershell
Useful Commands
Test if port open from one server to another
Test-NetConnection 10.10.10.10 -port 445
Example output: