WMI remote Access denied

G

Guest

Hi,

I've got a problem running WMI control on a remote server.
During connecting with the WMI control to a remote server i get the error
"Access denied". I get this message on both servers.

I've reinstalled the WMI and deleted the C:\WINNT\WBEM\REPOSITORY directory
but without success.

Both servers running Windows 2000 server and are in the same domain.
The logged on user is domain admin.

Has someone an suggestion to fix this problem?
 
G

Guest

The domain admins have all rights to it so i think this could not be the
problem.
 
J

Jim Vierra

Check WMI to be sure it hasn't been overridden and check the permissions on
the wbem folder.
 
G

Guest

Hi,

In the Control WMI are several folder with permission on it.
The domain admin is added to all of these folders with the option remote
access on but without success.
 
G

Guest

Hi,

In the WMI Control all folders have SYSTEM and NETWORK permission to full
control.
The services is restarted after i made the change but no success.
 
S

ScriptMonkey

I was having this issue also. The problem ended up being in the local
security policy settings. Check this setting from the Administrative
Tools > Local Security Policy applet:

Security Settings > Local Policies > User Rights Assignments >
Impersonate a client after authentication

If the .NET Framework is installed, you should have the following
listings:
<LOCALMACHINE>\ASPNET, Administrators, SERVICE

If these rights aren't setup properly, you can't access WMI from a
remote workstation.
 
S

ScriptMonkey

After fixing the rights issue, I found one other problem with this
machine -- DCOM was disabled. To re-enable it, I did the following:

1.) Run dcomcnfg.exe.
2.) On the Default Properties tab, check the box for Enable Distributed
COM on this computer
3.) Reboot

After all that, I am finally able to connect to WMI remotely on this
workstation.
 

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