Re: administrator access
- From: "Mike Shepperd" <mikesmobile_|_gmail>
- Date: Fri, 8 Jul 2005 11:16:57 -0700
I have seen this issue in the past resolved by rebuilding the WMI
repository. The commands below should be run manually or in a batch file to
rebuild the repository:
---------------------------------------------------------
net stop winmgmt
c:
cd %systemroot%\system32\wbem
rd /S /Q repository
regsvr32 /s %systemroot%\system32\scecli.dll
regsvr32 /s %systemroot%\system32\userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s
echo DONE reboot
pause
---------------------------------------------------------
You should then be able to reboot the machine and see if you're able to
access the RSOP data etc...
Let me know if it works.
--
Mike Shepperd
MCSE NT4, 2000, 2003
NewFuture Consulting
Seattle, Washington
"PierreL" <PierreL@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:53F368D3-703B-4FA9-8775-99B8998F5A08@xxxxxxxxxxxxxxxx
> We have 3 servers. Server1 and server2 are dc and server3 is our exchange
> Server. The problems are only on my server1:
>
>
> I'm not able to run gpresult : the user does not have rsop data.
>
> I'm not able to run rsop.msc : group policy error. you do not have
> permission to perform this operation. detail : acces is denied.
>
> I cant run wmimngt.msc : failed to connect to <local computer> because
> win32:access is denied
>
> I cannot see my local network properties:" you do not have suffisant
> privileges for accessing connection, please contact you administrator"
>
>
> and I cant see the dependencies of all services in computer management :
> "w32 access denied"
>
>
> I think that the problem is the "local computer policy" of the server 1
> because with the other dc and the server 3 there is no problem .. Is that
> possible to reset the local computer policy ?
>
>
.
- Follow-Ups:
- Re: administrator access
- From: PierreL
- Re: administrator access
- References:
- administrator access
- From: PierreL
- administrator access
- Prev by Date: Re: Windows Explorer Settings with GPO
- Next by Date: Re: help with loopback gp verses ad group
- Previous by thread: administrator access
- Next by thread: Re: administrator access
- Index(es):
Relevant Pages
|