The following are commands used in the process of connecting web applications for Replication.
|
PowerShell |
Update-ReplicatorGroup | |
|
Purpose |
Update an existing Replication Group with the specified settings. | |
|
Edition |
All | |
|
Comment |
| |
|
|
URL |
Enter a URL to a Web Application. |
|
|
Group |
Enter a name for the Replication Group to update. |
|
|
AutoAddNewConnections |
Specify if new Replication Connections will automatically become members of this Replication Group. |
|
|
DefaultGroup |
Enable or disable default Replication Group. |
|
|
AllowCustomBinding |
Allow or disallow Custom Binding. |
|
|
InputGroup |
Enter a name for the Replication Group to update. |
Update-ReplicatorGroup -URL "http://localwebapplication" -Group "Test Replication Group Name" -DefaultGroup -AllowCustomBinding
None