after installing the KB5005573 on multiple windows server they have started logging on the event viewer the Event 10036 telling us that the user Administrator (the one we use for the WMI monitor; who is a Domain Admin) isn't allowed to activate the DCOM Server; these error are the ones that are logging on the event viewer (i've got them from the script that monitors the error on the system event in the last hour).
CRITICAL - [Triggered by _ItemCount50] - 85 event(s) of Severity Level: Error, were recorded in the last 1 hours from the System Event Log. (List is on next line. Fields shown are - Logfile:TimeGenerated:EventId:EventCode:SeverityLevel:Type:SourceName:Message)
System:20210918082854.355762-000
that's the command we use for the check.
/user/local/nagios/libexec/check_wmi_plus.pl -H 10.10.10.132 -t 45 -u Administrator -p Passw0rd -m checkeventlog -a 'System' -o 1 -3 1 -w '30' -c '50'
I've tried to do as suggested here but it has not fixed the problem
https://www.csoonline.com/article/36221 ... ation.html
Add a registry key to test the impact of the upcoming enforcement of the hardening. First add the registry key of HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Ole\AppCompat.
Add a value name of RequireIntegrityActivationAuthenticationLevel.
Enter “dword”.
Enter the value data as noted: default = not defined or 0x00000000 means disabled. 0x00000001 = enabled.
I've also tried to force NTLMv2 as the following guide
https://support.nagios.com/kb/article/n ... g-579.html
But the problem still happens any idea how can i fix this?