PowerShell Logo Small

Test-VMReplicationConnection



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

Tests the connection between a primary server and a Replica server.

SYNTAX


Test-VMReplicationConnection [-ReplicaServerName] <String> [-ReplicaServerPort] <Int32> [-AuthenticationType] <ReplicationAuthenticationType>
[[-CertificateThumbprint] <String>] [-BypassProxyServer <Boolean>] [-ComputerName <String[]>] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Test-VMReplicationConnection cmdlet tests the connection between a primary server and a Replica server to determine whether replication
can be enabled for virtual machines on the primary server to the specified Replica server.



<

RELATED LINKS


Online Version:



REMARKS

<

Examples


Example 1

PS C:\> Test-VMReplicationConnection server01.domain01.contoso.com 80 Kerberos



This example tests the connection between the local host and a Replica server named server01.domain01.contoso.com, using port 80 and Kerberos
authentication.