Powershell: Difference between revisions

From roonics
Jump to navigation Jump to search
(Created page with "powershizzle here")
 
No edit summary
Line 1: Line 1:
powershizzle here
=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 09: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: