Go Back   TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , , , , ,

Sponsored Links



Extract report for Group Policy Information for all OU's in domain

Active Directory


Reply
 
Thread Tools Search this Thread
  #1  
Old 26-11-2008
Ezakial
 
Posts: n/a
Extract report for Group Policy Information for all OU's in domain

I have requirement where i need a script which must returns the values found
on the Group Policy page in Active Directory Users and Computers for all OU's
in the domain. This should export the report to *.csv format and list
information such as OU name,LinkedGPO name, GPO inheritance names,Blocked
inheritance status,Overide status. I have around 300 GPOs in Single domain
and I need to extract the report as said.

Reply With Quote
  #2  
Old 26-11-2008
Leoko
 
Posts: n/a
Re: Extract report for Group Policy Information for all OU's in domain

Hoi Ezakail,

When you install GPMC you also get GPO scripts. You can find them in
program files\gpmc\scripts.
One of the scripts is GetReportsForAllGPOs.wsf. It generates an report off
all GPOs
Maybe this is what you are looking for.....


"Ezakial" <Ezakial@discussions.microsoft.com> wrote in message
news:E8C9AEEC-AACB-451C-A2F8-0F1125E01E6F@microsoft.com...
>I have requirement where i need a script which must returns the values
>found
> on the Group Policy page in Active Directory Users and Computers for all
> OU's
> in the domain. This should export the report to *.csv format and list
> information such as OU name,LinkedGPO name, GPO inheritance names,Blocked
> inheritance status,Overide status. I have around 300 GPOs in Single domain
> and I need to extract the report as said.
>


Reply With Quote
  #3  
Old 27-11-2008
Ezakial
 
Posts: n/a
Re: Extract report for Group Policy Information for all OU's in do

Hi Leoko, I did try wsf scripts of GPMC earlier but it does not serve my
purpose. It does not give GPO report based on OUs.

Thanks Ezakial

"Leoko" wrote:

> Hoi Ezakail,
>
> When you install GPMC you also get GPO scripts. You can find them in
> program files\gpmc\scripts.
> One of the scripts is GetReportsForAllGPOs.wsf. It generates an report off
> all GPOs
> Maybe this is what you are looking for.....
>
>
> "Ezakial" <Ezakial@discussions.microsoft.com> wrote in message
> news:E8C9AEEC-AACB-451C-A2F8-0F1125E01E6F@microsoft.com...
> >I have requirement where i need a script which must returns the values
> >found
> > on the Group Policy page in Active Directory Users and Computers for all
> > OU's
> > in the domain. This should export the report to *.csv format and list
> > information such as OU name,LinkedGPO name, GPO inheritance names,Blocked
> > inheritance status,Overide status. I have around 300 GPOs in Single domain
> > and I need to extract the report as said.
> >

>
>

Reply With Quote
  #4  
Old 27-11-2008
Meinolf Weber
 
Posts: n/a
Re: Extract report for Group Policy Information for all OU's in do

Hello Ezakial,

If you use the script DumpSOMinfo.wsf:

cscript dumpsominfo.wsf OUName /showinheratedlinks

you can do it for the OU.

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 Leoko, I did try wsf scripts of GPMC earlier but it does not serve
> my purpose. It does not give GPO report based on OUs.
>
> Thanks Ezakial
>
> "Leoko" wrote:
>
>> Hoi Ezakail,
>>
>> When you install GPMC you also get GPO scripts. You can find them in
>> program files\gpmc\scripts.
>> One of the scripts is GetReportsForAllGPOs.wsf. It generates an
>> report off
>> all GPOs
>> Maybe this is what you are looking for.....
>> "Ezakial" <Ezakial@discussions.microsoft.com> wrote in message
>> news:E8C9AEEC-AACB-451C-A2F8-0F1125E01E6F@microsoft.com...
>>
>>> I have requirement where i need a script which must returns the
>>> values
>>> found
>>> on the Group Policy page in Active Directory Users and Computers for
>>> all
>>> OU's
>>> in the domain. This should export the report to *.csv format and
>>> list
>>> information such as OU name,LinkedGPO name, GPO inheritance
>>> names,Blocked
>>> inheritance status,Overide status. I have around 300 GPOs in Single
>>> domain
>>> and I need to extract the report as said.



Reply With Quote
  #5  
Old 28-11-2008
Ezakial
 
Posts: n/a
Re: Extract report for Group Policy Information for all OU's in do

Thanks a lot Weber!. I'm also looking for linked GPO apart from GPO
inheritance.

