Get-DPMCloudSubscription

Gets an Azure Online Backup subscription object.

Syntax

Get-DPMCloudSubscription
   [[-DPMServerName] <String>]
   [<CommonParameters>]

Description

The Get-DPMCloudSubscription cmdlet gets a Windows Azure Online Backup subscription object in System Center - Data Protection Manager (DPM).

Examples

Example 1: Return status of an Azure Online Backup subscription

PS C:\> Get-DPMCloudSubscription -DPMServerName "TestingServer"

This command returns the Azure Online Backup subscription status for the DPM server named TestingServer.

Parameters

-DPMServerName

Specifies the name of the DPM server on which this cmdlet acts.

Type:String
Aliases:ComputerName, CN
Position:1
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False