Link to home
Start Free TrialLog in
Avatar of EastThames
EastThamesFlag for United Kingdom of Great Britain and Northern Ireland

asked on

ADM Template Problems

Hi all,

I am hoping some guru can save my sanity :) I have been trying to create the adm template below to change a D_WORD value from 0 - 1 etc.. it does not seem to be working but from what i can see it looks fine.. any help would be appreciated:

CLASS MACHINE

CATEGORY "PST"

POLICY "PST ACCESS"

EXPLAIN "This setting will turn on or off access to the PST menu in outlook 2003"

KEYNAME "Software\Microsoft\Office\11.0\Outlook"
 
VALUENAME "DisablePST"
VALUEON NUMERIC 1
VALUEOFF NUMERIC 0

END POLICY
END CATEGORY


Dan
Avatar of oBdA
oBdA

What exactly does "it does not seem to be working" mean?
If the issue is that you see the categories, but not the policy, then in GPEdit, right-click "Administrative Templates", choose "View > Filter", and uncheck "Only show policies that can be fully managed".
ASKER CERTIFIED SOLUTION
Avatar of EastThames
EastThames
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EastThames

ASKER

a
Patience!