Hi,
I need to consolidate multiple group policies into one. However I would like
to avoid having to do this manually and was wondering if a tool existed which
could merge policy settings.

The import functionality within GPMC doesn't do it, it just overwrites any
existing settings.

I've looked into powershell scripts and 3rd party tools and cannot fins
anything.

Any help would be greatly appreciated.

Regards,
Dunc.

Re: Merge / consolidate GPO's by Meinolf

Meinolf
Thu Jul 10 07:30:08 PDT 2008

Hello Dunc,

Never heard about a way to do it automatic.

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hi,
> I need to consolidate multiple group policies into one. However I
> would like
> to avoid having to do this manually and was wondering if a tool
> existed which
> could merge policy settings.
> The import functionality within GPMC doesn't do it, it just overwrites
> any existing settings.
>
> I've looked into powershell scripts and 3rd party tools and cannot
> fins anything.
>
> Any help would be greatly appreciated.
>
> Regards,
> Dunc.



Re: Merge / consolidate GPO's by Florian

Florian
Thu Jul 10 07:40:32 PDT 2008

Howdie!

Dunc schrieb:
> I need to consolidate multiple group policies into one. However I would like
> to avoid having to do this manually and was wondering if a tool existed which
> could merge policy settings.
>
> The import functionality within GPMC doesn't do it, it just overwrites any
> existing settings.
>
> I've looked into powershell scripts and 3rd party tools and cannot fins
> anything.

There's nothing out there that can do that. In fact, it wouldn't be that
easy to just merge several settings from various policy settings as some
settings are stored differently than others. Administrative Template
settings to into .POL files whereas Software Installation is split into
a client part and an .AAS file. I doubt you can catch all of those easily.

cheers,

Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Use a newsreader! http://www.frickelsoft.net/news.html
Maillist (german): http://frickelsoft.net/cms/index.php?page=mailingliste

Re: Merge / consolidate GPO's by Florian

Florian
Thu Jul 10 07:41:17 PDT 2008

Dunc,

Dunc schrieb:
> I need to consolidate multiple group policies into one.

What arises that "need" to consolidate them?

cheers,

Florian
--
Microsoft MVP - Group Policy
eMail: prename [at] frickelsoft [dot] net.
blog: http://www.frickelsoft.net/blog.
Use a newsreader! http://www.frickelsoft.net/news.html
Maillist (german): http://frickelsoft.net/cms/index.php?page=mailingliste

Re: Merge / consolidate GPO's by Jorge

Jorge
Thu Jul 10 08:52:57 PDT 2008

see if they can help:
http://sdmsoftware.com/

--

Cheers,
(HOPEFULLY THIS INFORMATION HELPS YOU!)

# Jorge de Almeida Pinto # MVP Identity & Access - Directory Services #

BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx
BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx
------------------------------------------------------------------------------------------
* How to ask a question --> http://support.microsoft.com/?id=555375
------------------------------------------------------------------------------------------
* This posting is provided "AS IS" with no warranties and confers no rights!
* Always test ANY suggestion in a test environment before implementing!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------
"Dunc" <Dunc@discussions.microsoft.com> wrote in message
news:AA400D0F-308F-465B-B37A-63763CD876DD@microsoft.com...
> Hi,
> I need to consolidate multiple group policies into one. However I would
> like
> to avoid having to do this manually and was wondering if a tool existed
> which
> could merge policy settings.
>
> The import functionality within GPMC doesn't do it, it just overwrites any
> existing settings.
>
> I've looked into powershell scripts and 3rd party tools and cannot fins
> anything.
>
> Any help would be greatly appreciated.
>
> Regards,
> Dunc.
>


Re: Merge / consolidate GPO's b