Get-VBRCredentials
Short Description
Returns credentials records.
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:
- Get credentials records by specifying an array of user names.
Get-VBRCredentials [-Name <String[]>] [<CommonParameters>] |
- Get credentials records by specifying an array of hosts.
Get-VBRCredentials [-Name <String[]>] [-Entity <Object[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns credentials records managed by Veeam Backup & Replication. You can get the list of all credentials records or look for instances directly by name.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies an array of user names. The cmdlet will return credentials with these names. | String[] | False | Named | False |
Entity | Specifies an array of hosts. The cmdlet will return credentials of these hosts. | Object[] | False | Named | True (ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the CCredentials object that contains user credentials.
Examples
Example 1. Getting Credentials Records by Name
This command gets credentials records with the Administrator user name.
|
Example 2. Getting Credentials Records by Host
This command gets credentials records of a specific host.
Perform the following steps:
|
Related Commands