< Back

Get-AzureRmSiteRecoveryRecoveryPoint

Thu Apr 04, 2019 5:40 am

NAME Get-AzureRmSiteRecoveryRecoveryPoint



SYNOPSIS

Gets available recovery points for a replication protected item.





SYNTAX

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

<ASRReplicationProtectedItem> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmSiteRecoveryRecoveryPoint 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 this cmdlet gets.



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.



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

ASRReplicationProtectedItem

Parameter 'ReplicationProtectedItem' accepts value of type 'ASRReplicationProtectedItem' from the pipeline





OUTPUTS

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

Version=2.0.1.0, Culture=neutral, PublicKeyToken=null]]







NOTES











RELATED LINKS

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

Edit-AzureRmSiteRecoveryRecoveryPlan

Get-AzureRmSiteRecoveryRecoveryPlan

New-AzureRmSiteRecoveryRecoveryPlan

Remove-AzureRmSiteRecoveryRecoveryPlan

Update-AzureRmSiteRecoveryRecoveryPlan