Listing All User Groups Using the Command Line Interface

Updated

Use XML to display a list of all user groups.

You can include the XML parameters in the xml file, or you can specify them on the command line when they frequently change. For more information on command line parameters and XML elements, see Command Line - Syntax.

Procedure

  1. Run the qlogin command to log on to the CommServe computer.

  2. Download the list_usergroup_template.xml file to the computer where you will run the command.

  3. On the command line, go to software_installation_directory/Base and type the command.

    qoperation execute -af list_usergroup_template.xml
        
    

    To adjust the amount of property information displayed, use the level parameter. For example, to list basic properties, run the following command:

    qoperation execute -af list_usergroup_template.xml -level BasicProperties
        
    
  4. Run the qlogout command to log off the CommServe computer.

Was this page helpful?