|
| |||||||||
| Tags: extract, group, information, ous, policy, report |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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. |
|
#2
| |||
| |||
| 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. > |
|
#3
| |||
| |||
| 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. > > > > |
|
#4
| |||
| |||
| 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. |
|
#5
| |||
| |||
| 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. > > > |
|
#6
| |||
| |||
| 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. > |
|
#7
| |||
| |||
| 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. > > > |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |