Skip to content

1.0.12

Choose a tag to compare

@givinalis givinalis released this 26 Sep 15:08
· 19 commits to main since this release
1ab379e

Release Notes

1.0.12 - September 26th, 2025

  • Bug Fixes:

    • Get-EntraUnsupportedCommand was moved to the root modules of Microsoft.Entra and Microsoft.Entra.Beta and removed from sub-modules to align with its usage in Enable-EntraAzureADAlias. PR: #1543
    • Enabled Enable-EntraAzureADAlias cmdlet in beta module by moving to the correct folder. PR: #1542
  • Features:

    • We have added the -AppendSelected parameter to high usage cmdlets in Applications, Users and Groups sub-modules. PR: #1518
  • Cmdlet Enhancements:

    • Implemented authentication checks across all cmdlets to indicate the correct permissions in case of a failed connection to Connect-Entra.
    • Updated the -Features parameter under Set-EntraDirSyncFeature command to allow processing of multiple features at once. PR: #1527
    • Extended the Get-EntraUser command to include -PageSize parameter. PR: #1526

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.12 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.12 -Repository PSGallery -Force -AllowClobber

What'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