Corporate Deployment: Power User can't write to hive CU Policy Key

  • Thread starter Thread starter Glenn
  • Start date Start date
G

Glenn

Have a reg file that consists of a GPO's entry in
HKEY_Current_User\Software\Policies\Microsoft\Office\11.0
\Outlook\Options\Mail\JunkMailProtection... anyway it
will install OK in a script as a Local Administrator but
won't make the entry as a Power User. In the past Power
Users have been able to write to CU is there something
sacred about subkey Policies? Is there a workaround?

Thanks!

Glenn
 
Glenn said:
Have a reg file that consists of a GPO's entry in
HKEY_Current_User\Software\Policies\Microsoft\Office\11.0
\Outlook\Options\Mail\JunkMailProtection... anyway it
will install OK in a script as a Local Administrator but
won't make the entry as a Power User. In the past Power
Users have been able to write to CU is there something
sacred about subkey Policies? Is there a workaround?

Hi

Yes, the Policies subkey has a more restricted access.

Some Runas wrapper utilities or alternatives that might help you:

http://groups.google.com/[email protected]


--
torgeir
Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of the 1328 page
Scripting Guide:
http://www.microsoft.com/technet/community/scriptcenter/default.mspx
 
Back
Top