Allow COM+ to Windows Firewall Core 2019

I got the following error when trying to manage Server Core from another machine.

COM+ Network Access (DCOM-In)

All rules in the Remote Event Log Management Group

Resolution

PS C:\Users\Administrator> Set-NetFirewallRule -Name “RemoteEventLogSvc-In-TCP” -Enabled True -Profile Domain
PS C:\Users\Administrator> Set-NetFirewallRule -Name “RemoteEventLogSvc-NP-In-TCP” -Enabled True -Profile Domain
PS C:\Users\Administrator> Set-NetFirewallRule -Name “RemoteEventLogSvc-RPCSS-In-TCP” -Enabled True -Profile Domain
PS C:\Users\Administrator> Set-NetFirewallRule -Name “WMI-WINMGMT-In-TCP” -Enabled True -Profile Domain