Skip to content

Commit 50ddc00

Browse files
committed
"transferring changes"
Merge branch 'patch-1' of https://github.com/bad-samaritan/supportarticles-docs into AB#8114-typo-fix
2 parents 4ad4322 + 7992770 commit 50ddc00

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)