Get-VBOUsageData
Short Description
Returns an information on the used space on repositories.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get information on the used space on the specified repository.
- Get information on the used space by the specified organization on the specified repository.
- Get information on the used space by the specified organization.
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 on all used repositories.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Organization | Specifies a Veeam Backup for Microsoft 365 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 | False |
Repository | Specifies a repository. The cmdlet will return information on data usage on this repository. | Accepts the VBORepository object. To get this object, run the Get-VBORepository cmdlet. | True | 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. Getting Information About Data Usage on Specific Repository
This example shows how to get information on the data usage for a 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 on a 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