New-VBREntraIDTenantItemIncludedProperty
Short Description
Defines an object with item properties or references that you want to restore.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
New-VBREntraIDTenantItemIncludedProperty -PropertyId <String> [-GroupId <String>] [<CommonParameters>] |
Detailed Description
This cmdlet defines an object with item properties or references that you want to restore.
To get the item properties and references that you can restore, use the Compare-VBREntraIDTenantItem cmdlet. This cmdlet can also help you define if a field is a property or reference.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
PropertyId |
Specifies different values depending on what you plan to restore:
|
String |
True |
Named |
False |
|
GroupId |
Used for reference restore. Specifies a reference type. |
String |
False |
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 VBREntraIDTenantItemIncludedProperty object that defines properties that you want to restore further.
Examples
Example 1. Defining Object with Property
|
This example shows how to define an object that contains a property that you further want to restore.
Perform the following steps:
The city property is the first in the received array of properties.
|
Example 2. Defining Object with Reference
|
This example shows how to define an object that contains a reference that you further want to restore.
Perform the following steps:
The manager reference ID is the first in the received array of references.
The manager reference is the first in the received array of references.
|
Related Commands