< Back

Get-AzureRmRecoveryServicesAsrRecoveryPoint

Tue Jan 29, 2019 10:02 pm

NAME Get-AzureRmRecoveryServicesAsrRecoveryPoint



SYNOPSIS

Gets the available recovery points for a replication protected item.





SYNTAX

Get-AzureRmRecoveryServicesAsrRecoveryPoint [-DefaultProfile <IAzureContextContainer>] -Name <String> -ReplicationProtectedItem

<ASRReplicationProtectedItem> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmRecoveryServicesAsrRecoveryPoint cmdlet gets the list of available recovery points for a replication protected item.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with Azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Name <String>

Specifies the name of the recovery point to get.



Required? true

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-ReplicationProtectedItem <ASRReplicationProtectedItem>

Specifies the Azure Site Recovery Replication Protected Item object for which to get the list of available recovery points.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRReplicationProtectedItem







OUTPUTS

System.Collections.Generic.IEnumerable`1[[Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRRecoveryPoint,

Microsoft.Azure.Commands.RecoveryServices.SiteRecovery, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null]]







NOTES









Example 1



PS C:\\> $RecoveryPoints = Get-AzureRmRecoveryServicesAsrRecoveryPoint -ReplicationProtectedItem $ReplicationProtectedItem



Gets recovery points for the specified ASR replication protected item.







RELATED LINKS

Online Version:

https://docs.microsoft.com/en-us/powers ... overypoint

Edit-AzureRmRecoveryServicesAsrRecoveryPlan

Get-AzureRmRecoveryServicesAsrRecoveryPlan

New-AzureRmRecoveryServicesAsrRecoveryPlan

Remove-AzureRmRecoveryServicesAsrRecoveryPlan

Update-AzureRmRecoveryServicesAsrRecoveryPlan