This article applies as of PRTG 23
My WMI sensors don't work after installing Microsoft Update KB50004442. What should I do?
If you recently installed Windows Update KB50004442, you might be affected by hardening changes. Microsoft recently rolled out a patch that hardens the DCOM authentication, which can cause authentication login attempts to fail.
In our experience, the issue should be fixed if all updates are installed on the PRTG core server system as well as on the target system. Alternatively, you can follow these steps as a workaround:
- Connect to the remote system via the WMI command-line tool:
wmic /privileges:enable /implevel:impersonate /authlevel:pktintegrity /node:"HOSTNAME" /user:"DOMAIN\USER" /password:"PASSWORD" computersystem get totalphysicalmemory
- Change the default authentication level in the DCOM configuration tool, as well as on the probe system:
- Run dcomcnfg to open the DCOM console.
- Open Component Services | Computers | My Computer.
- Right-click My Computer and choose Properties from the context menu.
- Open the Default Properties tab.
- Change Default Authentication Level to Packet Integrity.
The change should normally be effective immediately, otherwise restart the system.
We hope this helped resolve the issues you had.
More
Add comment