PowerShell Logo Small

Measure-VMReplication



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

Gets replication statistics and information associated with a virtual machine.

SYNTAX


Measure-VMReplication [[-VMName] <String[]>] [-ComputerName <String[]>] [-PrimaryServerName <String>] [-ReplicaServerName <String>] [-ReplicationHealth
<VMReplicationHealthState>] [-ReplicationMode <VMReplicationMode>] [-ReplicationRelationshipType <VMReplicationRelationshipType>] [-ReplicationState <VMReplicationState>]
[-TrustGroup <String>] [<CommonParameters>]
Measure-VMReplication [-VM] <VirtualMachine[]> [-ReplicationRelationshipType <VMReplicationRelationshipType>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Measure-VMReplication cmdlet gets replication statistics and information associated with virtual machine. Replication statistics are calculated for a predetermined
amount of time based on the monitoring interval specified through the Set-VMReplicationServer cmdlet.



<

RELATED LINKS


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

REMARKS

<

Examples


Example 1

PS C:\> Measure-VMReplication



This example gets the replication monitoring details of all replicating virtual machines on the local host.




Example 2

PS C:\> Measure-VMReplication VM01



This example gets the replication monitoring details of a virtual machine named VM01.




Example 3

PS C:\> Measure-VMReplication –ReplicationHealth Warning



This example gets the replication monitoring details of all virtual machines that have a replication health of “Warning”.