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

Namespace GPOZaurr

Command to detect if GPOs have correct path in SYSVOL, or someone changed it manually.

Remarks

Command to detect if GPOs have correct path in SYSVOL, or someone changed it manually.

Examples

Authored help example

EXAMPLE 1

PS >


Get-GPOZaurrRedirect | Format-Table
        

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-GPOZaurrRedirect [-DateFrom <DateTime>] [-DateProperty <WhenCreated|WhenChanged>] [-DateRange <PastHour>] [-DateTo <DateTime>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-IncludeDomains <String[]>] [<CommonParameters>]
#
Parameter set: Default

Parameters

DateFrom DateTime optionalposition: namedpipeline: False
Provide a date from which to start the search, by default the last X days are used
DateProperty String[] optionalposition: namedpipeline: Falsevalues: 2
Choose a date property. It can be WhenCreated or WhenChanged or both. By default whenCreated is used for comparison purposes
Possible values: WhenCreated, WhenChanged
DateRange String optionalposition: namedpipeline: Falsevalues: 14
Provide a date range to search for, by default the last X days are used
Possible values: PastHour, CurrentHour, PastDay, CurrentDay, PastMonth, CurrentMonth, PastQuarter, CurrentQuarter, Last14Days, Last21Days, Last30Days, Last7Days, Last3Days, Last1Days
DateTo DateTime optionalposition: namedpipeline: False
Provide a date to which to end the search, by default the last X days are used
ExcludeDomains String[] optionalposition: namedpipeline: False
Exclude domain from search, by default whole forest is scanned
ExtendedForestInformation IDictionary optionalposition: namedpipeline: False
Ability to provide Forest Information from another command to speed up processing
Forest String optionalposition: namedpipeline: Falsealiases: ForestName
Target different Forest, by default current forest is used
IncludeDomains String[] optionalposition: namedpipeline: Falsealiases: Domain, Domains
Include only specific domains, by default whole forest is scanned
Get-GPOZaurrRedirect [-DateFrom <DateTime>] [-DateProperty <WhenCreated|WhenChanged>] [-DateRange <PastHour>] [-DateTo <DateTime>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-GPOName <String>] [-IncludeDomains <String[]>] [<CommonParameters>]
#
Parameter set: GPOName

Parameters

DateFrom DateTime optionalposition: namedpipeline: False
Provide a date from which to start the search, by default the last X days are used
DateProperty String[] optionalposition: namedpipeline: Falsevalues: 2
Choose a date property. It can be WhenCreated or WhenChanged or both. By default whenCreated is used for comparison purposes
Possible values: WhenCreated, WhenChanged
DateRange String optionalposition: namedpipeline: Falsevalues: 14
Provide a date range to search for, by default the last X days are used
Possible values: PastHour, CurrentHour, PastDay, CurrentDay, PastMonth, CurrentMonth, PastQuarter, CurrentQuarter, Last14Days, Last21Days, Last30Days, Last7Days, Last3Days, Last1Days
DateTo DateTime optionalposition: namedpipeline: False
Provide a date to which to end the search, by default the last X days are used
ExcludeDomains String[] optionalposition: namedpipeline: False
Exclude domain from search, by default whole forest is scanned
ExtendedForestInformation IDictionary optionalposition: namedpipeline: False
Ability to provide Forest Information from another command to speed up processing
Forest String optionalposition: namedpipeline: Falsealiases: ForestName
Target different Forest, by default current forest is used
GPOName String optionalposition: namedpipeline: False
Provide GPO name to search for. By default command returns all GPOs
IncludeDomains String[] optionalposition: namedpipeline: Falsealiases: Domain, Domains
Include only specific domains, by default whole forest is scanned
Get-GPOZaurrRedirect [-DateFrom <DateTime>] [-DateProperty <WhenCreated|WhenChanged>] [-DateRange <PastHour>] [-DateTo <DateTime>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-GPOGuid <String>] [-IncludeDomains <String[]>] [<CommonParameters>]
#
Parameter set: GPOGUID

Parameters

DateFrom DateTime optionalposition: namedpipeline: False
Provide a date from which to start the search, by default the last X days are used
DateProperty String[] optionalposition: namedpipeline: Falsevalues: 2
Choose a date property. It can be WhenCreated or WhenChanged or both. By default whenCreated is used for comparison purposes
Possible values: WhenCreated, WhenChanged
DateRange String optionalposition: namedpipeline: Falsevalues: 14
Provide a date range to search for, by default the last X days are used
Possible values: PastHour, CurrentHour, PastDay, CurrentDay, PastMonth, CurrentMonth, PastQuarter, CurrentQuarter, Last14Days, Last21Days, Last30Days, Last7Days, Last3Days, Last1Days
DateTo DateTime optionalposition: namedpipeline: False
Provide a date to which to end the search, by default the last X days are used
ExcludeDomains String[] optionalposition: namedpipeline: False
Exclude domain from search, by default whole forest is scanned
ExtendedForestInformation IDictionary optionalposition: namedpipeline: False
Ability to provide Forest Information from another command to speed up processing
Forest String optionalposition: namedpipeline: Falsealiases: ForestName
Target different Forest, by default current forest is used
GPOGuid String optionalposition: namedpipeline: Falsealiases: GPOID, GUID
Provide GPO GUID to search for. By default command returns all GPOs
IncludeDomains String[] optionalposition: namedpipeline: Falsealiases: Domain, Domains
Include only specific domains, by default whole forest is scanned