Tag: ExcludeServer
The ExcludeServer action lets you automate the process of editing the Excluded Server List in replicationEZ.
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.
Tag Attributes
|
Attributes |
Attribute Value |
Value Description |
|---|---|---|
|
Server |
Abbreviated server name as shown in the server selection list |
N/A - Required |
|
Exclude |
True / False |
N/A - Not Required |
Example Scripts
XML
<ExcludeServer Server="Local" Exclude="False"/>
XML
<ytriaAutomation>
<ExcludeServer Server="Local" Exclude="True"/>
</ytriaAutomation>
In the script above, the Local server will be introduced into the Excluded Server List.