New-VBREntraIDTenantProtectedScope
Short Description
Specifies the tenant protection scope.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
New-VBREntraIDBackupSecondaryTarget -BackupRepository <CBackupRepository> [-CustomRetentionType <VBRUnstructuredBackupShortTermRetentionType>] [-CustomRetentionPeriod <Int32>] [-CustomEncryptionKey <VBREncryptionKey>] [-BackupWindow <VBRBackupWindowOptions>] [<CommonParameters>] |
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:
| VBREntraIDResourceType | True | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBREntraIDTenantProtectedScope object that defines the tenant protection scope.
Examples
Specifying Entra ID Tenant Protection Scope
This example adds to the protection scope all users, groups, administrative units and conditional access policies of the tenant.
New-VBREntraIDTenantProtectedScope -ResourceType Users, Groups, AdminUnits, ConditionalAccessPolicies |
Related Commands