--- title: "Get-VBOEntityData" description: "This cmdlet returns a representation entity of the backed-up data of an organization user, organization group, organization site, organization team, or an organization itself." canonical: "https://helpcenter.veeam.com/docs/vbo365/powershell/get-vboentitydata.html" breadcrumb: "PowerShell Reference > Veeam Backup for Microsoft 365 PowerShell Reference > Data Management > Get-VBOEntityData" dateModified: "2026-08-21" --- # Get-VBOEntityData ## Short Description Returns a user, group, site, team or organization backed-up data. ## Syntax This cmdlet provides the following parameter sets:
ByType (Default)
ByOrganization
ByUser
ByGroup
BySite
ByTeam
ByRestorePoint
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Group |
Specifies an organization group. The cmdlet will return backed-up data for this group. Accepts the To get this object, run the |
True |
Named |
False |
|
|
Name |
Specifies a name filter for the searched data. The cmdlet will return a collection of data with the specified name. |
|
False |
Named |
False |
|
Organization |
Specifies a Microsoft organization. The cmdlet will return backed-up data for this organization. Accepts the To get this object, run the |
False |
Named |
False |
|
|
Repository |
Specifies a backup repository. The cmdlet will return backed-up data from this backup repository. Accepts the To get this object, run the |
True |
Named |
True (ByValue) |
|
|
RestorePoint |
Specifies a restore point stored in Veeam Backup for Microsoft 365. The cmdlet will return backed-up data from this restore point. Accepts the To get this object, run the |
True |
Named |
False |
|
|
Site |
Specifies a SharePoint site. The cmdlet will return backed-up data for this site. Accepts the To get this object, run the |
True |
Named |
False |
|
|
Team |
Specifies an organization team. The cmdlet will return backed-up data for this team. Accepts the To get this object, run the |
True |
Named |
False |
|
|
Type |
Specifies a type of the entity data. The cmdlet will return backed-up data for the entity of this type. You can select the following entity data types:
Note: The |
|
True |
Named |
False |
|
User |
Specifies an organization user. The cmdlet will return backed-up data for this user. Accepts the To get this object, run the |
True |
Named |
False |