Remove-VBREncryptionKey
Short Description
Removes encryption key.
Platform: VMware, Hyper-V
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Remove-VBREncryptionKey [-EncryptionKey] <PSCryptoKey> [-WhatIf] [-Confirm] [<CommonParameters>] |
Detailed Description
This cmdlet removes a selected encryption key.
Important |
|
You cannot remove an encryption key if it is used by any job or set in permissions for repository for Veeam Agent for Microsoft Windows jobs. |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EncryptionKey |
Specifies the encryption key you want to remove.
Accepts the |
True |
0 |
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 Encryption Key [Using Pipeline]
|
This example shows how to remove the
Perform the following steps:
|
Example 2. Removing Encryption Key [Using Variable]
|
This example shows how to remove the
Perform the following steps:
|
Related Commands
Get-VBREncryptionKeyReturns encryption keys.