Get-VBRCloudGateway
Short Description
Returns cloud gateways.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Requires a cloud provider license.
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRCloudGateway [<CommonParameters>]
-
IdGet-VBRCloudGateway [-Id <Guid[]>] [<CommonParameters>]
-
NameGet-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 |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies the array of the cloud gateway names you want to get or search conditions. |
|
False |
Named |
True (ByPropertyName, 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.
|