Hi Karlie,
Thank you for your reply. I did end up getting this to work by following this article: https://learn.microsoft.com/en-us/troubleshoot/windows-server/admin-development/events-not-forwarded-by-windows-server-collector
I ran command prompt as admin and input the following:
netsh http delete urlacl url=http://+:5985/wsman/
netsh http add urlacl url=http://+:5985/wsman/ sddl=D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
netsh http delete urlacl url=https://+:5986/wsman/
netsh http add urlacl url=https://+:5986/wsman/ sddl=D:(A;;GX;;;S-1-5-80-569256582-2953403351-2909559716-1301513147-412116970)(A;;GX;;;S-1-5-80-4059739203-877974739-1245631912-527174227-2996563517)
Once I did that, I went back to event viewer, right clicked the "source initiated" subscription and hit "retry"
I started seeing computers pop in there and I also got a new event: 10154 "The WinRM service failed to create the following SPNs"
I found this article: https://igorpuhalo.wordpress.com/2019/02/14/event-10154-the-winrm-service-failed-to-create-the-following-spns-wsman-dcname-domain-tld-wsman-dcname/
Once I did that, the error went away.
I am still monitoring and don't see any domain controllers yet, but I would like to give this some time to make sure those show up.