I have about 1,000 users that I need to remove from a group. The problem is the group is nested into a group which is then nested into another group.
Group A Group B ---->Group 1 ---->Group P1
Group A, B are all nested in group 1. Group 1 is then nested in Group P1. The end goal is to remove all users that have been disabled for 90+ days from Group P1. The obvious answer is to write a script that will remove the disabled users from Group A,B,C etc but there are hundreds of small groups here. Does anyone have an idea of an effecient way of doing this?