PC Review


Reply
Thread Tools Rate Thread

Automating Group Policy changes

 
 
BertieBigBollox@gmail.com
Guest
Posts: n/a
 
      4th Aug 2006
Newbie question....

I've got a list of Group Policy changes to perform. Is there any way to
automate if I want to do the same on another machine?

Can I export after I've made the changes and import this onto another
machine?

 
Reply With Quote
 
 
 
 
Kevin Sullivan
Guest
Posts: n/a
 
      4th Aug 2006
Well... of course you can create one GPO that applys to all of the
computers/users in a given AD path. That is the beauty of the whole system.
One GPO affecting many users/computers.

Depending on what settings you are talking about there are other things you
can do, like create secruity templates to be deployed.

Also, whitin the GPMC you can create a GPO, back it up and then create other
GPOs and import the settings from the old into the new (sort of creating a
template of sorts for a starting point.).

Is AD at play here or are you just using Local Group Policy?

Kevin
<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Newbie question....
>
> I've got a list of Group Policy changes to perform. Is there any way to
> automate if I want to do the same on another machine?
>
> Can I export after I've made the changes and import this onto another
> machine?
>


 
Reply With Quote
 
 
 
 
BertieBigBollox@gmail.com
Guest
Posts: n/a
 
      4th Aug 2006

> Well... of course you can create one GPO that applys to all of the
> computers/users in a given AD path. That is the beauty of the whole system.
> One GPO affecting many users/computers.
>
> Depending on what settings you are talking about there are other things you
> can do, like create secruity templates to be deployed.
>
> Also, whitin the GPMC you can create a GPO, back it up and then create other
> GPOs and import the settings from the old into the new (sort of creating a
> template of sorts for a starting point.).
>
> Is AD at play here or are you just using Local Group Policy?
>


Standalone server so no AD....

All I want to do is be able to edit the group policies on one machine,
then when I go to another machine import this. Can I just export and
import ?

 
Reply With Quote
 
Kevin Sullivan
Guest
Posts: n/a
 
      4th Aug 2006
if they are security settings you can create security templates (.inf files)
that can be imported into the other machine. But most of Group Policy
(Administrative templates and such) are not included into the templates.

Are your settings security settings? or ADM stuff like desktop lockdown...?

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
>> Well... of course you can create one GPO that applys to all of the
>> computers/users in a given AD path. That is the beauty of the whole
>> system.
>> One GPO affecting many users/computers.
>>
>> Depending on what settings you are talking about there are other things
>> you
>> can do, like create secruity templates to be deployed.
>>
>> Also, whitin the GPMC you can create a GPO, back it up and then create
>> other
>> GPOs and import the settings from the old into the new (sort of creating
>> a
>> template of sorts for a starting point.).
>>
>> Is AD at play here or are you just using Local Group Policy?
>>

>
> Standalone server so no AD....
>
> All I want to do is be able to edit the group policies on one machine,
> then when I go to another machine import this. Can I just export and
> import ?
>


 
Reply With Quote
 
BertieBigBollox@gmail.com
Guest
Posts: n/a
 
      4th Aug 2006

Kevin Sullivan wrote:

> if they are security settings you can create security templates (.inf files)
> that can be imported into the other machine. But most of Group Policy
> (Administrative templates and such) are not included into the templates.
>
> Are your settings security settings? or ADM stuff like desktop lockdown...?


Admin templates and security stuff...

 
Reply With Quote
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      4th Aug 2006
Hi,

(E-Mail Removed) schrieb:
> I've got a list of Group Policy changes to perform. Is there any way to
> automate if I want to do the same on another machine?


Copy
%systemroot%\system32\GroupPolicy\Machine\registry.pol
%systemroot%\system32\GroupPolicy\User\registry.pol
after that make a gpupdate /force

Security Settings:
Create them with the MMC SnapIn Security Template and save the *.inf
apply it by:
secedit /configure /db %temp%\temp.sdb /cfg path_and_nameofyour.inf

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
extend GPO: www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Reply With Quote
 
BertieBigBollox@gmail.com
Guest
Posts: n/a
 
      4th Aug 2006
>
> Copy
> %systemroot%\system32\GroupPolicy\Machine\registry.pol
> %systemroot%\system32\GroupPolicy\User\registry.pol
> after that make a gpupdate /force
>
> Security Settings:
> Create them with the MMC SnapIn Security Template and save the *.inf
> apply it by:
> secedit /configure /db %temp%\temp.sdb /cfg path_and_nameofyour.inf
>


Both of these steps?

I thought all the group policy stuff was stored in these two .pol
files....

 
Reply With Quote
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      4th Aug 2006
(E-Mail Removed) schrieb:
> Both of these steps?


Yes.

> I thought all the group policy stuff was stored in these two .pol
> files....


No. Only the Registry entries from Administrative Templates.

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
extend GPO: www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Reply With Quote
 
BertieBigBollox@gmail.com
Guest
Posts: n/a
 
      16th Aug 2006
> Hi,
>
> (E-Mail Removed) schrieb:
> > I've got a list of Group Policy changes to perform. Is there any way to
> > automate if I want to do the same on another machine?

>
> Copy
> %systemroot%\system32\GroupPolicy\Machine\registry.pol
> %systemroot%\system32\GroupPolicy\User\registry.pol
> after that make a gpupdate /force


Only trouble is you can't access these files when windows is running
(which I suppose makes sense).

>
> Security Settings:
> Create them with the MMC SnapIn Security Template and save the *.inf
> apply it by:
> secedit /configure /db %temp%\temp.sdb /cfg path_and_nameofyour.inf


Do you mean gpedit.msc to create them?

 
Reply With Quote
 
Mark Heitbrink [MVP]
Guest
Posts: n/a
 
      16th Aug 2006
Hi,

(E-Mail Removed) schrieb:
>> Copy
>> %systemroot%\system32\GroupPolicy\Machine\registry.pol
>> %systemroot%\system32\GroupPolicy\User\registry.pol
>> after that make a gpupdate /force

> Only trouble is you can't access these files when windows is running
> (which I suppose makes sense).


Should be possible, but havent tried.
http://support.microsoft.com/default...b;en-us;274478

>> Security Settings:
>> Create them with the MMC SnapIn Security Template and save the *.inf
>> apply it by:
>> secedit /configure /db %temp%\temp.sdb /cfg path_and_nameofyour.inf

> Do you mean gpedit.msc to create them?


No. Thats why I wrote:
| Create them with the MMC SnapIn Security Template and save the *.inf

run -> mmc -> load snapin

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
extend GPO: www.desktopstandard.com
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
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
Automating Group Policy changes BertieBigBollox@gmail.com Microsoft Windows 2000 10 16th Aug 2006 02:29 PM
Today's Group Policy Webcast (Group Policy Processing) Mark Williams [MSFT] Microsoft Windows 2000 Group Policy 0 10th Nov 2004 07:46 PM
Next Group Policy webcast (Applying Group Policy) Mark Williams [MSFT] Microsoft Windows 2000 Group Policy 0 11th Oct 2004 04:43 PM
group policy editors + other resources of group policy information ... Akhlaq Khan Microsoft Windows 2000 Active Directory 0 24th Jul 2003 11:29 AM
group policy editors + other resources of group policy information ... Akhlaq Khan Microsoft Windows 2000 Group Policy 0 24th Jul 2003 11:29 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:39 PM.