Search notes:

Windows service: WinRM

Windows Remote Management (WS-Management)
WinRM is Microsoft's implementation of the WS-Management Protocol. This protocol is SOAP based, allows systems to access and exchange management information across an IT-infrastructure and handles authentication.
WinRM has superseded DCOM as recommended remote WMI protocol.
By default, WinRM uses Kerberos for authentication. So, Windows does not send the password to the system that requests a validation.
The WinRM service listens on TCP/IP port 5985 (by default).

TODO

The PowerShell drive wsman.
The PowerShell cmdLet test-wsman.

See also

winrm.vbs, winrm.cmd
The PowerShell noun wsMan
The Windows Remote Shell command line tool: winrs.exe
Common Information Model (CIM)
The WinRM service can be started in PowerShell with the enable-psRemoting cmdLet.

Links

How To: Configure WINRM for HTTPS

Index