PowerShell Logo Small

Suspend-VMReplication



This is the built-in help made by Microsoft for the command 'Suspend-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

Suspends replication of a virtual machine.

SYNTAX


Suspend-VMReplication [-VMName] <String[]> [-ComputerName <String[]>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
Suspend-VMReplication [-VM] <VirtualMachine[]> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
Suspend-VMReplication [-VMReplication] <VMReplication[]> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Suspend-VMReplication cmdlet suspends, or pauses, replication of a virtual machine. To resume replication, use the Resume-VMReplication
cmdlet to resume replication. When replication is resumed, all changes made since replication was suspended will be replicated.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Suspend-VMReplication VM01



Suspends replication of virtual machine VM01.




Example 2

PS C:\>Suspend-VMReplication *



Suspends replication of all virtual machines on the local Hyper-V host.