Get-VBRCloudServer

Short Description

Returns cloud hosts allocated by a service provider.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • For looking for hosts by host name.

Get-VBRCloudServer [-Name <string[]>]  [<CommonParameters>]

  • For looking for hosts of a specific cloud service provider.

Get-VBRCloudServer [-CloudProvider <VBRCloudProvider[]>] [-Name <string[]>]  [<CommonParameters>]

  • For looking for hosts by host ID.

Get-VBRCloudServer [-Id <guid[]>]  [<CommonParameters>]

Detailed Description

This cmdlet returns cloud hosts that are allocated by a service provider.

Parameters

Parameter

Description

Type

Required

Position

Accept
Pipeline
Input

Name

Specifies the array of the host names you want to get.

String[]

False

Named

False

CloudProvider

Specifies the array of the  cloud providers. The cmdlet will return the hosts that are provided to you by these providers.

Accepts the VBRCloudProvider[] object. To get this object, run the Get-VBRCloudProvider cmdlet.

False

Named

True (ByValue,
ByProperty
Name)

Id

Specifies the array of the IDs of the host you want to get. The cmdlet will return the hosts with these IDs.

Guid[]

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRCloudServer

Examples

Get-VBRCloudServerExample 1. Getting Cloud Server by Name

Get-VBRCloudServerExample 2. Getting Cloud Servers of Selected Cloud Service Provider

Related Commands

Get-VBRCloudProvider

Page updated 3/4/2024

Page content applies to build 12.3.1.1139