Get-VBRCloudGateway
Short Description
Returns cloud gateways.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all cloud gateways.
|
Get-VBRCloudGateway [<CommonParameters>] |
- Get the cloud gateways by ID.
|
Get-VBRCloudGateway [-Id <Guid[]>] [<CommonParameters>] |
- Get the cloud gateways by name.
|
Get-VBRCloudGateway [-Name <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns existing cloud gateways.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of IDs of cloud gateways. |
Accepts GUID[] or string[]. |
False |
Named |
True (ByValue, |
|
Name |
Specifies the array of the cloud gateway names you want to get or search conditions. |
String[] |
False |
Named |
True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting All Cloud Gateways
|
This command returns all cloud gateways configured in Veeam Backup & Replication.
|
Example 2. Getting Cloud Gateway by Name
|
This command gets the cloud gateway by name.
|