API Reference
Command
Get-ADXGpoLinkSummary
Convenience wrapper for Get-ADXGpoLink -Summary (kept to avoid breaking scripts).
Examples
Generated fallback example from parameter set 'By Name'.
Get-ADXGpoLinkSummary -Name 'Name'
Generated fallback example from parameter set 'By Id'.
Get-ADXGpoLinkSummary -Id 'Value'
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 IdParameters
- Id Guid
- GPO GUID (groupPolicyContainer objectGuid).
Get-ADXGpoLinkSummary -Name <string> [-Domain <string>] [<CommonParameters>]#Parameter set:
By NameParameters
- Name string
- GPO display name.
- Domain string
- Optional domain containing the GPO (ByName set). Defaults to the current domain.