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

Measure-VBOOrganizationFullBackupSize

Short Description

Measures a size of an organization backup.

In Veeam Backup for Microsoft Office 365 5.0, this cmdlet is obsolete. It still works in Veeam Backup for Microsoft Office 365 5.0 but may not be supported in the next versions of Veeam Backup for Microsoft Office 365.

You cannot use this cmdlet for organizations added using Azure AD applications and organizations for which backup of Microsoft Teams data is enabled.

Syntax

Measure-VBOOrganizationFullBackupSize -Organization <VBOOrganization> [-Proxy <VBOProxy>] [-Mailbox] [-ArchiveMailbox] [-Site] [-OneDrive] [-PersonalSite]  [<CommonParameters>]

Detailed Description

This cmdlet gets details on a size of a backed-up organization. You can use this details to find out how much space the backup of an organization will occupy on a backup repository.

Parameters

Parameter

Description

Required

Position

Accept Pipeline Input

Accept Wildcard Characters

Organization

Specifies an organization whose backup you want to measure.

True

Named

False

False

Proxy

Specifies a backup proxy which will be used to render the size of the backup.

This parameter is optional. If no backup proxy is specified, the Measure-VBOOrganizationFullBackupSize cmdlet will use the default backup proxy.

False

Named

False

False

Mailbox

If indicated, the Measure-VBOOrganizationFullBackupSize cmdlet will enable Mailbox processing option for the measured organization backup.

False

Named

False

False

ArchiveMailbox

If indicated, the Measure-VBOOrganizationFullBackupSize cmdlet will enable ArchiveMailbox processing option for the measured organization backup.

False

Named

False

False

Site

If indicated, the Measure-VBOOrganizationFullBackupSize cmdlet will enable Sites processing option for the measured organization backup. The enabled Site parameter does not include Personal Sites into the measured backup.

False

Named

False

False

OneDrive

If indicated, the Measure-VBOOrganizationFullBackupSize cmdlet will enable OneDrive processing option for the measured organization backup.

False

Named

False

False

PersonalSite

If indicated, the enabled Site processing option will include Personal Sites for the measured organization backup.

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

Example 1

This example shows how to measure a full backup size for Columbus organization.

  1. Run the Get-VBOOrganization cmdlet. Set the Columbus as the Name parameter value. Save the result to the $org variable.
  2. Run the Measure-VBOOrganizationFullBackupSize cmdlet. Set the $org as the Organization parameter value.

$org = Get-VBOOrganization -Name "Columbus"

Measure-VBOOrganizationFullBackupSize -Organization $org

Related Commands

Get-VBOOrganization