GroupManager
1.4.0
Entra ID Group Manager - Add and remove users from Entra ID security groups via an interactive TUI or individual cmdlets.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
(c) Mark Orr. All rights reserved.
Package Details
Author(s)
- Mark Orr
Tags
EntraID AzureAD Groups MicrosoftGraph
Functions
Start-GroupManager Connect-GroupManager Set-GroupManagerAuth Clear-GroupManagerAuth Set-GroupManagerGroup Clear-GroupManagerConfig Get-GroupManagerConfig Add-GroupManagerMember Remove-GroupManagerMember Get-GroupManagerMember
Dependencies
-
- Microsoft.Graph.Authentication (>= 2.0.0)
- Microsoft.Graph.Groups (>= 2.0.0)
- Microsoft.Graph.Users (>= 2.0.0)
Release Notes
v1.4.0
- Cross-platform support (Windows, macOS, Linux)
- macOS: PowerShell profile persistence for app registration config
- Fixed config path on macOS/Linux ($HOME/.local/share)
- Updated README for module-only usage
FileList
- GroupManager.nuspec
- GroupManager.psd1
- GroupManager.psm1
- Public\Remove-GroupManagerMember.ps1
- Public\Get-GroupManagerConfig.ps1
- Public\Set-GroupManagerGroup.ps1
- Public\Clear-GroupManagerConfig.ps1
- Public\Set-GroupManagerAuth.ps1
- Private\Get-ConfigPath.ps1
- Private\Show-GroupSetupMenu.ps1
- Private\Select-TargetGroup.ps1
- Private\Show-Header.ps1
- Private\Show-Menu.ps1
- Private\Invoke-GetGroupMemberList.ps1
- Private\Invoke-RemoveUserFromGroup.ps1
- LICENSE
- Public\Start-GroupManager.ps1
- Public\Get-GroupManagerMember.ps1
- Public\Clear-GroupManagerAuth.ps1
- Public\Connect-GroupManager.ps1
- Public\Add-GroupManagerMember.ps1
- Private\Save-GroupManagerConfig.ps1
- Private\Invoke-AddUserToGroup.ps1
- Private\Wait-ForKeyPress.ps1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.4.0 (current version) | 19 | 4/15/2026 |
| 1.3.0 | 15 | 4/1/2026 |