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-GPOZaurrBrokenLink

Namespace GPOZaurr

Finds any GPO link that doesn't have a matching GPO (already removed GPO).

Remarks

Finds any GPO link that doesn't have a matching GPO (already removed GPO).

Examples

Authored help example

EXAMPLE 1

PS >


Get-GPOZaurrBrokenLink -Verbose | Format-Table -AutoSize *
        

EXAMPLE 2

PS >


Get-GPOZaurrBrokenLink -Verbose -IncludeDomains ad.evotec.pl | Format-Table -AutoSize *
        

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