Open PurpleGriffin opened 2 weeks ago
This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
I'm hoping the ‘remove user from group’ dropdown on the edit user page could be filtered to just show the groups the user is part of. This would work the same way as the ‘remove member’ on the edit group page in that it only shows members of the group that can be removed.
Currently you need to check groups the user is part of on the view user page, then switch across to the edit user page to remove the user from the groups.
PowerShell commands you would normally use to achieve above request
Get-AzureADUser -SearchString user@domain.com | Get-AzureADUserMembership