Get-NMMRecoveryPoint¶
Lists recovery points for a protected item.
Syntax¶
Description¶
The Get-NMMRecoveryPoint cmdlet retrieves available recovery points for a backup protected item.
Parameters¶
-AccountId¶
The NMM account ID.
| Type | Int32 |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
-ProtectedItemId¶
The protected item ID.
| Type | String |
| Required | True |
| Pipeline Input | True (ByPropertyName) |
Examples¶
Example 1: Get recovery points¶
Example 2: Pipeline from protected items¶
Outputs¶
PSCustomObject[]
| Property | Type | Description |
|---|---|---|
| recoveryPointId | String | Recovery point ID |
| recoveryPointTime | DateTime | Backup timestamp |
| recoveryPointType | String | Full, Incremental |
| sourceResourceId | String | Source resource |