Domain policy template won't show any controls
Posted
by Kingnebula
on Stack Overflow
See other posts from Stack Overflow
or by Kingnebula
Published on 2010-04-02T19:01:55Z
Indexed on
2010/04/02
19:03 UTC
Read the original article
Hit count: 375
I have the following code that i found on the net. The problem is that it adds in nicely with the group policy editor and i can see it's Catogary under administrative controls but it doesn't show any controls for user input. What am i doing wrong here?
CLASS USER
category EmailStationary
POLICY "SetEmailStationary"
EXPLAIN "This policy sets the value for stationary"
KEYNAME "Software\Microsoft\Office\11.0\Common\MailSettings"
PART "What is the new stationary to use"
EDITTEXT
VALUENAME "NewStationery"
END PART
END POLICY
END category
© Stack Overflow or respective owner