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

Get-VBOServer

Short Description

Returns information about the Veeam Backup for Microsoft 365 server.

Syntax

Get-VBOServer [<CommonParameters>]

Detailed Description

This cmdlet returns the following:

  • Information about whether usage of Teams Export APIs is enabled on the Veeam Backup for Microsoft 365 server. For more information, see this Veeam KB article.
  • The specified path to the folder that will be used as temporary storage for export, save and restore operations.

Parameters

<CommonParameters>

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

Examples

Example 1. Getting Server

This command returns information about the Veeam Backup for Microsoft 365 server.

Get-VBOServer

IsTeamsGraphAPIBackupEnabled TempFolderPath

---------------------------- --------------

                      True C:\TemporaryFolder

Related Commands

Set-VBOServer