Check WinRM Listeners

Quickly check the listeners configured for Windows Remote Management.

John Savill

August 5, 2014

1 Min Read
QA

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

About the Author

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.

You May Also Like