Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Opens a connection to a DPM server.
Connect-DPMServer [-DPMServerName] <String> [-AsyncOperation <AsyncOperation>] [<CommonParameters>]
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.
The name of a DPM server.
Attributes
Name | Value |
---|---|
Required? |
true |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
0 |
Used for synchronization purposes.
Attributes
Name | Value |
---|---|
Required? |
false |
Accept wildcard characters? |
false |
Accept Pipeline Input? |
false |
Position? |
named |
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, and OutVariable. For more information, see about_CommonParameters.
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.
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.
Connect-DPMServer TestingServer.corporate.contoso.com
This command connects to TestingServer in the contoso domain.