Set-VBOServer

Short Description

Enables usage of Teams Export APIs for team chats backup and allows you to specify temporary storage for export, save and restore operations.

Syntax

Set-VBOServer [-EnableTeamsGraphAPIBackup <SwitchParameter>] [-TempFolderPath <String>] [<CommonParameters>]

Detailed Description

This cmdlet enables usage of Teams Export APIs for team chats backup and allows you to specify temporary storage for export, save and restore operations. For more information on how to configure Veeam Backup for Microsoft 365 to use Teams Export APIs, see this Veeam KB article.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

EnableTeamsGraphAPIBackup

Defines that Veeam Backup for Microsoft 365 will use Teams Export APIs for team chats backup.

Default: False

SwitchParameter

False

Named

False

False

TempFolderPath

Specifies a path to the folder that will be used as temporary storage for export, save and restore operations.

Default: %temp%

String

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-VBOServerExample 1. Enabling Usage of Teams Export APIs

This command enables usage of Teams Export APIs on the Veeam Backup for Microsoft 365 server.

Set-VBOServer -EnableTeamsGraphAPIBackup

Set-VBOServerExample 2. Defining Folder for Export, Save and Restore Operations

This command defines the folder where results of export, save and restore operations will be saved.

Set-VBOServer -TempFolderPath "C:\TemporaryFolder"

Related Commands

Get-VBOServer