Click here to Skip to main content
15,913,773 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am a beginner in WMI and I want to use WMI for my project. On the local machine, I have no problem. And I can also use wmic for local.

But in the remote connection, I didn't connect. I get an error like this:

Win32: Access Denied.


Is it a workgroup problem?

After that, I tried everything and opened all access permission about WMI and finally I damaged the WMI :)

Now I am getting an error like this:

0x80040154 (REGDB_E_CLASSNOTREG)


At wmimgmt.msc , i saw an error like WMI not registered and I can't select any tabs. So WMI has downed.

What can I do?

And in the wmic, I get this error for another computer.

wmic code: /node:xxx.xxx.xxx.xxx (this remote machine ip address) CPU GET NAME


Response to this command

xxx.xxx.xxx.xxx - Invalid node

Can any one help me?

Thanks!

Agah Burak DEMİRKAN
Posted
Updated 9-Apr-10 5:14am
v2

You can start here[^]. There are also two useful webcasts on TechNet (here[^] and here [^]) regarding troubleshooting WMI using the WMI Diagnosis Utility. Googling troubleshooting WMI[^] also returns useful results.
There is also a MSDN section about connecting to WMI remotely.[^]
 
Share this answer
 
Thanks for reply. I did everything in the links before the message commit for errors and remote connections. But didn't work. And now my wmi is down. I found a diagnosis tool for wmi which name is "WMIDiag". This tool give a lot of tips for errors and warnings.

But my biggest problem is registries. In the all of website i traveled, they are talking about some registries but there aren't those registries in my computer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900