gPLinkReport

1.2

This script creates a report of all group policy links, their locations, and
their configurations in the current domain, and their replication metadata
for auditing and forensics. Output can be piped to a CSV file, Out-Gridview,
etc.

tl;dr - It shows you where all of your GPOs are linked to the OUs and where
blocking or no-override is turned on. It also shows you for
This script creates a report of all group policy links, their locations, and
their configurations in the current domain, and their replication metadata
for auditing and forensics. Output can be piped to a CSV file, Out-Gridview,
etc.

tl;dr - It shows you where all of your GPOs are linked to the OUs and where
blocking or no-override is turned on. It also shows you forensics data like
when it was last linked or edited.

Call this script like this:
.\gPLinkReport.ps1 | Out-GridView
.\gPLinkReport.ps1 | Export-Csv -Path .\GPLinkReport.csv -NoTypeInformation


Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name gPLinkReport

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c)2017 Microsoft. All rights reserved.

Package Details

Author(s)

  • Ashley McGlone

Tags

GroupPolicy GPO ActiveDirectory AD OrganizationalUnit OU

Dependencies

This script has no dependencies.

Release Notes

Aug 31, 2017 - Initial PSGallery release

FileList

Version History

Version Downloads Last updated
1.2 (current version) 2,882 8/31/2017