Barb
Guest
|
Posted:
Fri Jan 14, 2005 2:33 am Post subject:
Profile overriding policy settings |
|
|
I have an issue where I have created some cutom ADM templates that apply to
the user (as verified with GPRESULT) but when verifying the setting in the
registry as the user, the setting has been overridden (it appears to be the
user's roaming profile). One of the ADM templates that this occurs with
would be one for setting the Internet Connection Wizard to completed as shown
below:
CLASS USER
CATEGORY "Internet Connection Wizard"
POLICY "Internet Connection Wizard"
EXPLAIN "This policy sets whether the Internet Connection Wizard has been
completed or not"
KEYNAME "Software\Microsoft\Internet Connection Wizard"
PART "ICW has completed (1=yes, 2=no)" NUMERIC REQUIRED
DEFAULT "1" MIN "0" MAX "1"
VALUENAME "Completed"
END PART
END POLICY
END CATEGORY
For many of my users, this policy applies, but like I have stated, is
getting overriden. Is this by design, and how do I get around this minor
issue?
Thanks in advance,
Barb |
|
Barb
Guest
|
Posted:
Fri Jan 14, 2005 2:37 am Post subject:
RE: Profile overriding policy settings |
|
|
Error in my file there... it should be 0=no not 2=no.
"Barb" wrote:
| Quote: | I have an issue where I have created some cutom ADM templates that apply to
the user (as verified with GPRESULT) but when verifying the setting in the
registry as the user, the setting has been overridden (it appears to be the
user's roaming profile). One of the ADM templates that this occurs with
would be one for setting the Internet Connection Wizard to completed as shown
below:
CLASS USER
CATEGORY "Internet Connection Wizard"
POLICY "Internet Connection Wizard"
EXPLAIN "This policy sets whether the Internet Connection Wizard has been
completed or not"
KEYNAME "Software\Microsoft\Internet Connection Wizard"
PART "ICW has completed (1=yes, 2=no)" NUMERIC REQUIRED
DEFAULT "1" MIN "0" MAX "1"
VALUENAME "Completed"
END PART
END POLICY
END CATEGORY
For many of my users, this policy applies, but like I have stated, is
getting overriden. Is this by design, and how do I get around this minor
issue?
Thanks in advance,
Barb |
|
|