Get-DPMCloudSubscriptionSetting
Gets configuration settings for an Azure Online Backup subscription.
Syntax
Default (Default)
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.
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.