Remove-VBRCredentials
Short Description
Removes credentials records from Veeam Backup & Replication.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBRCredentials -Credential <CCredentials> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet permanently removes the selected credentials record from the Veeam Backup & Replication database.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Credential |
Specifies credentials you want to remove.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
Confirm |
Defines whether the cmdlet displays a prompt that asks if the user is sure that they want to continue.
Note: Microsoft PowerShell enables the |
|
False |
Named |
False |
|
WhatIf |
Defines whether the cmdlet writes a message that describes the effects of running the cmdlet without actually performing any action. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Examples
Example 1. Removing Credentials Record Using User Name [Using Variable]
|
This example shows how to remove the credentials record with the
Perform the following steps:
|
Example 2. Removing Credentials Record Using User Name [Using Pipeline]
|
This example shows how to remove the credentials record with the
Perform the following steps:
|
Example 3. Removing Specific Credentials Record
|
This example shows how to remove the specific credentials record.
Perform the following steps:
|
Related Commands
Get-VBRCredentialsReturns credentials records.