Get-VBREntraIDTenantItem
Short Description
Returns Microsoft Entra ID items that a backup contains.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBREntraIDTenantItem -Backup <VBREntraIDTenantBackup> -Type <VBREntraIDTenantItemType> [-Name <String[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns Entra ID items that a backup contains.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies the backup from which you want to get Entra ID items.
Accepts the |
True |
Named |
False |
|
|
Name |
Specifies an array of item display names. The cmdlet will return items with these display names. Note: This parameter accepts wildcard characters. |
|
False |
Named |
False |
|
Type |
Specifies the type of items that you want to return. Note: Conditional Access policies are available only in Enterprise Plus and Veeam Universal License. |
|
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 array of VBREntraIDTenantItem objects that define settings of Entra ID items.
Examples
Example 1. Getting Groups by Name
|
This example shows how to get backed-up groups whose displayed name start with
Perform the following steps:
|
Example 2. Getting All Administrative Units
|
This example shows how to get backed-up administrative units.
Perform the following steps:
|
Related Commands
Get-VBREntraIDTenantBackupReturns backups of Microsoft Entra ID tenants.