Get-DPMCloudRecoveryService
Gets a backup Cloud Service resource.
Syntax
Get-DPMCloudRecoveryService
[[-DPMServerName] <String>]
[-Certificate] <CloudCertificate>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Get-DPMCloudRecoveryService
[[-DPMServerName] <String>]
[-VaultCredentialsFilePath] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Get-DPMCloudRecoveryService cmdlet gets a Windows Azure Online Backup Cloud Service resource object.
Examples
Example 1: Returns the cloud service resource for given vault credential file
PS C:\> Get-DPMCloudRecoveryService -DPMServerName "TestingServer" -VaultCredentialsFilePath "DPMTESTVault_Friday, September 5, 2014.VaultCredentials"
This command returns the Azure Online Backup recovery resource for the DPM server named TestingServer that has vault credential file DPMTESTVault_Friday, September 5, 2014.VaultCredentials.
Parameters
-Certificate
Specifies a certificate.
Type: | CloudCertificate |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Confirm
Prompts you for confirmation before running the cmdlet.
Type: | SwitchParameter |
Aliases: | cf |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DPMServerName
Specifies the name of the System Center 2019 - Data Protection Manager (DPM) server on which this cmdlet acts.
Type: | String |
Position: | 1 |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-VaultCredentialsFilePath
Specifies the vault credential file path for the Azure online backup. Specify a network path for a remote user interface.
Type: | String |
Position: | 2 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Type: | SwitchParameter |
Aliases: | wi |
Position: | Named |
Default value: | False |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
CloudServiceResource