Get-VBOUsageData

Short Description

Returns information on the used space in backup repositories.

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get information on the used space in the specified backup repository.

Get-VBOUsageData -Repository <VBORepository>  [<CommonParameters>]

  • Get information on the used space by the specified organization and backup repository.

Get-VBOUsageData -Repository <VBORepository> -Organization <VBOOrganization>  [<CommonParameters>]

  • Get information on the used space by the specified organization.

Get-VBOUsageData -Organization <VBOOrganization>  [<CommonParameters>]

Detailed Description

This cmdlet returns a representation entity of a used repository space by an organization or a representation of an organizations used data space in all used backup repositories.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Repository

Specifies a backup repository. The cmdlet will return information on data usage in this backup repository.

Accepts the VBORepository object.

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

True

Named

False

Organization

Specifies a Microsoft organization. The cmdlet will return information on data usage by this organization.

Accepts the VBOOrganization object.

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

True

Named

False

<CommonParameters>

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

Examples

Get-VBOUsageDataExample 1. Getting Information About Data Usage on Specific Backup Repository

Get-VBOUsageDataExample 2. Getting Information About Data Usage by Specific Organization

Get-VBOUsageDataExample 3. Getting Information About Data Usage

Related Commands

Page updated 4/29/2024

Page content applies to build 8.1.1.159