自動化 - Compare ACLs
 Previous | Next | Print 

Tag: CompareACLs


The CompareAcls action will emulate the selection of the Compare ACLs option found in the Tools menu of replicationEZ.

<CompareAcls/>

Example Script


    <?xml version="1.0" encoding="UTF-8"?>
    <ytriaAutomation Application="replicationEZ" ApplicationVersion="16.5">

      <Load Server="Acme01/ACME" Select="True"/>

      <Select Target="Grid" lines="all"/>

      <CompareAcls/>

    </ytriaAutomation>

    In the script above, the Compare ACLs function will be launched on all lines in the grid.