Get-VBOObjectStorageRepository
Short Description
Returns object storage repositories added to Veeam Backup for Microsoft Office 365.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get object storage by the object storage name.
Get-VBOObjectStorageRepository [-Name <string>] [<CommonParameters>] |
- Get object storage by the object storage ID.
Get-VBOObjectStorageRepository -Id <guid> [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of object storage repositories added to Veeam Backup for Microsoft Office 365. You can get the following types of object storage repositories:
- Azure Blob storage
- Amazon S3
- S3 Compatible (including IBM Cloud object storage)
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input | Accept Wildcard Characters |
---|---|---|---|---|---|---|
Name | Specifies an object storage name. The cmdlet will return object storage with this name. | String | False | Named | False |
|
ID | Specifies an object storage ID. The cmdlet will return object storage with this ID. | Guid | True | Named | False |
|
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBOObjectStorageRepository object that contains an array of object storage repositories.
Examples
Example 1. Getting All Object Storage Repositories
The following request returns license usage data for the VAO server with the ID 76da0d75-75b0-4675-8296-0142ad0d52a7.
|
Example 2. Getting Object Storage Repository with Specific Name
This command returns the New Azure object storage repository added to Veeam Backup for Microsoft Office 365.
|
Example 3. Getting Object Storage Repository with Specific ID
This command returns the 6ccc6136-b88c-4be1-ba5c-52e808914331 object storage repository added to Veeam Backup for Microsoft Office 365.
|