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

AttributesAttribute ValueValue Description
ServerAbbreviated server name as shown in the server selection list

N/A - Required

ExcludeTrue / False

N/A - Not Required

Example Scripts

<ExcludeServer Server="Local" Exclude="False"/>
XML
<ytriaAutomation>
	<ExcludeServer Server="Local" Exclude="True"/>
</ytriaAutomation>
XML

In the script above, the Local server will be introduced into the Excluded Server List.