Get-VBOUsageData
Short Description
Returns information on the used space in backup repositories.
Syntax
This cmdlet provides the following parameter sets:
-
ByRepositoryParameterSetGet-VBOUsageData -Repository <VBORepository> [<CommonParameters>]
-
ByOrganizationAndRepositoryParameterSetGet-VBOUsageData -Repository <VBORepository> -Organization <VBOOrganization> [<CommonParameters>]
-
ByOrganizationParameterSetGet-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 |
|---|---|---|---|---|---|
|
Organization |
Specifies a Microsoft organization. The cmdlet will return information on data usage by this organization.
Accepts the
To get this object, run the |
True |
Named |
False |
|
|
Repository |
Specifies a backup repository. The cmdlet will return information on data usage in this backup repository.
Accepts the
To get this object, run the |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About Common Parameters section of Microsoft Learn.
Output Object
The cmdlet returns the VBOUsageData object that contains details on the used space in a backup repository.
Examples
Example 1: Getting Information About Data Usage on Specific Backup Repository
|
This example shows how to get information on the data usage for a backup repository with the name Repository1.
Perform the following steps:
|
Example 2: Getting Information About Data Usage by Specific Organization
|
This example shows how to get information on the data usage by an organization with the name Organization1 in a backup repository with the name Repository1.
Perform the following steps:
|
Example 3: Getting Information About Data Usage
|
This example shows how to get information on the data usage by an organization with the name Organization1.
Perform the following steps:
|
Related Commands
Get-VBOOrganizationReturns Microsoft organizations added to the Veeam Backup for Microsoft 365 infrastructure.Get-VBORepositoryReturns backup repositories.