1.0.12
Release Notes
1.0.12 - September 26th, 2025
-
Bug Fixes:
-
Features:
- We have added the
-AppendSelectedparameter to high usage cmdlets in Applications, Users and Groups sub-modules. PR: #1518
- We have added the
-
Cmdlet Enhancements:
- Implemented authentication checks across all cmdlets to indicate the correct permissions in case of a failed connection to
Connect-Entra. - Updated the
-Featuresparameter underSet-EntraDirSyncFeaturecommand to allow processing of multiple features at once. PR: #1527 - Extended the
Get-EntraUsercommand to include-PageSizeparameter. PR: #1526
- Implemented authentication checks across all cmdlets to indicate the correct permissions in case of a failed connection to
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.12 -Repository PSGallery -Force -AllowClobberFor beta module
Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.12 -Repository PSGallery -Force -AllowClobberWhat's Changed
- Clean up docs by @KenitoInc in #1528
- 1168 - Update Set-EntraDirSyncFeature to process multiple features at once by @givinalis in #1527
- Automate mapping files creation by @KenitoInc in #1508
- 356 - Added Authentication check on Governance sub-module's cmdlets by @givinalis in #1530
- 888 - Added -PageSize parameter to Get-EntraUser by @givinalis in #1526
- 356 - Added authentication checks for Network Access sub-module on Entra Beta by @givinalis in #1533
- 356 - Added authentication checks for Reports cmdlets in Entra and Entra Beta by @givinalis in #1532
- 356 - Added Authentication check on Entra Beta Governance sub-module's cmdlets by @givinalis in #1531
- 356-Added authentication checks for Users submodule for Entra and Entra Beta by @givinalis in #1534
- 356 - Added Authentication checks for cmdlets under SignIns submodule for Entra by @givinalis in #1537
- 356 - Added Authentication checks for cmdlets under DirectoryManagement submodule for Entra by @givinalis in #1538
- 356 - Added Authentication checks for cmdlets under DirectoryManagement submodule for Entra Beta by @givinalis in #1539
- 356 - Added Authentication checks for cmdlets under Sign In submodule for Entra Beta by @givinalis in #1540
- Fix Get-EntraUnsupportedCommand by @KenitoInc in #1543
- Enable Enable-EntraAzureADAlias cmdlet in beta module by @KenitoInc in #1542
- AppendSelected parameter by @KenitoInc in #1518
Full Changelog: 1.0.11...1.0.12