TestimoX

API Reference

Command

Get-ADXGpoLink

Namespace ADPlayground.PowerShell

Enumerates GPO link targets for a specific GPO by Id or Name. Defaults to forest-wide scan including Sites (Configuration NC). Use -Summary to return per-target counts (Enabled/Disabled/Broken) in one view.

Examples

Generated fallback example

Generated fallback example from parameter set 'By Id'.


Get-ADXGpoLink -Id 'Value'
        

Generated fallback example from parameter set 'By Name'.


Get-ADXGpoLink -Name 'Name'
        

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