WMI cannot modify HKCU registry for Windows Server 2003 remotely
Tech-Archive recommends: Fix windows errors by optimizing your registry
Can anybody tell me why it always returns an
error of access deny when writing a HKCU registry to a Windows Server 2003
remotely. I am already a Domain Admin as well as a Enterprise Admin. Thanks in
advanced.
-------------------------------------------------------------------------
Set objReg = GetObject("winmgmts:"
_ <--- Error occured at GetObject
&
"{impersonationLevel=Impersonate," _
&
"authenticationLevel=PktPrivacy}!" _
& "\\" & strComputer
& "\root\" _
&
"default:StdRegProv")
objReg.SetDWORDValue HKCU, strKeyPath,
strValueName, strValue
-------------------------------------------------------------------------
Note: strComputer is a Windows Server
2003.
Relevant Pages
- Re: "Access Denied" message when adding member server in existing AD
... This posting is provided "AS IS" with no warranties, and confers no rights. ... I am unable to add new member sever i.e. Windows server 2003 to my ... It shows "Access Denied" message even if I log in as Domain admin ... (microsoft.public.windows.server.active_directory) - Re: Login service password
... Every service should be running under its own account and NO service should be running under the builtin domain admin account. ... In fact, no service should probably be running with domain admin creds at all, there is almost never any reason to support doing so. ... Joe Richards Microsoft MVP Windows Server Directory Services ... (microsoft.public.win2000.active_directory) - Re: Exchange 2000 containers (Fields) not showing up in active directory!!
... Oli ... > Don't need to log on with a domain admin ID. ... > Joe Richards Microsoft MVP Windows Server Directory Services ... (microsoft.public.win2000.active_directory) - RE: Domain Admin Group cant write to C Drive
... I solved the problem by disabling the UAC (User Account Control) feature. ... I have a Windows Server 2008 on a Windows Server 2003 AD Domain. ... default, "Domain Admins" is in the Local Administrators group, after I joined ... the C drive while logged in as a Domain Admin. ... (microsoft.public.security) - Domain Admin Group cant write to C Drive
... I have a Windows Server 2008 on a Windows Server 2003 AD Domain. ... default, "Domain Admins" is in the Local Administrators group, after I joined ... the C drive while logged in as a Domain Admin. ... (microsoft.public.security) |
|