Get-OBRecoverableSource

Get-OBRecoverableSource

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

Syntax

Parameter Set: Default
Get-OBRecoverableSource [[-Server] <CBBackupServer> ] [ <CommonParameters>]

Detailed 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.

Parameters

-Server<CBBackupServer>

Specifies the server from which data needs to be recovered.

Aliases

none

Required?

false

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<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.OBRecoverableSource[]

Examples

Example 1: Get recoverable data sources

This example returns all recoverable data sources.

PS C:\> Get-OBRecoverableSource

Example 2: Get recoverable data sources for backup servers

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

PS C:\> Get-OBAlternateBackupServer | Get-OBRecoverableSource

Get-OBAlternateBackupServer

ConvertTo-SecureString

New-Object