Connect-DPMServer

Connect-DPMServer

Opens a connection to a DPM server.

構文

Parameter Set: DPMServerName
Connect-DPMServer [-DPMServerName] <String> [-AsyncOperation <AsyncOperation> ] [ <CommonParameters>]

Parameter Set: DPMServerScope
Connect-DPMServer [-DPMServerScope] <DpmServerScope> [-AsyncOperation <AsyncOperation> ] [ <CommonParameters>]

詳細説明

The Connect-DPMServer cmdlet opens a connection to a System Center 2012 – Data Protection Manager (DPM) server.

By default, the cmdlet looks for a DPM server in the current domain. To connect to a server in another domain, specify the domain name.

パラメーター

-AsyncOperation<AsyncOperation>

Specifies an AsyncOperation object. You can use this parameter to update a GUI that runs in Windows PowerShell, but do not use it in the Windows PowerShell console.

エイリアス

none

必須?

false

位置は?

named

既定値

none

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

false

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

false

-DPMServerName<String>

Specifies the name of a DPM server.

エイリアス

ComputerName,CN

必須?

true

位置は?

1

既定値

none

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

false

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

false

-DPMServerScope<DpmServerScope>

Specifies a DPM server scope object. To create a DPM scope object, use the New-DPMServerScope cmdlet.

エイリアス

none

必須?

true

位置は?

1

既定値

none

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

false

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

false

<CommonParameters>

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

入力

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

出力

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

  • DpmServer

  • For more information, type "Get-Help Connect-DPMServer -detailed".

Example 1: Connect to a server

This command connects to a DPM server named DPMServer07 in the Corporate.Contoso.com domain.

PS C:\> Connect-DPMServer -DPMServerName "DPMServer07.Corporate.Contoso.com"

関連トピック

Disconnect-DPMServer

New-DPMServerScope