Resumes Double-Take processing
Syntax
Resume-DtTarget [-ServiceHost] <Server> -JobInfo <JobInfo> [-ConnectionId <Guid>] [<CommonParameters>]
Resume-DtTarget [-ServiceHost] <Server> -All [<CommonParameters>]
Resume-DtTarget [-ServiceHost] <Server> [-JobId] <Guid> [-ConnectionId <Guid>] [<CommonParameters>]
Detailed Description
This cmdlet resumes Double-Take processing on the target.
Parameters
Name | Type | Description | Required | Pipeline Input |
---|---|---|---|---|
Service Host |
Server |
|
true | false |
JobId | Guid |
|
true | false |
Connection Id |
ConnectionId |
|
false | false |
All | Switch Parameter |
Execute the cmdlet on all jobs that are present |
true | false |
JobInfo | JobInfo |
|
true | true |
Outputs
Examples
$DtServerObjectBeta = New-DtServer -Name beta -UserName domain\administrator -Password password Resume-DtTarget -ServiceHost $DtServerObjectBeta -All Disconnect-DtServer -ServiceHost $DtServerObjectBeta |
A server object is created for the server beta using the domain\administrator and password credentials. It assigns the server object to the variable called DtServerObjectBeta. Double-Take processing on that server is then resumed. The connections for the server object are then closed.