Example 8: Exporting all of the users

A system administrator wants to export all of the users in an IBM® Content Manager OnDemand system. That user created an XML file named exportallusers.xml.

To complete this task, the following command line function is called:
arsxml export -h ARCHIVE -i exportallusers.xml -o users.xml
The file exportallusers.xml might look like this:
<?xml version="1.0" encoding="UTF-8"?>
<onDemand xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<user name="_ALL"/>
</onDemand>
This command creates an XML file users.xml that contains the information on all of the users that are defined on the specified system.