Previous Topic: Could not find keyword xxxxx for class classname

Next Topic: DOS Output from etautil

Obtain Operation Details

You can use the following methods to obtain operation details:

For other commands such as UPDATE, you must set OpDetail in the attribute list, for example:

update 'eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects' eTGlobalUser GlobalUserName=gluser01 to
LastName='gluser01 lastname' OpDetail=1 eTSyncAccounts=1

Note: You can combine both methods to obtain operation details for only some of the commands defined in an input file.

This example makes use of a batch input file to run multiple commands that explore a Windows NT endpoint and update a global user name:

etautil -o -u etaadmin -p password -f myinputfile

where myinputfile contains the following syntax:

explore 'eTNamespaceName=Windows NT' eTN16Directory name=My NT Directory OpDetail=0 List eTExploreUpdateEtrust;
update 'eTGlobalUserContainerName=Global Users,eTNamespaceName=CommonObjects' 
eTGlobalUser GlobalUserName=gluser01  to  LastName='gluser01 lastname' eTSyncAccounts=1

Note: This example makes use of the -o flag to display operation details to stdout. To control the amount of information displayed, use the OpDetail attribute. In this example, by setting OpDetail=0 in the Explore command, only the details of the Update command are displayed.