--- title: "New-VBREntraIDTenantProtectedScope" description: "Specifies the scope of resources that will be protected for a specific Microsoft Entra ID tenant." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/new-vbrentraidtenantprotectedscope.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Microsoft EntraID Support > Infrastructure Components > New-VBREntraIDTenantProtectedScope" dateModified: "2026-08-19" --- # New-VBREntraIDTenantProtectedScope ## Short Description Specifies the tenant protection scope. **Product Edition**: Standard, Enterprise, Enterprise Plus, Veeam Universal License ## Syntax ``` New-VBREntraIDTenantProtectedScope [-ResourceType ] [] ``` ## Detailed Description Specifies the scope of resources that will be protected for a specific Microsoft Entra ID tenant. ## Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

ResourceType

Specifies the types of resources that will be protected for the tenant.

Depending on the resources you want to add to the protection scope, you can set the following resource types:

  • Users
  • Groups
  • AdminUnits
  • Roles
  • Apps
  • Logs
  • ConditionalAccessPolicies
  • IntunePolicies
  • OrgContacts
  • Devices

VBREntraIDResourceType[]

False

Named

False

`` This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see [ Microsoft Docs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_commonparameters?view=powershell-7). ## Output Object The cmdlet returns the [`VBREntraIDTenantProtectedScope`](vbrentraidtenantprotectedscope.md) object that defines the tenant protection scope. ## Examples ::: example ### Specifying Entra ID Tenant Protection Scope This example adds to the protection scope all users, groups, conditional access policies and devices of the tenant. ``` New-VBREntraIDTenantProtectedScope -ResourceType Users, Groups, ConditionalAccessPolicies, Devices ``` ::: ## Related Commands - [`Add-VBREntraIDTenant`](add-vbrentraidtenant.md) - [`Set-VBREntraIDTenant`](set-vbrentraidtenant.md)