Sync-CSObject

Synopsis

Performs a synchronization on a connector space object

Syntax

Sync-CSObject [-CSObject] <CSObject> [-Commit] [-Delta] [<CommonParameters>]

Description

The Sync-CSObject cmdlet performs a synchronization preview of a full or delta synchronization, and optionally can commit those changes to the metaverse

Parameters

-CSObject <CSObject>

The connector space object to synchronize

Required?

true

Position?

1

Default value

Accept pipeline input?

true

Accept wildcard characters?

false

-Commit <SwitchParameter>

Specifies that the preview should be committed to the metaverse after being generated

Required?

false

Position?

named

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

-Delta <SwitchParameter>

Specifies that a delta synchronization should be performed. A full synchronization is performed unless this switch is specified

Required?

false

Position?

named

Default value

Accept pipeline input?

false

Accept wildcard characters?

false

<CommonParameters>

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

Examples

Perform a full synchronization preview

This command show will perform a sync preview of the specified connector space object. The resulting preview information is returned and can then be examined.

Perform a delta synchronization preview

Commit a full synchronization preview

Commit a delta synchronization preview

Commit a full synchronization preview using the pipeline

Commit a full synchronization preview on pending exports in a connector space

Last updated