WMI Issue with Windows 2008 Servers


i have 2 dc's running windows 2008 r2 , dc1 fsmo , dc2. have 2 windows 2003 server , number of other windows 2008 r2 servers.

on dc2 wmi connections work fine , on dc1 if try , connect windows 2008 r2 server fails. works if connect wmi port windows 2003 server.

checked firewall settings - seems fine. can telnet port 135 on dc1 servers

any appreciated.

hi,

 

i suggest run following commands re-register wmi components check result:

 

regsvr32 %systemroot%\system32\wbem\wmidcprv.dll

cd /d %windir%\system32\wbem

for %i in (*.dll) regsvr32 -s %i

for %i in (*.exe) %i /regserver

 

the windows management instrumentation tester window may appear, normal , can go ahead close it.

 

if not work, suggest run following commands repair wmi namespace:

 

net stop winmgmt

wmic /namespace:\\root path "__namespace.name='wmi'" delete

mofcomp %windir%\system32\wbem\wmi.mof

net start winmgmt

 

after that, please restart computer check result.

 

regards,

 

forum support

please remember mark replies answers if , unmark them if provide no help. if have feedback technet subscriber support, contact tnmff@microsoft.com.


arthur li

technet community support



Windows Server  >  Windows Server General Forum



Comments

Popular posts from this blog

2008 Windows Deployment Server Properties Error

Can no longer user MS Update - Files required to use Microsoft Update are no longer registered

How do a find data in one file, search for it in another file and if not found, write a custom message to another file