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

Namespace GPOZaurr

Gets owners of GPOs from Active Directory and SYSVOL

Remarks

Gets owners of GPOs from Active Directory and SYSVOL

Examples

Authored help example

EXAMPLE 1

PS >


Get-GPOZaurrOwner -Verbose -IncludeSysvol
        

EXAMPLE 2

PS >


Get-GPOZaurrOwner -Verbose -IncludeSysvol -SkipBroken
        

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-GPOZaurrOwner [-ADAdministrativeGroups <IDictionary>] [-ApprovedOwner <String[]>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-IncludeDomains <String[]>] [-IncludeSysvol] [-SkipBroken] [<CommonParameters>]
#
Parameter set: Default

Parameters

ADAdministrativeGroups IDictionary optionalposition: namedpipeline: False
Ability to provide AD Administrative Groups from another command to speed up processing
ApprovedOwner String[] optionalposition: namedpipeline: Falsealiases: Exclusion, Exclusions
Ability to provide different owner (non administrative that still is approved for use)
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
IncludeSysvol SwitchParameter optionalposition: namedpipeline: False
Includes Owner from SYSVOL as well
SkipBroken SwitchParameter optionalposition: namedpipeline: False
Doesn't display GPOs that have no SYSVOL content (orphaned GPOs)
Get-GPOZaurrOwner [-ADAdministrativeGroups <IDictionary>] [-ApprovedOwner <String[]>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-GPOName <String>] [-IncludeDomains <String[]>] [-IncludeSysvol] [-SkipBroken] [<CommonParameters>]
#
Parameter set: GPOName

Parameters

ADAdministrativeGroups IDictionary optionalposition: namedpipeline: False
Ability to provide AD Administrative Groups from another command to speed up processing
ApprovedOwner String[] optionalposition: namedpipeline: Falsealiases: Exclusion, Exclusions
Ability to provide different owner (non administrative that still is approved for use)
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
Name of GPO. By default all GPOs are returned
IncludeDomains String[] optionalposition: namedpipeline: Falsealiases: Domain, Domains
Include only specific domains, by default whole forest is scanned
IncludeSysvol SwitchParameter optionalposition: namedpipeline: False
Includes Owner from SYSVOL as well
SkipBroken SwitchParameter optionalposition: namedpipeline: False
Doesn't display GPOs that have no SYSVOL content (orphaned GPOs)
Get-GPOZaurrOwner [-ADAdministrativeGroups <IDictionary>] [-ApprovedOwner <String[]>] [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-GPOGuid <String>] [-IncludeDomains <String[]>] [-IncludeSysvol] [-SkipBroken] [<CommonParameters>]
#
Parameter set: GPOGUID

Parameters

ADAdministrativeGroups IDictionary optionalposition: namedpipeline: False
Ability to provide AD Administrative Groups from another command to speed up processing
ApprovedOwner String[] optionalposition: namedpipeline: Falsealiases: Exclusion, Exclusions
Ability to provide different owner (non administrative that still is approved for use)
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
GUID of GPO. By default all GPOs are returned
IncludeDomains String[] optionalposition: namedpipeline: Falsealiases: Domain, Domains
Include only specific domains, by default whole forest is scanned
IncludeSysvol SwitchParameter optionalposition: namedpipeline: False
Includes Owner from SYSVOL as well
SkipBroken SwitchParameter optionalposition: namedpipeline: False
Doesn't display GPOs that have no SYSVOL content (orphaned GPOs)