--- title: "Move-VBOEntityData" description: "This cmdlet moves the organization data between repositories and supports the following scenarios: Data move from one JET-based backup repository to another JET-based backup repository." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/move-vboentitydata.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Data Management > Move-VBOEntityData" dateModified: "2026-08-21" --- # Move-VBOEntityData ## Short Description Moves organization data from a JET-based backup repository to another JET-based backup repository or object storage repository. ## Syntax This cmdlet provides the following parameter sets:
UserOptionsParameterSet
GroupOptionsParameterSet
SiteOptionsParameterSet
TeamOptionsParameterSet
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ArchiveMailbox |
Defines that the cmdlet will move the entity archive mailbox data. Default: False |
|
False |
Named |
False |
|
From |
Specifies a source JET-based backup repository. The cmdlet will move data from this backup repository. Accepts the To get this object, run the |
True |
Named |
False |
|
|
Group |
Specifies the organization group data that the cmdlet will move. |
|
True |
Named |
True (ByValue) |
|
GroupMailbox |
Defines that the cmdlet will move the organization group mailbox data. Default: False |
|
False |
Named |
False |
|
GroupSite |
Defines that the cmdlet will move the organization group site data. Default: False |
|
False |
Named |
False |
|
Mailbox |
Defines that the cmdlet will move the entity mailbox data. Default: False |
|
False |
Named |
False |
|
NoDelete |
Defines that the cmdlet will not remove items from the source JET-based backup repository. Default: False |
|
False |
Named |
False |
|
OneDrive |
Defines that the cmdlet will move the entity OneDrive data. Default: False |
|
False |
Named |
False |
|
RunAsync |
Defines that the command returns immediately without waiting for the task to complete. Default: False |
|
False |
Named |
False |
|
Site |
Specifies the organization site data that the cmdlet will move. |
|
True |
Named |
True (ByValue) |
|
Sites |
Defines that the cmdlet will move the entity sites data. Default: False |
|
False |
Named |
False |
|
Team |
Specifies the organization team data that the cmdlet will move. |
|
True |
Named |
True (ByValue) |
|
To |
Specifies a target JET-based backup repository or object storage repository for backed-up data. The cmdlet will move data to this backup repository. You can specify one of the following types of repositories:
Accepts the To get this object, run the |
True |
Named |
False |
|
|
User |
Specifies the organization user data that the cmdlet will move. |
|
True |
Named |
True (ByValue) |
|
Confirm |
Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue. Default: True |
|
False |
Named |
False |
|
WhatIf |
Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action. Default: False |
|
False |
Named |
False |