API Reference
Get-GPOZaurrDuplicateObject
Retrieves duplicate Group Policy Objects (GPOs) within a specified forest.
Remarks
This function retrieves duplicate Group Policy Objects (GPOs) within a specified forest by comparing GPOs based on partial distinguished name matching.
Examples
EXAMPLE 1
PS >
Get-GPOZaurrDuplicateObject -Forest "contoso.com" -IncludeDomains "child1.contoso.com", "child2.contoso.com" -ExcludeDomains "child3.contoso.com" -ExtendedForestInformation $additionalInfo
Description ----------- Retrieves duplicate GPOs within the "contoso.com" forest, including domains "child1.contoso.com" and "child2.contoso.com" while excluding "child3.contoso.com". Additional forest information is provided for the search.
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-GPOZaurrDuplicateObject [-ExcludeDomains <String[]>] [-ExtendedForestInformation <IDictionary>] [-Forest <String>] [-IncludeDomains <String[]>] [<CommonParameters>]
#
All Parameter SetsParameters
- ExcludeDomains String[]
- Specifies an array of domain names to exclude from the search for duplicate GPOs.
- ExtendedForestInformation IDictionary
- Specifies additional information about the forest to aid in the search for duplicate GPOs.
- Forest String
- Specifies the name of the forest to search for duplicate GPOs.
- IncludeDomains String[]
- Specifies an array of domain names to include in the search for duplicate GPOs.