mkdocs/docs/windows_pw.md
francesco 9aab550a91
All checks were successful
continuous-integration/drone/push Build is passing
Refactor Network
2021-05-24 15:39:23 +02:00

517 B

Windows Powershell

Test NetConnection

From Module NetTCPIP

Windows Documentation

Test-NetConnection
    [[-ComputerName] <String>]
    -Port <Int32>
    [-InformationLevel <String>]
    [<CommonParameters>]

Example

Test-NetConnection -ComputerName 192.168.1.123 -Port 3389