--- title: "Set-VBREntraIDTenant" description: "This cmdlet modifies an Entra ID tenant added to the backup infrastructure." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/set-vbrentraidtenant.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Microsoft EntraID Support > Infrastructure Components > Set-VBREntraIDTenant" dateModified: "2026-08-19" --- # Set-VBREntraIDTenant ## Short Description Modifies a Microsoft Entra ID tenant added to the backup infrastructure. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
SecretKey (Default)
Certificate
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
ApplicationId |
Specifies the ID of an application. The cmdlet will use this application to access Entra ID resources. |
|
False |
Named |
False |
|
CacheRepository |
Specifies a cache repository. The cmdlet will use this repository to store temporary cache files for log processing. Accepts the |
|
False |
Named |
False |
|
CertificatePath |
For the certificate-based authentication. Specifies the path to the certificate. The cmdlet will use this certificate to authenticate to Entra ID. |
|
False |
Named |
False |
|
Description |
Specifies the description for the tenant that you want to add. |
|
False |
Named |
False |
|
Password |
For the certificate-based authentication. Specifies the password that the cmdlet will use to authenticate to Entra ID. |
|
False |
Named |
False |
|
ProtectedScope |
Specifies the tenant protection scope. Note: If you do not specify this parameter, the following tenant resources will be protected by default:
Accepts the |
False |
Named |
False |
|
|
SecretKey |
For the password-based authentication. Specifies an application secret. The cmdlet will use this secret to authenticate to Entra ID. |
|
False |
Named |
False |
|
Tenant |
Specifies the Entra ID tenant that you want to change. Accepts the |
True |
Named |
False |