Project

GPOZaurr

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

Stars 1,227
Forks 118
Open issues 15
PowerShell Gallery downloads 421,558
Release v1.1.10
Language: PowerShell Updated: 2026-08-19

API Reference

Function

Get-GPOZaurrLink

Namespace GPOZaurr
Inputs
ADObject[]

Retrieves Group Policy Object (GPO) links based on specified criteria.

Remarks

This function retrieves GPO links based on various parameters such as ADObject, Filter, Linked, Site, etc. It provides flexibility in searching for GPO links within Active Directory.

Examples

Authored help example

EXAMPLE 1

PS >


Get-GPOZaurrLink -ADObject $ADObject -Linked 'All'
        

Description ----------- Retrieves all linked GPOZaurr links for the specified Active Directory object(s).

EXAMPLE 2

PS >


Get-GPOZaurrLink -Filter "(objectClass -eq 'organizationalUnit')" -SearchBase 'CN=Configuration,DC=ad,DC=evotec,DC=xyz'
        

Description ----------- Retrieves GPOZaurr links based on the specified filter and search base.

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