PC Review


Reply
Thread Tools Rate Thread

Apply registry setting.

 
 
name
Guest
Posts: n/a
 
      6th Jul 2004
I notice that more settings can be denied through the
registry than when using group policy. Is there a way to
apply a registry setting to a group policy.

For example I can remove the search feautre in IE through
regedit but I can't remove it through the GPO. Once I
have it removed through Regedit how do I then apply that
to all users in one group?
 
Reply With Quote
 
 
 
 
name
Guest
Posts: n/a
 
      6th Jul 2004
rather running a bat file to delete a registry key would
work even better.



>-----Original Message-----
>I notice that more settings can be denied through the
>registry than when using group policy. Is there a way

to
>apply a registry setting to a group policy.
>
>For example I can remove the search feautre in IE

through
>regedit but I can't remove it through the GPO. Once I
>have it removed through Regedit how do I then apply that
>to all users in one group?
>.
>

 
Reply With Quote
 
Kevin Sullivan
Guest
Posts: n/a
 
      7th Jul 2004
A couple of things here "name"... First off there are a couple of different
ways to manage registry setting via Group Policy and they will almost always
come down to custom .adm templates, scripts or a Client Side Extension. .ADM
templates are pretty easy but a bit convoluted and they simply add the
registry setting to the editor in Group Policy and allow you to manage it.
The setting needs to be conversted to a .adm file and then loaded into the
GPOE and then managed on the GPO itself.

Second, you can write a script. There is a lot of registry functionality
that can be accessed through WSH the written into a VBScript or JScript and
deployed through a logon,logoff or startup,shutdown script (depending on
what you are tyring to do).

The Client Side Extension is the way to go and is truly Group Policy. We
offer our registry Client Side Extension free of charge. Fully free. What it
does is put into the GPOE (object editor) an extension to expose the
management capabilities of the registry (in very simple terms). You can
Create, Replace, Update or Delete registry keys, values etc. and you simply
have to drill down to the key in question and put in the value and it will
be deployed to everyone who falls into the scope of the GPO. Very easy UI to
find registry keys etc. Additionally all AutoProf CSEs have a filter control
that has about 25+ settings that can be applied to each policy.

For example, imagine you have some issues with AD replication. There is a
diagnostic value called 'Replication Events' that can be turned on the
capture replication issues. These NTDS diagnostics are stored in
HKLM\CCS\System\NTDS\Diagnostics and the value is "5 Replication Events'. If
the data is a 0 there is no logging and a 5 is a ton of logging. I believe
only odd numbers are valid but can't remember. Anyway, I want to turn
diagnostics up to a level 3 for the domain controllers which are having
issues. I can go to the Domain Controllers OU and create a new GPO or simply
create an unlinked GPO with GPMC and drill down to 'User Settings' (we add
this node) Registry and with the UI drill to the key
HKLM\CCS\System\NTDS\Diagnostics choose Create, Replace, Update, or Delete
and the value. Then I can add the filter to this reg key which can specify,
for example "apply this registry value data to every system this GPO is
applicable to that are within one of these three IP subnets". Then link the
GPO to the target container, in this case the Domain Controllers OU. Collect
data for a couple of house and then in the same setting change to Update and
set the data back to 0. The next Group Policy refresh cycle the logging
setting will reset.

The last thing to mention related to your original note is that Group
Policies are not applied to groups. They are applied to users and computers
that fall within the scope of the GPO (AD hierarchy). AutoProf solutions do
have a 'security group' filter item but the actual target objects need to be
in the path of the GPO.

If interested email me offline and I can walk you through this. I am working
on an evaluator's guide/quick start guide that will be available on our site
shortly.

Kevin Sullivan
(E-Mail Removed)
AutoProf...


"name" <(E-Mail Removed)> wrote in message
news:275a901c4637c$ff853130$(E-Mail Removed)...
> I notice that more settings can be denied through the
> registry than when using group policy. Is there a way to
> apply a registry setting to a group policy.
>
> For example I can remove the search feautre in IE through
> regedit but I can't remove it through the GPO. Once I
> have it removed through Regedit how do I then apply that
> to all users in one group?



 
Reply With Quote
 
Nick Taylor
Guest
Posts: n/a
 
      20th Jul 2004

Hello Kevin,
Where exactly can I get the registry Client Side Extension.
What I want to do is create a GPO (or amend our default GPO) to remov
a key from the registry. Can you help me please?
Thanks

