import_admin_group
Import Administration group hierarchy. Admin group hierarchy must be deleted first before new one can be imported
emcli import_admin_group -input_file="property_file:<XML file which contains Admin Group Hierarachy>"
Options
- input_file
                        Location of the input file. 
Exit Codes
0 if successful. A non-zero value indicates that verb processing was unsuccessful.
Example
The following example imports /some/path/to/exported_admin_groups_file.xml file to create new administration group hierarchy on an EM installation.
                  
emcli import_admin_group 
    -input_file="property_file:/some/path/to/exported_admin_groups_file.xml"