Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Construct a CSV file with the column name group and add the required group values you want to remove.
    In the below CSV example, we want to remove the these groups: demo, support, and IT. 
    group
    demo
    support
    IT
  2. To simplify, we recommend naming the file groups.csv

  3. After the CSV file is ready, run the below action using the above file:
    --action runFromCsv --file groups.csv --common "--action removeGroup" --continue

...