PowerShell remoting is built on top of Windows Remote Management (WinRM), which is Microsoft’s implementation of WS-Management protocol. You can use winrm.cmd command line tool to query and manage winrm settings. PowerShell V2 CTP3 contains a wsman provider for you to manage winrm settings with the standard *-Item cmdlets . Let’s try it out: PS C:\> cd wsman: PS WSMan:\> dir WSManConfig: Microsoft
Read More...
Read the complete post at http://blogs.msdn.com/powershell/archive/2009/01/06/manage-winrm-settings-with-wsman-provider.aspx
Posted
Jan 06 2009, 02:57 PM
by
Windows PowerShell Blog