Powershell

From roonics
Revision as of 09:43, 29 August 2019 by Jlambert (talk | contribs)
Jump to navigation Jump to search

Powershell

Useful Commands

Test if port open from one server to another

Test-NetConnection 10.10.10.10 -port 445

Example output: