New-VBRDecryptionSet
Short Description
Defines data decryption settings.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
PasswordDecryption (Default)New-VBRDecryptionSet -EncryptionKey <PSCryptoKey> -Password <String> [<CommonParameters>]
-
KmsDecryptionNew-VBRDecryptionSet -EncryptionKey <PSCryptoKey> [-KmsKeyId <String>] -KMSServer <VBRKMSServer> [<CommonParameters>]
Detailed Description
This cmdlet creates the VBRDecryptionSet object. This object defines the data decryption settings.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EncryptionKey |
Specifies encryption keys managed by Veeam Backup & Replication.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
KmsKeyId |
Specifies the ID of the private key stored on the KMS server. The cmdlet will use it to decrypt data. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
KMSServer |
Specifies KMS servers added to the Veeam Backup & Replication console. The cmdlet will decrypt data encrypted by this server.
Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
Password |
Specifies a password. The cmdlet will use the password to decrypt data. |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Defining Decryption Settings for Data Encrypted by KMS
|
This example shows how to define settings to decrypt data encrypted by KMS server.
Perform the following steps:
|
Example 2. Defining Data Decryption Settings with Password
|
This example shows how to define settings to decrypt data using password.
Perform the following steps:
|
Related Commands
Get-VBREncryptionKeyReturns encryption keys.Get-VBRKMSServerReturns KMS servers added to the Veeam Backup & Replication console.