Get-DPMCloudSubscriptionSetting
Gets configuration settings for an Azure Online Backup subscription.
Syntax
Get-DPMCloudSubscriptionSetting
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Get-DPMCloudSubscriptionSetting cmdlet returns configuration settings for a Windows Azure Online Backup subscription.
Examples
Example 1: Get configuration settings for an Azure Online Backup subscription
PS C:\> $Setting = Get-DPMCloudSubscriptionSetting -DPMServerName "TestingServer"
This command returns configuration settings for the Azure Online Backup subscription on the DPM server named TestingServer.
Parameters
-DPMServerName
Specifies the name of the System Center 2019 - Data Protection Manager (DPM) server on which this cmdlet acts.
| Type: | String |
| Aliases: | ComputerName, CN |
| Position: | 1 |
| Default value: | None |
| Accept pipeline input: | False |
| Accept wildcard characters: | False |