- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bulk User Group deletion
How can I delete multiple user groups using Bulk Administration Tool?
- Tags:
- AM
- AMBA
- Auth Manager
- Authentication Manager
- Authentication Manager Bulk Admin
- Community Thread
- delete group
- delete multiple groups
- dg
- Discussion
- Forum Thread
- RSA Authentication Manager
- RSA SecurID
- RSA SecurID Access
- SecurID
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could execute multiple Delete Group commands (one per line in your input file). From the AMBA User Guide:
Delete Group
Deletes a specified group record from the database.
Action DG
Required Fields GrpName
Optional Fields IdentitySource, SecurityDomain
If Security Domain and Identity Source are not provided, then the group will be searched in the default identity source (Internal DataBase) and security domain (System Domain) created during AM installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could execute multiple Delete Group commands (one per line in your input file). From the AMBA User Guide:
Delete Group
Deletes a specified group record from the database.
Action DG
Required Fields GrpName
Optional Fields IdentitySource, SecurityDomain
If Security Domain and Identity Source are not provided, then the group will be searched in the default identity source (Internal DataBase) and security domain (System Domain) created during AM installation.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Ted,
Please could you provide a sample input file for this, maybe with 3 or 4 user groups.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure, below input file would delete three groups:
Action,GrpName
DG,Sales
DG,Marketing
DG,Facilities
