I built a Windows Event Collector for the first time in our domain. The Collector server is Windows Server 2022. All the systems forwarding to it are Server 2019. The subscription is specifically for AppLocker logs (I plan to expand this in the future, but this is where I started). The collection is source initiated. I have 11 systems showing up in the source computers under the subscriptions, and confirm 11 systems when I run "wecutil gr <subscription_name>". I have two computers that are not that I feel should be. On server1, I log in and in the Eventlog-ForwardingPlugin log, it shows event 104 - The forwarder has successfully connected... But server1 isn't listed in the wecutil output. Server1 does have recent AppLocker events that should be forwarding. There are no recent errors in the Windows Remote Management log on Server1 either. Not sure why it isn't listed.
The second server is the server running WEC. I want it to also put its AppLocker logs in the forwarded events (so I can query all AppLocker events in one place). In this server's Eventlog-ForwardingPlugin log, it shows event 105 with error code 2150859027. Searching this shows a change to make to the WSMAN URL ACL, which I've done twice. And I don't think all the other systems would connect normally if that was a problem still.
Any help is greatly appreciated.