Powershell: Difference between revisions

From roonics
Jump to navigation Jump to search
Line 5: Line 5:


Example output:
Example output:
<pre style="color: silver; background: #012456; width: 800px">
<pre style="color: white; background: #012456; width: 800px">


</pre>
</pre>

Revision as of 09:47, 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: