Get-OBAllRecoveryPoints

Get-OBAllRecoveryPoints

Shows the user a list of recovery points for each successful backup that was completed from a specific server.

Syntax

Get-OBAllRecoveryPoints [ <CommonParameters>]

Detailed Description

The Get-OBAllRecoveryPoints cmdlet gets all available recovery points. During recovery after the authentication process is complete, a list of recovery points for each successful backup that was completed from a specific server is shown to the user. The user can choose to restore data from within a specific recovery point.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

  • None

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Microsoft.Internal.CloudBackup.Commands.OBBackupInfo

Examples

EXAMPLE 1

This example gets all recovery points available to recover.

PS C:\> Get-OBAllRecoveryPoints