If N-Able is reporting Misconfigured for WMI services (Active Directory, Exchange Services, etc.) with a similar error message to:
201 NAWMIConnection::QueryMethod: Invalid class name. Machine name: 172.17.232.10. Namespace: root\cimv2. WQL string: Select LDAPBindTime, LDAPSuccessfulBindsPersec, LDAPWritesPersec, LDAPUDPoperationsPersec, LDAPActiveThreads, LDAPClientSessions, DRAInboundObjectUpdatesRemaininginPacket, DRAPendingReplicationSynchronizations from Win32_PerfRawData_NTDS_NTDS. Error code = 0x80041010.
run the following commands from the monitored system: *It is safe to run these commands on a production system.
winmgmt /clearadap winmgmt /kill winmgmt /unregserver winmgmt /regserver winmgmt /resyncperf
Once the next scan interval passes the service should no longer report as Misconfigured.