API Reference
Command
Get-ADXGpoChange
Returns best-effort GPO change indicators (WhenChanged timestamps).
Examples
Example 1
Get-ADXGpoChange
Example 2
Get-ADXGpoChange -Domain contoso.com -Since (Get-Date).AddDays(-7)
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-ADXGpoChange [-Domain <string>] [-Since <DateTime>] [<CommonParameters>]#Parameters
- Domain string
- DNS domain name to query. Defaults to current domain when omitted.
- Since DateTime
- Only return changes occurring on or after this timestamp.
Outputs
ADPlayground.Gpo.GpoListItem