Summary: Use Windows PowerShell to test the connection to a remote server.
How can I test the connection in my server to see if I can run a remote Windows PowerShell command?
Use the Test-WsMan cmdlet, for example:
Test-WsMan –computername s1
Summary: Use Windows PowerShell to test the connection to a remote server.
How can I test the connection in my server to see if I can run a remote Windows PowerShell command?
Use the Test-WsMan cmdlet, for example:
Test-WsMan –computername s1