Get-DPMCloudSubscription
Gets an Azure Online Backup subscription object.
Syntax
Default (Default)
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.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Aliases: | ComputerName, CN |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.