EntraGroupMirror is now a PowerShell module on the PowerShell Gallery.
Install-Module EntraGroupMirror -Scope CurrentUserNew
-Diffmode —Copy-EntraUserGroups -Diff(orCompare-EntraUserGroups) shows a read-only side-by-side comparison of two users'' memberships: source-only, target-only, shared — with notes on groups that cannot simply be copied.- Pester test suite — 16 tests with fully mocked Graph responses, running in CI next to PSScriptAnalyzer.
- Automated publishing — GitHub releases publish the module to the PSGallery.
Changed
- Restructured as module
EntraGroupMirrorwith exported cmdletsCopy-EntraUserGroupsandCompare-EntraUserGroups; the standalone root script moved into the module. - Console output is now English.
Full changelog: CHANGELOG.md