Get-OBRecoverableSource

Get the list of datasources recoverable from this server or the specified OBBackupServer object.

Syntax

Get-OBRecoverableSource
   [[-Server] <CBBackupServer>]

Description

The Get-OBRecoverableSource cmdlet gets the list of datasources recoverable from this server or the specified OBBackupServer object. This list is then used to get item level recovery.

To use Microsoft Azure Backup cmdlets, the user needs to be an administrator on the protected machine.

Examples

Example 1: Get recoverable data sources

Get-OBRecoverableSource

This example returns all recoverable data sources.

Example 2: Get recoverable data sources for backup servers

Get-OBAlternateBackupServer | Get-OBRecoverableSource

This command returns the recoverable data sources for the backup servers that are associated with the backup account.

Parameters

-Server

Specifies the server from which data needs to be recovered.

Type:CBBackupServer
Position:1
Default value:None
Accept pipeline input:True
Accept wildcard characters:False

Inputs

None

Outputs

Microsoft.Internal.CloudBackup.Commands.OBRecoverableSource[]