Listener Availability

Applies To: Windows Server 2008 R2

The Listener is a component of the WinRM service that indicates to the service which IP addresses and ports to listen on for WS-Management related requests. Users can create one or more listeners.

Events

Event ID Source Message

10101

Microsoft-Windows-WinRM

The WinRM service is not listening for requests since it failed to listen on at least one address and port.

Remote management using WinRM will fail.

User Action
Configure listeners by enabling GPO policy for Auto Configuration of listeners or manually create a listener using WinRM command line tool.

10102

Microsoft-Windows-WinRM

The WinRM service is not listening for %1 requests because there was a failure binding to the URL (%2) in HTTP.SYS.

Another process is registered to listen on the WinRM service URL prefix.

User Action
Correct this problem by stopping the other process, changing its URL prefix, or by changing the configuration for the WS-Management listening address.

10104

Microsoft-Windows-WinRM

The WinRM service is not listening for HTTPS requests because there was a failure binding to the URL (%1) in HTTP.SYS.

No remote requests will be serviced on that URL.

User Action
Please use "netsh http" to check if ACL for URL (%1) is set to Network Service.

Additional Data
The error code received from HTTP.sys is %2: %%%2

10111

Microsoft-Windows-WinRM

User authentication using Basic authentication scheme failed.

Additional Data
Unexpected error received from LogonUser %1: %%%1.

10114

Microsoft-Windows-WinRM

The SSL configuration for IP %1 and port %2 is shared with another service, such as Internet Information Services (IIS).

10119

Microsoft-Windows-WinRM

The WinRM service is unable to start because of a failure during initialization.

Additional Data
The error code is %1.

10120

Microsoft-Windows-WinRM

The WinRM service has received an unsecure HTTP connection from %1.

This is not a secure configuration.

User Action
Set AllowUnencrypted to False in WinRM configuration to ensure packets are encrypted on the wire.

10121

Microsoft-Windows-WinRM

The WinRM service has been configured to accept basic authentication for unsecure HTTP connections.

This is not a secure configuration.

User Action
Set AllowUnencrypted to False in WinRM configuration to ensure packets are encrypted on the wire.

10128

Microsoft-Windows-WinRM

The WinRM service is not listening for HTTP requests because there was a failure binding to the URL (%1) in HTTP.SYS.

No remote requests will be serviced on that URL.

User Action
Please use "netsh http" to check if ACL for URL (%1) is set to Network Service.

Additional Data
The error code received from HTTP.sys is %2: %%%2

10130

Microsoft-Windows-WinRM

IP Filter %1 specified in the GPO policy for Auto Configuration of listeners is invalid and it will be ignored. Due to this issue, the WinRM service cannot use the autoconfigured listener.

"*" is used to indicate that the service should listen on all available IPs on the machine. When "*" is used, other ranges cannot be specified in the filter.

User Action
Remove other IP ranges if "*" needs to be included in the IP Filter.

10131

Microsoft-Windows-WinRM

The IP Range %1 is invalid and it will be ignored.

Ranges are specified using the syntax IP1-IP2. Multiple ranges are separated using "," as delimiter.
Example IPv4 ranges: 2.0.0.1-2.0.0.20, 24.0.0.1-24.0.0.22
Example IPv6 ranges: 3FFE:FFFF:7654:FEDA:1245:BA98:0000:0000-3FFE:FFFF:7654:FEDA:1245:BA98:3210:4562

User Action
Correct the IP filter %1 using the syntax described above.

10132

Microsoft-Windows-WinRM

The WinRM service is not listening for policy changes because there was a failure registering for changes to the contents of the WS-Management policy key.

No group policy change will be serviced.

User Action
Stop and restart the WinRM service.

Additional Data
The error code was %1.

10136

Microsoft-Windows-WinRM

The WinRM service encountered a catastrophic security failure. The service can no longer run under its security context.

User Action
Stop and restart the WinRM service.

Additional Data
The error code is %1.

10148

Microsoft-Windows-WinRM

The WinRM service is listening for WS-Management requests.

User Action
Use the following command to see the specific IPs on which WinRM is listening:

winrm enumerate winrm/config/listener

10149

Microsoft-Windows-WinRM

The WinRM service is not listening for WS-Management requests.

User Action
If you did not intentionally stop the service, use the following command to see the WinRM configuration:

winrm enumerate winrm/config/listener

10150

Microsoft-Windows-WinRM

The WinRM service could not use the following listener to receive WS-Management requests. The listener is enabled but the listener does not have an IP address configured.

User Action
Check the underlying network configuration to determine if this listener has at least one valid IP. If the IP is valid, ensure that WinRM configuration does not exclude that IP address by using the following command:

winrm get winrm/config/service

Additional Data
Listener transport: %1
Listener address: %2

50179

Microsoft-Windows-WinRM

The WinRM service is stopping because there was a failure registering for changes to the IP addresses.

User Action
Restart the WinRM service.

Additional Data
The error code was %1.

50180

Microsoft-Windows-WinRM

The WinRM service is stopping because there was a failure registering for changes to the configuration.

User Action
Restart the WinRM service.

Additional Data
The error code was %1.

WinRM Service

Management Infrastructure