Compare-VBREntraIDTenantItem
Short Description
Compares backed-up objects between two restore points or a restore point and the production state.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Compare-VBREntraIDTenantItem -Session <VBREntraIDTenantRestoreSession> -Item <VBREntraIDTenantItem> -OldRestorePoint <VBREntraIDTenantRestorePoint> [-NewRestorePoint <VBREntraIDTenantRestorePoint>] [-ShowUnchangedAttributes] [<CommonParameters>] |
Detailed Description
This cmdlet compares backed-up objects between two restore points or a restore point and the production state.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Session |
Specifies the restore session started to recover items backed-up by a tenant backup job. |
Accepts the VBREntraIDTenantRestoreSession object. To create this object, run the Start-VBREntraIDTenantRestore cmdlet. |
True |
Named |
False |
|
Item |
Specifies the backed-up object that you want to compare. |
Accepts the VBREntraIDTenantItem object. To get this object, run the Get-VBREntraIDTenantItem cmdlet. |
True |
Named |
False |
|
OldRestorePoint |
Specifies a restore point. The cmdlet will use this restore point as the starting point for the comparison. |
Accepts the VBREntraIDTenantRestorePoint object. To get this object, run the Get-VBREntraIDTenantRestorePoint cmdlet. |
True |
Named |
False |
|
NewRestorePoint |
Specifies a restore point. The cmdlet will use this restore point as the second point for the comparison. Note: If you do not specify this parameter, the cmdlet will compare the restore point specified in OldRestorePoint with the production state of the backed-up object. |
Accepts the VBREntraIDTenantRestorePoint object. To get this object, run the Get-VBREntraIDTenantRestorePoint cmdlet. |
False |
Named |
False |
|
ShowUnchangedAttributes |
Defines that the cmdlet will show unchanged properties of the backed-up object. Default: False. |
SwichParameter |
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 VBREntraIDTenantItemComparisonResult object that contains compare state of backed-up objects.
Examples
Example 1. Comparing User Attributes Between Two Restore Points
|
This example shows how to compare user attributes between two restore points.
Perform the following steps:
|
Example 2. Comparing User Attributes Between Restore Point and Production
|
This example shows how to compare user attributes between a restore point and the production state.
Perform the following steps:
|
Related Commands