Evotec

Project

GPOZaurr

GPOZaurr helps inspect, report on, and remediate Group Policy environments with PowerShell.

Stars 1,166
Forks 115
Open issues 16
PowerShell Gallery downloads 417,764
Release v1.1.9
Language: PowerShell Updated: 2026-04-11

API Reference

Function

Get-GPOZaurrLinkSummary

Namespace GPOZaurr

Retrieves a summary of GPO links based on specified criteria.

Remarks

This function retrieves a summary of GPO links based on the provided parameters. It categorizes the links into different types and provides detailed information about each link.

Examples

Authored help example

EXAMPLE 1

PS >


Get-GPOZaurrLinkSummary -Forest "Contoso" -IncludeDomains "Domain1", "Domain2" -Report "MultipleLinks"
Retrieves a summary of GPO links for the specified forest and included domains, focusing on multiple links.
        

EXAMPLE 2

PS >


Get-GPOZaurrLinkSummary -Forest "Fabrikam" -ExcludeDomains "Domain3" -Report "OneLink"
Retrieves a summary of GPO links for the specified forest excluding Domain3, focusing on a single link.
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-GPOZaurrLinkSummary [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-IncludeDomains <String[]>] [-Report <All|MultipleLinks|OneLink|LinksSummary>] [-UnlimitedProperties] [<CommonParameters>]
#
Parameter set: All Parameter Sets

Parameters

ExcludeDomains String[] optionalposition: 2pipeline: False
Specifies an array of domains to exclude from the report.
ExtendedForestInformation IDictionary optionalposition: 4pipeline: False
Specifies additional information about the forest.
Forest String optionalposition: 1pipeline: Falsealiases: ForestName
Specifies the forest name to retrieve GPO links from.
IncludeDomains String[] optionalposition: 3pipeline: Falsealiases: Domain, Domains
Specifies an array of domains to include in the report.
Report String[] optionalposition: 0pipeline: Falsevalues: 4
Specifies the type of report to generate. Valid values are 'All', 'MultipleLinks', 'OneLink', and 'LinksSummary'. Default is 'All'.
Possible values: All, MultipleLinks, OneLink, LinksSummary
UnlimitedProperties SwitchParameter optionalposition: namedpipeline: False
Indicates whether to include unlimited properties in the report.