PowerShell Logo Small

Resume-VMReplication



This is the built-in help made by Microsoft for the command 'Resume-VMReplication', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Resumes a virtual machine replication that is in a state of Paused, Error, Resynchronization Required, or Suspended.

SYNTAX


Resume-VMReplication [-VMName] <String[]> [-AsJob] [-ComputerName <String[]>] [-PassThru] [-Resynchronize] [-ResynchronizeStartTime
<DateTime>] [<CommonParameters>]
Resume-VMReplication [-VM] <VirtualMachine[]> [-AsJob] [-PassThru] [-Resynchronize] [-ResynchronizeStartTime <DateTime>] [<CommonParameters>]
Resume-VMReplication [-VMReplication] <VMReplication[]> [-AsJob] [-PassThru] [-Resynchronize] [-ResynchronizeStartTime <DateTime>]
[<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Resume-VMReplication cmdlet resumes replication of a virtual machine with a replication state of Paused, Error, Resynchronization
Required, or Suspended.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Resume-VMReplication VM01



This example resumes replication of virtual machine VM01.




Example 2

PS C:\>Resume-VMReplication VM01 -Resynchronize



This example resynchronizes replication of virtual machine VM01.




Example 3

PS C:\>Resume-VMReplication VM01 –Resynchronize –ResynchronizeStartTime “8/1/2012 05:00 AM”



This example schedules the resynchronization of replication for virtual machine VM01 to start at 5:00 AM on August 1, 2012.




Example 4

PS C:\>Resume-Replication *



This example resumes replication of all virtual machines for which replication is paused.