--- title: "VBOOrganizationPartsSynchronizationState" description: "Contains the synchronization state of every organization part that is synchronized independently: users, groups, group members, sites and mailboxes. A part is empty if it is outside the organization synchronization scope." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/vboorganizationpartssynchronizationstate.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Types > VBOOrganizationPartsSynchronizationState" dateModified: "2026-08-27" --- # VBOOrganizationPartsSynchronizationState Contains the synchronization state of every organization part that is synchronized independently: users, groups, group members, sites and mailboxes. A part is empty if it is outside the organization synchronization scope. See also [`VBOOrganizationSynchronizationState`](vboorganizationsynchronizationstate.md).

Property

Type

Description

Users

VBOOrganizationPartSynchronizationState?

Synchronization state of the organization users.

Groups

VBOOrganizationPartSynchronizationState?

Synchronization state of the organization groups.

GroupMembers

VBOOrganizationPartSynchronizationState?

Synchronization state of the organization group members.

Sites

VBOOrganizationPartSynchronizationState?

Synchronization state of the organization sites.

Mailboxes

VBOOrganizationPartSynchronizationState?

Synchronization state of the organization mailboxes.

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