TestimoX

API Reference

Command

Get-ADXGpoDuplicate

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoDuplicateObject

Finds duplicate/conflict (CNF) Group Policy Objects in Active Directory.

Examples

Authored help example

Example 1


Get-ADXGpoDuplicate
        

Example 2


Get-ADXGpoDuplicate -Domain contoso.com
        

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-ADXGpoDuplicate [-Domain <string[]>] [<CommonParameters>]
#

Parameters

Domain string[] optionalposition: namedpipeline: false
Domain DNS names to scan; when omitted, scans all forest domains.

Outputs

ADPlayground.Gpo.GpoDuplicateObject