Get-VMReplicationServer

Gets the replication and authentication settings of a Replica server.

Syntax

Get-VMReplicationServer
   [[-ComputerName] <String[]>]

Description

The Get-VMReplicationServer cmdlet gets the replication and authentication settings of a Replica server.

Examples

Example 1

PS C:\> Get-VMReplicationServer

This example gets the replication configuration of the local Replica server.

Example 2

PS C:\> Get-VMReplicationServer server01.domain01.contoso.com

This example gets the replication configuration of a server named server01.domain01.contoso.com.

Parameters

-ComputerName

Specifies one or more Hyper-V hosts for which to retrieve replication and authentication settings. NetBIOS names, IP addresses, and fully-qualified domain names are allowable. The default is the local computer - use "localhost" or a dot (".") to specify the local computer explicitly.

Type:String[]
Position:1
Default value:.
Required:False
Accept pipeline input:True
Accept wildcard characters:False

Outputs

VMReplicationServer