--- title: "Add-VBREntraIDTenant" description: "This cmdlet adds a tenant to the backup infrastructure. To add a tenant, you need an application already created in Entra ID. If you want to create an application automatically, add the tenant using the UI." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/add-vbrentraidtenant.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Microsoft EntraID Support > Infrastructure Components > Add-VBREntraIDTenant" dateModified: "2026-08-19" --- # Add-VBREntraIDTenant ## Short Description Adds a Microsoft Entra ID tenant to the backup infrastructure. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax This cmdlet provides the following parameter sets:
SecretKey
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. |
|
True |
Named |
False |
|
CacheRepository |
Specifies a cache repository. The cmdlet will use this repository to store temporary cache files for log processing. Accepts the |
|
True |
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. |
|
True |
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 |
|
|
Region |
Specifies the region type where the tenant is located. |
|
False |
Named |
False |
|
SecretKey |
For the password-based authentication. Specifies an application secret. The cmdlet will use this secret to authenticate to Entra ID. |
|
True |
Named |
False |
|
TenantId |
Specifies the ID of the tenant which you want to add to the backup infrastructure. The cmdlet will search for the application within this tenant. |
|
True |
Named |
False |