Event ID 10147 — Configuration
Applies To: Windows Server 2008
You can configure various aspects of the WinRM service. The configuration information is stored in the registry.
Event Details
Product: | Windows Operating System |
ID: | 10147 |
Source: | Microsoft-Windows-WinRM |
Version: | 6.0 |
Symbolic Name: | LOG_MSG_WSMAN_INVALID_PATTERN_TRUSTEDHOSTS |
Message: | The host name pattern "%1" is invalid and it will be ignored. Host name patterns must not be empty and they can contain at most one wildcard ("*"). "*" pattern can be used to indicate all hosts; if this pattern is used, no other pattern can show up in the list. Special string "<local>" can be used to indicate all host names that do not have a '.' User Action Correct the host name pattern using the syntax described above. |
Resolve
Correct host name pattern
Fix the Trusted Host parameter using the following rules:
- Host name patterns must not be empty and they can contain at most one wildcard character (*). The wildcard (*) pattern can be used to indicate all hosts. If this pattern is used, no other pattern can show up in the list.
- Special string "<local>" can be used to indicate all host names that do not have a ".".
Verify
Use the winrm command-line tool to request the WinRM service to verify that the service is listening on the network.
To make a request, type winrm get winrm/config -r:<computer>, where computer is the name of the remote computer where the winrm service is running.