The following article describes how to correct a corrupted WMI repository.
Trouble auditing machines using ENT NetCenter or ENT Network monitor typically fall into two categories:
However, if you are unable to audit a machine using our command line auditing utility (EntAudit.exe) then you may have a corrupted WMI repository. A corrupted WMI repository might also be indicated by the following network status codes, when attemptint to audit machines remotely from ENT NetCenter or ENT Network Monitor:
Unknown Error Error Inspecting Devices PNP Devices enum error Specified class does not exist
Re-registering and recompiling WMI providers
c:cd %windir%\system32\wbem\ for %i in (*.dll) do RegSvr32 /s %ifor %i in (*.mof, *.mfl) do Mofcomp %i
c:cd %windir%\system32\wbem\ net stop winmgmtrmdir /s /q repositoryrmdir /s /q Logsmkdir Logsnet start winmgmt
If after resetting the WMI repository on a machine, you are still unable to audit that machine using our command line auditing utility (EntAudit.exe), please contact Microforge.net Support for further assistance.