TestimoX

API Reference

Command

Get-ADXGpoLinkSummary

Namespace ADPlayground.PowerShell

Convenience wrapper for Get-ADXGpoLink -Summary (kept to avoid breaking scripts).

Examples

Authored help example

Example 1: Summarize the Default Domain Controllers Policy link targets by GUID


Get-ADXGpoLinkSummary -Id '6AC1786C-016F-11D2-945F-00C04FB984F9'
        

Example 2: Summarize link counts for a named GPO in one domain


Get-ADXGpoLinkSummary -Name 'Server Baseline' -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-ADXGpoLinkSummary -Id <Guid> [<CommonParameters>]
#
Parameter set: By Id

Parameters

Id Guid requiredposition: namedpipeline: false
GPO GUID (groupPolicyContainer objectGuid).
Get-ADXGpoLinkSummary -Name <string> [-Domain <string>] [<CommonParameters>]
#
Parameter set: By Name

Parameters

Name string requiredposition: namedpipeline: false
GPO display name.
Domain string optionalposition: namedpipeline: false
Optional domain containing the GPO (ByName set). Defaults to the current domain.