Link to home
Start Free TrialLog in
Avatar of mystikal1000
mystikal1000

asked on

WMI missing many classes on a Windows 2008 R2 Server

I found out I am missing many WMI classes, specifically needed Win32_OperatingSystem from root\cimv2.  I have many other classes that are missing on the specific server.  I was wondering what is the best way to re-register these classes, non-intrusive way, if possible.
Avatar of David Johnson, CD
David Johnson, CD
Flag of Canada image

Avatar of mystikal1000
mystikal1000

ASKER

I did that already.
Did you try this command to rebuild WMI? (It will ask for the 2008 R2 DVD)

rundll32.exe setupapi,InstallHinfSection WBEM 132 %windir%\inf\wbemoc.inf
ASKER CERTIFIED SOLUTION
Avatar of mystikal1000
mystikal1000

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Okay, thanks. I've seen that set of commands ran too!
I fixed the issue with this command.
Mystikal1000 I can not get that comand to run.