Kevin Sullivan wrote:
> *A couple of things here "name"... First off there are a couple o
> different
> ways to manage registry setting via Group Policy and they will almos
> always
> come down to custom .adm templates, scripts or a Client Sid
> Extension. .ADM
> templates are pretty easy but a bit convoluted and they simply ad
> the
> registry setting to the editor in Group Policy and allow you t
> manage it.
> The setting needs to be conversted to a .adm file and then loade
> into the
> GPOE and then managed on the GPO itself.
>
> Second, you can write a script. There is a lot of registr
> functionality
> that can be accessed through WSH the written into a VBScript o
> JScript and
> deployed through a logon,logoff or startup,shutdown script (dependin
> on
> what you are tyring to do).
>
> The Client Side Extension is the way to go and is truly Group Policy
> We
> offer our registry Client Side Extension free of charge. Fully free
> What it
> does is put into the GPOE (object editor) an extension to expose the
> management capabilities of the registry (in very simple terms). Yo
> can
> Create, Replace, Update or Delete registry keys, values etc. and yo
> simply
> have to drill down to the key in question and put in the value and i
> will
> be deployed to everyone who falls into the scope of the GPO. Ver
> easy UI to
> find registry keys etc. Additionally all AutoProf CSEs have a filte
> control
> that has about 25+ settings that can be applied to each policy.
>
> For example, imagine you have some issues with AD replication. Ther
> is a
> diagnostic value called 'Replication Events' that can be turned o
> the
> capture replication issues. These NTDS diagnostics are stored in
> HKLM\CCS\System\NTDS\Diagnostics and the value is "5 Replicatio
> Events'. If
> the data is a 0 there is no logging and a 5 is a ton of logging.
> believe
> only odd numbers are valid but can't remember. Anyway, I want t
> turn
> diagnostics up to a level 3 for the domain controllers which ar
> having
> issues. I can go to the Domain Controllers OU and create a new GPO o
> simply
> create an unlinked GPO with GPMC and drill down to 'User Settings
> (we add
> this node) Registry and with the UI drill to the key
> HKLM\CCS\System\NTDS\Diagnostics choose Create, Replace, Update, o
> Delete
> and the value. Then I can add the filter to this reg key which ca
> specify,
> for example "apply this registry value data to every system this GP
> is
> applicable to that are within one of these three IP subnets". The
> link the
> GPO to the target container, in this case the Domain Controllers OU
> Collect
> data for a couple of house and then in the same setting change t
> Update and
> set the data back to 0. The next Group Policy refresh cycle th
> logging
> setting will reset.
>
> The last thing to mention related to your original note is tha
> Group
> Policies are not applied to groups. They are applied to users an
> computers
> that fall within the scope of the GPO (AD hierarchy). AutoPro
> solutions do
> have a 'security group' filter item but the actual target object
> need to be
> in the path of the GPO.
>
> If interested email me offline and I can walk you through this. I a
> working
> on an evaluator's guide/quick start guide that will be available o
> our site
> shortly.
>
> Kevin Sullivan
> (E-Mail Removed)
> AutoProf...
>
>
> "name" <(E-Mail Removed)> wrote in message
> news:275a901c4637c$ff853130$(E-Mail Removed)...
> > I notice that more settings can be denied through the
> > registry than when using group policy. Is there a way to
> > apply a registry setting to a group policy.
> >
> > For example I can remove the search feautre in IE through
> > regedit but I can't remove it through the GPO. Once I
> > have it removed through Regedit how do I then apply that
> > to all users in one group? *




--
Nick Taylor
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message835504.html



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Apply registry changes immediately =?Utf-8?B?VHJveSBIZWJlcg==?= Microsoft Dot NET 4 7th Feb 2004 01:54 AM
Apply Registry Key to All Users Steve Microsoft Windows 2000 Registry Archive 0 19th Nov 2003 05:30 AM
Apply Registry Key to All Users Steve Microsoft Windows 2000 Registry Archive 0 19th Nov 2003 05:30 AM
Apply Registry Key to All Users Steve Microsoft Windows 2000 Registry 0 19th Nov 2003 05:30 AM
Re: Apply Registry Entry via GPO/Msi Tim Hines [MSFT] Microsoft Windows 2000 Group Policy 0 15th Aug 2003 02:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:49 PM.