--- title: "New-VBRDecryptionSet" description: "Defines data decryption settings. Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License This cmdlet provides the following parameter sets: This cmdlet creates the VBRDecryptionSet object." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrdecryptionset.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Managing Security Settings > Data Encryption > New-VBRDecryptionSet" dateModified: "2026-08-19" --- # 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)
KmsDecryption
|
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) |