Start-DPMCloudRegistration

Start-DPMCloudRegistration

Registers a DPM server with Windows Azure Online Backup service to enable online protection.

構文

Parameter Set: CloudRegistrationByServiceResource
Start-DPMCloudRegistration [[-DPMServerName] <String> ] [-RecoveryService] <CloudServiceResource> [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: CloudRegistrationByVaultCredentialFile
Start-DPMCloudRegistration [[-DPMServerName] <String> ] [-VaultCredentialsFilePath] <String> [-Confirm] [-WhatIf] [ <CommonParameters>]

詳細説明

The Start-DPMCloudRegistration cmdlet registers a System Center 2012 – Data Protection Manager (DPM) server with Windows Azure Online Backup service to enable online protection.

パラメーター

-DPMServerName<String>

Specifies the name of the DPM server.

エイリアス

none

必須?

false

位置は?

1

既定値

none

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-RecoveryService<CloudServiceResource>

Specifies the Cloud recovery resource for the backup vault on Azure online backup.

エイリアス

none

必須?

true

位置は?

2

既定値

none

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-VaultCredentialsFilePath<String>

Specifies the vault credential file path for the Azure online backup. Specify a network path for a remote UI.

エイリアス

none

必須?

true

位置は?

2

既定値

none

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

-Confirm

コマンドレットを実行する前に、ユーザーに確認を求めます。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

-WhatIf

コマンドレットを実行するとどのような結果になるかを表示します。コマンドレットは実行されません。

必須?

false

位置は?

named

既定値

false

パイプライン入力を許可する

false

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

Example 1: Register a server with Windows Azure Online Backup using cloud recovery source

This example registers a DPM server with Windows Azure Online Backup.

The first command gets the cloud service resource from the vault credential file.

The second command registers the DPM server named TestingServer with Windows Azure Online Backup service by using the cloud service resource.

PS C:\> $MyResource = Get-DPMCloudRecoveryService -DPMServerName "TestingServer" -VaultCredentialsFilePath "DPMTESTVault_Friday, September 5, 2014.VaultCredentials"PS C:\> Start-DPMCloudRegistration -DPMServerName "TestingServer" -RecoveryService $MyResource

Example 2: Register a server with Windows Azure Online Backup using vault credential file

This command registers a DPM server named TestingServer with Windows Azure Online Backup by using vault credential file C:\DPMTESTVault_Friday, September 5, 2014.VaultCredentials.

PS C:\> Start-DPMCloudRegistration -DPMServerName "TestingServer" -VaultCredentialsFilePath "C:\DPMTESTVault_Friday, September 5, 2014.VaultCredentials"

関連トピック

Get-DPMCloudRecoveryService