Connect-DPMServer

Connect-DPMServer

Opens a connection to a DPM server.

Syntax

Connect-DPMServer [-DPMServerName] <String> [-AsyncOperation <AsyncOperation>] [<CommonParameters>]

Detailed Description

The Connect-Server cmdlet opens a connection to a DPM server.

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

Parameters

-DPMServerName

The name of a DPM server.

Attributes

Name Value

Required?

true

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

0

-AsyncOperation

Used for synchronization purposes.

Attributes

Name Value

Required?

false

Accept wildcard characters?

false

Accept Pipeline Input?

false

Position?

named

-CommonParameter

This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.

Input and Return Types

The input type is the type of the objects that you can pipe to the cmdlet. The return type is the type of the objects that the cmdlet emits.

Notes

  • For more information, type "Get-Help Connect-Server -detailed".
    For technical information, type "Get-Help Connect-Server -full".

    Additionally, any updated information about the cmdlet will be available at https://go.microsoft.com/fwlink/?LinkId=95130.

Examples

EXAMPLE 1

Connect-DPMServer TestingServer.corporate.contoso.com

This command connects to TestingServer in the contoso domain.