Get-OBRecoveryService

Get-OBRecoveryService

Gets the list of available vaults.

Syntax

Parameter Set: Default
Get-OBRecoveryService [-Certificate] <CBCertificate> [ <CommonParameters>]

Detailed Description

The Get-OBRecoveryService cmdlet gets the list of backup vaults that you can use to register the current computer with .

Parameters

-Certificate<CBCertificate>

Specifies the private key of a certificate. uses the private key to obtain the recovery services.

Aliases

none

Required?

true

Position?

2

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.

  • OBCertificate

Outputs

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

Examples

Example 1: Get the list of backup vaults

This command gets the list of backup vaults that you can use to register the current computer with .

PS C:\> Get-OBRecoveryService

Start-OBRegistration

Start-OBRecovery