Powershell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "powershizzle here") |
No edit summary |
||
Line 1: | Line 1: | ||
=Powershell= | |||
==Useful Commands== | |||
===Test if port open from one server to another=== | |||
<pre>Test-NetConnection 10.10.10.10 -port 445</pre> | |||
Example output: |
Revision as of 08:43, 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: