PowerShell Logo Small

Stop-VMReplication



This is the built-in help made by Microsoft for the command 'Stop-VMReplication', in PowerShell version 5 - as retrieved from Windows version 'Microsoft Windows Server 2012 R2 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

Cancels an ongoing virtual machine resynchronization.

SYNTAX


Stop-VMReplication [-VMName] <String[]> [-ComputerName <String[]>] [-PassThru] [-ReplicationRelationshipType <VMReplicationRelationshipType>] [-Confirm] [-WhatIf]
[<CommonParameters>]
Stop-VMReplication [-VM] <VirtualMachine[]> [-PassThru] [-ReplicationRelationshipType <VMReplicationRelationshipType>] [-Confirm] [-WhatIf] [<CommonParameters>]
Stop-VMReplication [-VMReplication] <VMReplication[]> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Stop-VMReplication cmdlet cancels an ongoing virtual machine resynchronization.



<

RELATED LINKS


Online Version: http://go.microsoft.com/fwlink/?LinkID=306967

REMARKS

<

Examples


Example 1

PS C:\>Stop-VMReplication *



Stops all ongoing replications of virtual machines on the local Hyper-V server.