PowerShell Logo Small

Stop-VMInitialReplication



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

Stops an ongoing initial replication.

SYNTAX


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



Search powershellhelp.space

DESCRIPTION


The Stop-VMInitialReplication cmdlet stops an ongoing initial replication that uses either a virtual machine restored from backup or the network. It does not stop an initial
replication that uses external media. For an initial replication that uses external media, you can use this cmdlet to stop the export, which returns the virtual machine to a
pending state. After an export is finished, the initial replication cannot be stopped.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\> Stop-VMInitialReplication VM01



This example stops initial replication of a virtual machine named VM01.




Example 2

PS C:\>Stop-VMInitialReplication *



This example stops initial replication of all virtual machines whose initial replication is in progress on the local Replica server.