Evotec

Project

GPOZaurr

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

Stars 1,181
Forks 115
Open issues 15
PowerShell Gallery downloads 419,198
Release v1.1.10
Language: PowerShell Updated: 2026-05-22

API Reference

Function

Repair-GPOZaurrBrokenLink

Namespace GPOZaurr

Removes any link to GPO that no longer exists.

Remarks

Removes any link to GPO that no longer exists. It scans all site, organizational unit or domain root making sure every single link that may be linking to GPO that doesn't exists anymore is gone.

Examples

Authored help example

EXAMPLE 1

PS >


Repair-GPOZaurrBrokenLink -Verbose -LimitProcessing 1 -WhatIf
        

EXAMPLE 2

PS >


Repair-GPOZaurrBrokenLink -Verbose -IncludeDomains ad.evotec.pl -LimitProcessing 1 -WhatIf
        

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