diff --git a/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesAsrRecoveryPoint.md b/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesAsrRecoveryPoint.md index bd18ee0ba1f6..e2d18bccff9e 100644 --- a/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesAsrRecoveryPoint.md +++ b/src/RecoveryServices/RecoveryServices/help/Get-AzRecoveryServicesAsrRecoveryPoint.md @@ -25,7 +25,7 @@ Get-AzRecoveryServicesAsrRecoveryPoint -Name -ReplicationProtectedItem ``` ## DESCRIPTION -The **Get-AzRecoveryServicesAsrRecoveryPoint** cmdlet gets the list of available recovery points for a replication protected item. +The **Get-AzRecoveryServicesAsrRecoveryPoint** cmdlet gets the list of available recovery points for a replication protected item. The list is in order from latest to oldest Recovery Points, the first one being the Latest Processed (lowest RTO). ## EXAMPLES @@ -34,7 +34,7 @@ The **Get-AzRecoveryServicesAsrRecoveryPoint** cmdlet gets the list of available PS C:\> $RecoveryPoints = Get-AzRecoveryServicesAsrRecoveryPoint -ReplicationProtectedItem $ReplicationProtectedItem ``` -Gets recovery points for the specified ASR replication protected item. +Gets recovery points for the specified ASR replication protected item. $RecoveryPoints[0] will have the Latest Processed Recovery Point (for Lowest RTO). ## PARAMETERS