Get-DPMCloudSubscription
Obtém um objeto de assinatura do Backup Online do Azure.
Syntax
Get-DPMCloudSubscription
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
O cmdlet Get-DPMCloudSubscription obtém um objeto de assinatura de Backup do Windows Azure Online no System Center – DPM (Data Protection Manager).
Exemplos
Exemplo 1: retornar status de uma assinatura do Backup Online do Azure
PS C:\> Get-DPMCloudSubscription -DPMServerName "TestingServer"
Esse comando retorna a assinatura do Backup Online do Azure status para o servidor DPM chamado TestingServer.
Parâmetros
-DPMServerName
Especifica o nome do servidor DPM no qual esse cmdlet atua.
Type: | String |
Aliases: | ComputerName, CN |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |