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

Set-VBOBackupItem

Short Description

Modifies organization object settings.

Syntax

Set-VBOBackupItem -BackupItem <VBOBackupItem[]> [-Mailbox <SwitchParameter>] [-ArchiveMailbox <SwitchParameter>] [-OneDrive <SwitchParameter>] [-Sites <SwitchParameter>] [-GroupMailbox <SwitchParameter>] [-GroupSite <SwitchParameter>] [-Teams <SwitchParameter>] [-TeamsChats <SwitchParameter>] [<CommonParameters>]

Detailed Description

This cmdlet modifies organization object settings. To modify settings, you need to enter the necessary parameters with new values. The parameters that you omit will remain unchanged.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

BackupItem

Specifies an organization object. The cmdlet will modify settings of this object.

Accepts the VBOBackupItem[] object.

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

True

Named

False

False

OneDrive

Defines that the cmdlet will enable the OneDrive option for an object.

Note: You cannot specify this parameter for the user of the PublicMailbox type.

SwitchParameter

False

Named

False

False

Mailbox

Defines that the cmdlet will enable the mailbox option for an object.

SwitchParameter

False

Named

False

False

ArchiveMailbox

Defines that the cmdlet will enable the archive mailbox option for an object.

Note: You cannot specify this parameter for the user of the PublicMailbox type.

SwitchParameter

False

Named

False

False

Sites

Defines that the cmdlet will enable the sites option for an object.

SwitchParameter

False

Named

False

False

Teams

Defines that the cmdlet will enable the teams option for an object.

SwitchParameter

False

Named

False

False

TeamsChats

Defines that the cmdlet will enable the team chats option for an object.

SwitchParameter

False

Named

False

False

GroupMailbox

Defines that the cmdlet will enable the group mailbox option for an object.

SwitchParameter

False

Named

False

False

GroupSite

Defines that the cmdlet will enable the group site option for an object.

SwitchParameter

False

Named

False

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Examples

Set-VBOBackupItemExample 1. Modifying Processing Options of User Backup Item

Related Commands