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

Get-VBRCredentials

Short Description

Returns credentials records.

Applies to

Platform: VMware, Hyper-V

Product Edition: Standard, Enterprise, Enterprise Plus

Syntax

Get-VBRCredentials [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns credentials managed by Veeam Backup & Replication.

You can get the list of all credentials or look for instances directly by name.

Parameters

Parameter

Description

Required

Position

Accept
Pipeline
Input

Accept
Wildcard
Characters

Name

Specifies the array of user names. The cmdlet will return credentials with these names.

False

Named

False

True

<CommonParameters>

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

Return Type

CCredentials

Example

This command gets the list of credentials records containing "Administrator" in the account name.

Get-VBRCredentials -Name *Administrator*