PowerTip: Test PowerShell Remote Connections

Doctor Scripto

Summary: Learn how to test a workstation for Windows PowerShell remoting connectivity.

Hey, Scripting Guy! Question How can I test a workstation to ensure that Windows PowerShell remoting can make a connection?

Hey, Scripting Guy! Answer Use the Test-WSMan cmdlet and specify the name of the remote workstation, as shown here.

13:53 C:\> Test-WSMan dc1

wsmid           : http://schemas.dmtf.org/wbem/wsman/identity/1/wsmanidentity.xsd

ProtocolVersion : http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd

ProductVendor   : Microsoft Corporation

ProductVersion  : OS: 0.0.0 SP: 0.0 Stack: 2.0

 

0 comments

Discussion is closed.

Feedback usabilla icon