access denied on remote WMI calls

D

Darren Mar-Elia

I'm having a confounding time figuring out why I can't query WMI remotely.
The scenario is that I have an XP2, SP2 machine that is in a workgroup. I'm
trying to query the machine using WMI from either a Vista or another XP, SP2
machine. I am using the credentials of the workgroup machine's local
administrator account and regardless of what I do, I get "Access Denied". No
firewall is involved. Any ideas?
 
J

Jonathan Liu [MSFT]

Since the machine is in a workgroup, there is a minor modification that you
need to do to get this to work: See this article.
http://support.microsoft.com/?kbid=290403

In a nutshell you need to update the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\forceguest = 0

Just a reminder, modifying registry entries may lead to unintended
consequesnes, use at your own risk.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top