TestimoX

API Reference

Command

Get-ADXGpoChange

Namespace ADPlayground.PowerShell
Outputs
ADPlayground.Gpo.GpoListItem

Returns best-effort GPO change indicators (WhenChanged timestamps).

Examples

Authored help example

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 optionalposition: namedpipeline: false
DNS domain name to query. Defaults to current domain when omitted.
Since DateTime optionalposition: namedpipeline: false
Only return changes occurring on or after this timestamp.

Outputs

ADPlayground.Gpo.GpoListItem