This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBOOrganizationSynchronizationState

Short Description

Returns status of synchronization of Microsoft organization objects with the organization cache database.

Get-VBOOrganizationSynchronizationState Note

Synchronization of objects with the organization cache database is only available for Microsoft organizations with modern app-only authentication.

Syntax

Get-VBOOrganizationSynchronizationState -Organization <IVBOOrganization>  [<CommonParameters>]

Detailed Description

This cmdlet returns status of synchronization of Microsoft organization objects with the organization cache database.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Organization

Specifies a Microsoft organization. The cmdlet will return synchronization status for objects of this Microsoft organization.

IVBOOrganization

Accepts the VBOOrganization object.

To get this object, run the Get-VBOOrganization cmdlet.

True

Named

True (ByValue)

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Output Object

The cmdlet returns the VBOOrganizationSynchronizationState object that contains details on the synchronization status of the organization objects with the organization cache database.

Examples

Get-VBOOrganizationSynchronizationStateExample 1. Getting Synchronization Status

Related Commands

Get-VBOOrganization