--- title: "New-VBREncryptionOptions" description: "This cmdlet creates the VBREncryptionOptions object that defines encryption options." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrencryptionoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Microsoft EntraID Support > Tenant Backup Jobs > New-VBREncryptionOptions" dateModified: "2026-08-20" --- # New-VBREncryptionOptions ## Short Description Defines encryption settings. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
Disabled (Default)
PasswordDecryption
KmsDecryption
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
EnableEncryption |
Enables encryption. Default: |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
EncryptionKey |
Specifies an encryption key. Veeam Backup & Replication will use this key to encrypt backup files. Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
|
KMSServer |
Specifies the KMS server you want to use to encrypt the data. Accepts the |
True |
Named |
True (ByPropertyName, ByValue) |
|
|
KMSSourceName |
Specifies the displayed name for the key. The cmdlet will create a key and include this name into the key name on the KMS server. |
|
True |
Named |
True (ByPropertyName, ByValue) |