Tag: ExcludeServer
The ExcludeServer action lets you automate the process of editing the Excluded Server List in replicationEZ.
<ExcludeServer Server="Local" Exclude="False"/>
Tag Attributes
| Attributes | Attribute Value | Value Description | Comment |
| Server | Abbreviated server name as shown in the server selection list |  | Mandatory |
| Exclude | True/False |  | Not mandatory |
Detailed Description
A value of Exclude="False" will only verify the existence of the given server in the current exclusion list. The server will not be added to the list if not found.
Example Script
<?xml version="1.0" encoding="UTF-8"?>
<ytriaAutomation Application="replicationEZ" ApplicationVersion="16.0">
<ExcludeServer Server="Local" Exclude="True"/>
</ytriaAutomation>
In the script above, the Local server will be introduced into the Excluded Server List.
|