Get-DPMCloudRegisteredServers
Gets a list of servers registered to the specified vault.
Syntax
Default (Default)
Get-DPMCloudRegisteredServers
[[-DPMServerName] <String>]
[-VaultCredentialsFilePath] <String>
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
The Get-DPMCloudRegisteredServers cmdlet gets a list of servers registered to a vault. This should be the same vault to which the local System Center - Data Protection Manager (DPM) Server, which is specified in the DPMServerName parameter, is registered.
Examples
Example 1: Get the servers registered to a vault to which the local DPM server is registered
PS C:\>$RS = Get-DPMCloudRegisteredServers -VaultCredentialsFilePath "DPMTESTVault_Friday, September 5, 2014.VaultCredentials"
This command returns the servers registered to the vault for which the vault credential file is DPMTESTVault_Friday, September 5, 2014.VaultCredentials.
Parameters
-Confirm
Prompts you for confirmation before running the cmdlet.
Parameter properties
| Type: | SwitchParameter |
| Default value: | False |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | cf |
Parameter sets
(All)
| Position: | Named |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-DPMServerName
Specifies the name of a DPM Server.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 1 |
| Mandatory: | False |
| Value from pipeline: | False |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-VaultCredentialsFilePath
Specifies the vault credential file path for the Azure online backup. The vault credential file should be from the vault to which the local DPM Server is registered.
Parameter properties
| Type: | String |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 2 |
| Mandatory: | True |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
-WhatIf
Shows what would happen if the cmdlet runs. The cmdlet is not run.
Parameter properties
| Type: | SwitchParameter |
| Default value: | False |
| Supports wildcards: | False |
| DontShow: | False |
| Aliases: | wi |
Parameter sets
(All)
| Position: | Named |
| 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.