Get-PendingExportUpdates

Synopsis

Gets connector space objects that are pending export update operations

Syntax

Get-PendingExportUpdates [-MA] <string> [-Delta] [-Hologram] [<CommonParameters>]

Description

The Get-PendingExportUpdates cmdlet gets all objects in the connector space that are pending export update operations.

Parameters

-MA <string>

The management agent to get the connectors from

-Delta <SwitchParameter>

Specifies to get only the changes being made to the object

-Hologram <SwitchParameter>

Specifies to get only the representation of the object with the changes applied

<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about CommonParameters.

Examples

Get all pending export updates from the connector space

PS C:\> Get-PendingExportUpdates -MA ADMA

Get only the changed attributes for the objects from the connector space

PS C:\> Get-PendingExportUpdates -MA ADMA -Delta

Get the representation of the objects with the changes applied from the connector space

PS C:\> Get-PendingExportUpdates -MA ADMA -Hologram

Last updated