API Reference
Function
Get-GPOZaurrOwner
Gets owners of GPOs from Active Directory and SYSVOL
Remarks
Gets owners of GPOs from Active Directory and SYSVOL
Examples
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:
DefaultParameters
- ADAdministrativeGroups IDictionary
- Ability to provide AD Administrative Groups from another command to speed up processing
- ApprovedOwner String[]
- Ability to provide different owner (non administrative that still is approved for use)
- ExcludeDomains String[]
- Exclude domain from search, by default whole forest is scanned
- ExtendedForestInformation IDictionary
- Ability to provide Forest Information from another command to speed up processing
- Forest String
- Target different Forest, by default current forest is used
- IncludeDomains String[]
- Include only specific domains, by default whole forest is scanned
- IncludeSysvol SwitchParameter
- Includes Owner from SYSVOL as well
- SkipBroken SwitchParameter
- 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:
GPONameParameters
- ADAdministrativeGroups IDictionary
- Ability to provide AD Administrative Groups from another command to speed up processing
- ApprovedOwner String[]
- Ability to provide different owner (non administrative that still is approved for use)
- ExcludeDomains String[]
- Exclude domain from search, by default whole forest is scanned
- ExtendedForestInformation IDictionary
- Ability to provide Forest Information from another command to speed up processing
- Forest String
- Target different Forest, by default current forest is used
- GPOName String
- Name of GPO. By default all GPOs are returned
- IncludeDomains String[]
- Include only specific domains, by default whole forest is scanned
- IncludeSysvol SwitchParameter
- Includes Owner from SYSVOL as well
- SkipBroken SwitchParameter
- 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:
GPOGUIDParameters
- ADAdministrativeGroups IDictionary
- Ability to provide AD Administrative Groups from another command to speed up processing
- ApprovedOwner String[]
- Ability to provide different owner (non administrative that still is approved for use)
- ExcludeDomains String[]
- Exclude domain from search, by default whole forest is scanned
- ExtendedForestInformation IDictionary
- Ability to provide Forest Information from another command to speed up processing
- Forest String
- Target different Forest, by default current forest is used
- GPOGuid String
- GUID of GPO. By default all GPOs are returned
- IncludeDomains String[]
- Include only specific domains, by default whole forest is scanned
- IncludeSysvol SwitchParameter
- Includes Owner from SYSVOL as well
- SkipBroken SwitchParameter
- Doesn't display GPOs that have no SYSVOL content (orphaned GPOs)