Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
Quickly check the listeners configured for Windows Remote Management.
August 5, 2014
Q: How can I check the Windows Remote Management listeners?
A: The easiest way to check the Windows Remote Management (WinRM) listeners is using the following command:
winrm e winrm/config/listener
This will show your HTTPS and/or HTTP listener. If you discover that you're missing an HTTP listener (for example), you can add the following command:
winrm create winrm/config/Listener?Address=*+Transport=HTTP
You May Also Like