This is an archive version of the document. To get the most up-to-date information, see the current version.

Get-VBRCloudProvider

Short Description

Returns service providers.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Requires a cloud provider license.

Syntax

Get-VBRCloudProvider  [<CommonParameters>]

-OR-

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

-OR-

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

Related Commands

None

Return Type

VBRCloudProvider[]

Detailed Description

This cmdlet returns service providers added to Veeam Backup & Replication.

You can get the list of all existing service providers or search for instances directly by name or ID.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Id

Specifies the array of the IDs of the VBRCloudProvider object you want to get.

Accepts GUID or string type.

False

Named

True (by Value
FromPipeline, ValueFromPipeline
ByPropertyName)

False

Name

Specifies the array of the service provider names you want to get or search conditions.

False

Named

True (by Value
FromPipeline, ValueFromPipeline
ByPropertyName)

True

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information about common parameters, see http://go.microsoft.com/fwlink/p/?LinkID=113216.

Example 1

This command looks for all cloud service providers added to Veeam Backup & Replication.

PS C:\PS> Get-VBRCloudProvider

Example 2

This command looks for the cloud service provider with the 104.45.95.227 IP address.

PS C:\PS> Get-VBRCloudProvider -Name "104.45.95.227"