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: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see    about_CommonParameters.

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