--- title: "VBOOrganizationLastSynchronizationState" description: "Contains details about the last completed synchronization. See also VBOOrganizationPartSynchronizationState. Get-VBOOrganizationSynchronizationState" canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vboorganizationlastsynchronizationstate.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBOOrganizationLastSynchronizationState" dateModified: "2026-08-27" --- # VBOOrganizationLastSynchronizationState Contains details about the last completed synchronization. See also [`VBOOrganizationPartSynchronizationState`](vboorganizationpartsynchronizationstate.md).

Property

Type

Description

SyncStatus

VBOOrganizationSyncStatus

Synchronization status. Possible values:

  • None
  • Success
  • Error

Type

VBOOrganizationSyncType

Synchronization type. Possible values:

  • Incremental
  • Full

StartTime

DateTime

Date and time when the synchronization started.

EndTime

DateTime

Date and time when the synchronization ended.

Error

String

Error that occurred during the synchronization operation.

## Related Commands [`Get-VBOOrganizationSynchronizationState`](get-vboorganizationsynchronizationstate.md)