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

Remove-VBOEntityData

Short Description

Removes an organization entity data from a backup repository including a backup repository extended with object storage that was specified as a target for backup copy jobs.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Remove organization user data.

Remove-VBOEntityData -Repository <VBORepository> -User <VBOUserData> [-Mailbox <SwitchParameter>] [-ArchiveMailbox <switchParameter>] [-OneDrive <SwitchParameter>] [-Sites <SwitchParameter>] [-RunAsync <SwitchParameter>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

  • Remove organization group data.

Remove-VBOEntityData -Repository <VBORepository> -Group <VBOGroupData> [-Mailbox <SwitchParameter>] [-ArchiveMailbox <SwitchParameter>] [-OneDrive <SwitchParameter>] [-Sites <SwitchParameter>] [-GroupMailbox <SwitchParameter>] [-GroupSite <SwitchParameter>] [-RunAsync <SwitchParameter>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

  • Remove organization site data.

Remove-VBOEntityData -Repository <VBORepository> -Site <VBOSiteData> [-RunAsync <SwitchParameter>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

  • Remove organization team data.

Remove-VBOEntityData -Repository <VBORepository> -Team <VBOTeamData> [-RunAsync <SwitchParameter>] [-WhatIf <SwitchParameter>] [-Confirm <SwitchParameter>] [<CommonParameters>]

Detailed Description

This cmdlet removes the organization entity data.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Repository

Specifies a backup repository where the backed-up data entity is located.

Accepts the VBORepository object.

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

True

Named

False

False

User

Specifies an organization user entity.

VBOUserData

True

Named

True (ByValue)

False

Mailbox

Defines that this cmdlet will remove the entity mailbox data.

SwitchParameter

False

Named

False

False

ArchiveMailbox

Defines that this cmdlet will remove the entity archive mailbox data.

SwitchParameter

False

Named

False

False

OneDrive

Defines that this cmdlet will remove the entity OneDrive data.

SwitchParameter

False

Named

False

False

Sites

Defines that this cmdlet will remove the entity sites data.

SwitchParameter

False

Named

False

False

RunAsync

Defines that the command returns immediately without waiting for the task to complete.

SwitchParameter

False

Named

False

False

WhatIf

Defines that the cmdlet will write a message that describes the effects of running the cmdlet without actually performing any action.

SwitchParameter

False

Named

False

False

Confirm

Defines that the cmdlet will display a prompt that asks if the user is sure that he wants to continue.

Default: True

SwitchParameter

False

Named

False

False

Group

Specifies an organization group entity.

VBOGroupData

True

Named

True (ByValue)

False

GroupMailbox

Defines that this cmdlet will remove the organization group mailbox data.

SwitchParameter

False

Named

False

False

GroupSite

Defines that this cmdlet will remove the organization group site data.

SwitchParameter

False

Named

False

False

Site

Specifies an organization site entity.

VBOSiteData

True

Named

True (ByValue)

False

Team

Specifies an organization team entity.

VBOTeamData

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

None.

Examples

Remove-VBOEntityDataExample 1. Removing User Data

Remove-VBOEntityDataExample 2. Removing Group Data

Remove-VBOEntityDataExample 3. Removing Site Data

Remove-VBOEntityDataExample 4. Removing User Data From Backup Repository Extended with Archive Storage

Related Commands