November 14th, 2014

PowerTip: Find WSMAN Settings by Using PowerShell

Doctor Scripto
Scripter

Summary: Use Windows PowerShell to find the WSMAN service settings on a local computer.

Hey, Scripting Guy! Question How can I use Windows PowerShell to easily verify the WSMAN settings on my local computer?

Hey, Scripting Guy! Answer Open the Windows PowerShell ISE or console with admin rights, and then use the
           WSMAN provider to display the LocalHost\Service folder as shown here:

dir WSMan:\localhost\Service

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.