Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns configuration settings for an Azure Online Backup subscription.
Parameter Set: Default
Get-DPMCloudSubscriptionSetting [[-DPMServerName] <String> ] [ <CommonParameters>]
The Get-DPMCloudSubscriptionSetting cmdlet returns configuration settings for a Windows Azure Online Backup subscription.
Specifies the name of the System Center 2012 – Data Protection Manager (DPM) server on which this cmdlet acts.
Aliases |
ComputerName,CN |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
The input type is the type of the objects that you can pipe to the cmdlet.
The output type is the type of the objects that the cmdlet emits.
This command returns configuration settings for the Azure Online Backup subscription on the DPM server named TestingServer.
PS C:\> $Setting = Get-DPMCloudSubscriptionSetting -DPMServerName "TestingServer"