Ytria logo TUTORIALS

This website require JavaScript for full functionality. Please enable JavaScript in your Web browser.


 

Before you begin:


If you want to learn more about how Ytria's automation scripts function, see our automation basics help page.

Step 1 Copy/paste the script below into any text editor, enter the server you want to scan, and then save the script as an XML file.
Step 2 Open aclEZ and select the option 'Load Automation File…' from the Server menu, or use CTRL + X.
Step 3 Find and select the XML file you just saved, and then click 'Open.'

Here is the script:

<ytriaAutomation Application="aclEZ" ApplicationVersion="16.5">
<OnError continue="True"/>
<Echo Mode="False"/>
<!--The variable in the next line will set the server to load.
Simply change this variable value to accommodate your needs.-->
<SetVar srv="Enter your server name here."/>
<!-- Initialize -->
<Load Server="{%srv%}" select="true"/>
<Export Type="FlagsAndRoles">
<SetParam target="ExportToFile" field="FilePath" value="aclEZ_export.html"/>
<SetParam target="ExportToFile" field="ExportType" value="HTML"/>
<SetParam target="ExportToFile" field="FileOutput" value="Unicode"/>
<SetParam target="ExportToFile" field="OpenFileOnceGenerated" value="true"/>
</Export>
</ytriaAutomation>