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

Get-VBRCloudProviderCredentials

Short Description

Returns an array of cloud provider credentials records added to Veeam Backup & Replication.

Applies to

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

Syntax

This cmdlet provides the following parameter sets.

  • To get an array of cloud provider credential records by the tenant name

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

  • To get an array of cloud provider credential records by the credentials records ID

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

Detailed Description

This cmdlet returns an array of cloud provider credentials records.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the login for cloud provider credentials records. The cmdlet will return credentials records with the specified name.

True

Named

False

 

Id

Specifies the ID for cloud provider credentials records. The cmdlet will return credentials records with the specified ID.

False

Named

False

 

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

Example 1

This example shows how to get cloud provider credentials records by the tenant name.

Get-VBRCloudProviderCredentials -Name "Tenant1"

Example 2

This example shows how to get cloud provider credentials records by the credentials records ID.

Get-VBRCloudProviderCredentials -ID "bea3b786-75de-4882-a4f7-c2f236eb2874"