Get-VBRExternalRepository
Short Description
Returns an array of external repositories from the backup infrastructure.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
IdGet-VBRExternalRepository -Id <Guid[]> [<CommonParameters>]
-
NameGet-VBRExternalRepository [-Name <String[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns an array of external repositories added to the backup infrastructure. You can get the following types of external repositories:
- Amazon S3 object storage.
- Microsoft Azure object storage.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the ID of an external repository that you want to get. |
|
True |
Named |
False |
|
Name |
Specifies the name of an external repository that you want to get. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
This cmdlet returns the VBRExternalRepository object that contains settings of external repositories added to the backup infrastructure.
Examples
Example 1. Getting External Repository by Name
|
This command allows you to get an external repository named
|
Example 2. Getting External Repository by ID
|
This command allows you to get an external repository by the external repository ID.
|