The Help File for the Command Line Tools 5.0 indicates the following XML syntax for the <include> and <exclude> options:
<include>objecttype:RegularExpression</include>
For Example:
<?xml version="1.0"?>
<commandline>
<exclude>Role</exclude>
<exclude>User</exclude>
</commandline>
However the tool does not accept such syntax and exists with code 34.
I finally managed to run it with the old (3.x) syntax after searching this forum for hours and guessing:
<?xml version="1.0"?>
<commandline>
<exclude objecttype="Role"/>
<exclude objecttype="User"/>
</commandline>
I think the tools and the help have to be in sync!
For Example: However the tool does not accept such syntax and exists with code 34.
I finally managed to run it with the old (3.x) syntax after searching this forum for hours and guessing: I think the tools and the help have to be in sync!