PowerShell Logo Small

Set-VMReplicationAuthorizationEntry



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

Modifies an authorization entry on a Replica server.

SYNTAX


Set-VMReplicationAuthorizationEntry [-AllowedPrimaryServer] <String> [[-ReplicaStorageLocation] <String>] [[-TrustGroup] <String>]
[-ComputerName <String[]>] [-PassThru] [<CommonParameters>]
Set-VMReplicationAuthorizationEntry [-VMReplicationAuthorizationEntry] <VMReplicationAuthorizationEntry[]> [[-ReplicaStorageLocation]
<String>] [[-TrustGroup] <String>] [-PassThru] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-VMReplicationAuthorizationEntry cmdlet modifies an authorization entry on Replica server.



<

RELATED LINKS






REMARKS

<

Examples


Example 1

PS C:\>Set-VMReplicationAuthorizationEntry server01.domain01.contoso.com –ReplicaStorageLocation “D:\NewStorageLocation”



This example sets the location of the replication authorization entry for allowed primary server server01.domain01.contoso.com to location
D:\NewStorageLocation.




Example 2

PS C:\>Set-VMReplicationAuthorizationEntry server01.domain01.contoso.com –TrustGroup TrustGroup01



This example sets the trust group of the replication authorization entry for allowed primary server server01.domain01.contoso.com to
TrustGroup01.