We have all been there…. you want to do a quick check if an IP port is reachable from a Windows machine. There is no telnet or putty installed/available and you don’t want to introduce any changes to the system.
Launch a Powershell window
[sourcecode language='powershell' ] Test-netconnection -computername randommachinename.rocyjati.local -port 3163 [/sourcecode]