Thanks again,

Ezakial

"Meinolf Weber" wrote:

> Hello Ezakial,
>
> If you use the script DumpSOMinfo.wsf:
>
> cscript dumpsominfo.wsf OUName /showinheratedlinks
>
> you can do it for the OU.
>
> 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 Leoko, I did try wsf scripts of GPMC earlier but it does not serve
> > my purpose. It does not give GPO report based on OUs.
> >
> > Thanks Ezakial
> >
> > "Leoko" wrote:
> >
> >> Hoi Ezakail,
> >>
> >> When you install GPMC you also get GPO scripts. You can find them in
> >> program files\gpmc\scripts.
> >> One of the scripts is GetReportsForAllGPOs.wsf. It generates an
> >> report off
> >> all GPOs
> >> Maybe this is what you are looking for.....
> >> "Ezakial" <Ezakial@discussions.microsoft.com> wrote in message
> >> news:E8C9AEEC-AACB-451C-A2F8-0F1125E01E6F@microsoft.com...
> >>
> >>> I have requirement where i need a script which must returns the
> >>> values
> >>> found
> >>> on the Group Policy page in Active Directory Users and Computers for
> >>> all
> >>> OU's
> >>> in the domain. This should export the report to *.csv format and
> >>> list
> >>> information such as OU name,LinkedGPO name, GPO inheritance
> >>> names,Blocked
> >>> inheritance status,Overide status. I have around 300 GPOs in Single
> >>> domain
> >>> and I need to extract the report as said.

>
>
>

Reply With Quote
  #6  
Old 29-11-2008
Jorge de Almeida Pinto [MVP - DS]
 
Posts: n/a
Re: Extract report for Group Policy Information for all OU's in domain

checkout the script that are made available when the GPMC is installed

--

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!
------------------------------------------------------------------------------------------
#################################################
#################################################
------------------------------------------------------------------------------------------

"Ezakial" <Ezakial@discussions.microsoft.com> wrote in message
news:E8C9AEEC-AACB-451C-A2F8-0F1125E01E6F@microsoft.com...
> I have requirement where i need a script which must returns the values
> found
> on the Group Policy page in Active Directory Users and Computers for all
> OU's
> in the domain. This should export the report to *.csv format and list
> information such as OU name,LinkedGPO name, GPO inheritance names,Blocked
> inheritance status,Overide status. I have around 300 GPOs in Single domain
> and I need to extract the report as said.
>

Reply With Quote
  #7  
Old 11-12-2008
Ezakial
 
Posts: n/a
Re: Extract report for Group Policy Information for all OU's in do

Hi,

Below script will extract the GPOs linked to OU's
cscript ListSOMPolicyTree.wsf /Domain:abc.com

For your information. Thanks all

"Jorge de Almeida Pinto [MVP - DS]" wrote:

> checkout the script that are made available when the GPMC is installed
>
> --
>
> 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!
> ------------------------------------------------------------------------------------------
> #################################################
> #################################################
> ------------------------------------------------------------------------------------------
>
> "Ezakial" <Ezakial@discussions.microsoft.com> wrote in message
> news:E8C9AEEC-AACB-451C-A2F8-0F1125E01E6F@microsoft.com...
> > I have requirement where i need a script which must returns the values
> > found
> > on the Group Policy page in Active Directory Users and Computers for all
> > OU's
> > in the domain. This should export the report to *.csv format and list
> > information such as OU name,LinkedGPO name, GPO inheritance names,Blocked
> > inheritance status,Overide status. I have around 300 GPOs in Single domain
> > and I need to extract the report as said.
> >

>

Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Windows Server > Active Directory


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Extract report for Group Policy Information for all OU's in domain"
Thread Thread Starter Forum Replies Last Post
using local group policy to override domain group policy inenewbl Active Directory 4 28-09-2011 05:20 AM
Problem with Group Policy GPMC tool - failing to generate report MattMJF Active Directory 7 26-08-2010 10:40 PM
Domain group policy & Screensaver. Luca Active Directory 6 28-07-2010 05:22 AM
Windows cannot obtain the domain controller name for your computernetwork. (The specified domain either does not exist or could not becontacted. ). Group Policy processing aborted. Lee Active Directory 4 12-01-2010 04:00 AM
Override the local Group Policy by domain policy or delete the RSOP gchandrujs via WindowsKB.com Windows Security 0 04-07-2007 09:20 PM


All times are GMT +5.5. The time now is 10:06 PM.