I've been trying to do some RSOP Planning using a non-admin user account on
a domain member workstation.
I am using the following VBScript code:
strComputer = "DC1"
Set locator = CreateObject("WbemScripting.SWbemLocator")
Set connection = locator.ConnectServer (strComputer, "root\rsop", null,
null, null, null, 0, null)
(for the ConnectServer parameters, see
http://msdn.microsoft.com/en-us/libr...20(VS.85).aspx)
When I logon to the workstation as an administrator - no problem executing
the script.
When I use a non-admin account, I get an error 80070005 access denied
message executing line 3.
I have used the wmimgmt.msc mmc to set permissions on Root\RSOP for
"Authenticated Users" to the same as "Administrators" for "this namespace
and subnamespaces".
I have also granted "Authenticated Users" permission for "RSOP Planning" and
"RSOP Logging" on the OU which contains the workstation account.
What permissions am I missing???


