Skip to content

Commit 7992770

Browse files
Update events-not-forwarded-by-windows-server-collector.md
There was a missing letter 's' in protocol list. Probably a copying typo
1 parent c2c36a6 commit 7992770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/windows-server/admin-development/events-not-forwarded-by-windows-server-collector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The forwarder is having a problem communicating with subscription manager at add
3737
This behavior is caused by the permissions that are configured for the following URLs:
3838

3939
- `http://+:5985/wsman/`
40-
- `http://+:5986/wsman/`
40+
- `https://+:5986/wsman/`
4141

4242
On the event collector computer, both the Windows Event Collector service (WecSvc) and the Windows Remote Management service (WinRM) use these URLs. However, the default access control lists (ACLs) for these URLs allow access for only the svchost process that runs WinRM.
4343
In the default configuration of Windows Server 2016, a single svchost process runs both WinRM and WecSvc. Because the process has access, both services function correctly. However, if you change the configuration so that the services run on separate host processes, WecSvc no longer has access and event forwarding no longer functions.

0 commit comments

Comments
 (0)