Re: Help with a new adm template



Test this first, obviously, as I'm just writing it off the top of my head:

CLASS MACHINE
CATEGORY "Outlook PST Options"
POLICY "Disable PST Options"
KEYNAME "Software\Microsoft\Office\11.0\Outlook"
VALUENAME "DisablePST"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0
END POLICY
END CATEGORY;

Save this as an adm file and import it into the applicable GPO.

HTH

Laura E. Hunter
Microsoft MVP - Windows Server Networking
Responses provided as-is; no warranties expressed or implied

"chipflyer" <chipflyer@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CB830051-58A7-41E4-A41B-34F1CBE19031@xxxxxxxxxxxxxxxx
What I need to do is set the reg value below on all client machines which
will disable the PST options on client machines. Can somebody show me one
time how this should look in new adm template? Any help would be greatly
appreciated, I can't quite get it right.
Thank you,
Jeff

The key is:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Outlook]

"DisablePST"=dword:00000001





.