Get-OBRecoveryService

Applies To: Windows 8.1, Windows PowerShell 4.0, Windows Server 2012 R2

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 Windows Azure Backup.

Parameters

-Certificate<CBCertificate>

Specifies the private key of a certificate. Windows Azure Backup 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.

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.

Notes

  • To use Windows Azure Backup cmdlets, the user must be a member of the Administrators group or Backup Operators group.

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 Windows Azure Backup.

PS C:\> Get-OBRecoveryService

Start-OBRegistration

Start-OBRecovery