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

Get-VBRCredentials

In this article

    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.

    Return Type

    CCredentials

    Parameters

    Parameter

    Description

    Required

    Position

    Accept
    Pipeline
    Input

    Accept
    Wildcard
    Characters

    Name

    Specifies the user name or search conditions.

    You can specify multiple names separated by commas.

    False

    Named

    False

    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

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

    PS C:\PS>  Get-VBRCredentials -Name *Administrator*