Release Notes
1.0.2 - February 14, 2025
-
New Commands:
- Resolve-EntraIdTenant - cmdlet migration from MSIdentityTools module.
-
Bug Fixes:
- Fixed - New-EntraApplicationFromApplicationTemplate. PR #1346
- Fixed - Get-EntraBetaApplicationTemplate and Get-EntraApplicationTemplate. PR #1344
- Fixed #1325:
Get-EntraUser
example without command context. - Fixed #1328: Expand methods in Reset-EntraStrongAuthenticationMethodByUpn.
- Fixed #1326: Remove
Format-Table
in Get-EntraBetaDirSyncFeature
-
Documentation enhancements:
- Enhanced examples for over 140 cmdlets with user-friendly parameters, such as using
ManagerId
instead ofRefObjectId
.
- Enhanced examples for over 140 cmdlets with user-friendly parameters, such as using
-
Other Enhancements:
- Add module metadata: OS platform tags and CompatibleEditions. PR #1349
- Add roadmap details to boost customer awareness. PR #1345
- Use
return
statement for better UX. PR #1337
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.2 -Repository PSGallery -Force -AllowClobber
For beta module
Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.2 -Repository PSGallery -Force -AllowClobber
What's Changed
- Modularization of Entra Powershell Module by @emmanuel-karanja in #1165
- Remove Format-Table by @KenitoInc in #1335
- Use return for better UX by @SamErde in #1337
- Readme changes after GA changes by @SteveMutungi254 in #1333
- Add more methods to Reset-EntraStrongAuthenticationMethodByUpn by @KenitoInc in #1336
- Usability params improvements by @SteveMutungi254 in #1334
- Usability params improvements - Batch 2 by @SteveMutungi254 in #1339
- Fix - Get-EntraBetaApplicationTemplate and Get-EntraApplicationTemplate by @SteveMutungi254 in #1344
- Adding a note to Set-EntraDirSyncEnabled command by @SteveMutungi254 in #1338
- Fix/New application from template by @SteveMutungi254 in #1346
- Adding roadmap details to increase customer awareness by @SteveMutungi254 in #1345
- Fix - Remove example without command in context - Issue #1325 by @SteveMutungi254 in #1342
- Add module metadata: platform (OS) tags and CompatibleEditions. by @SamErde in #1349
- Enganga/Resolve-EntraIdTenant by @emmanuel-karanja in #1352
- Upgrade EntraPowershell GA and Beta to v1.0.2 by @emmanuel-karanja in #1357
Full Changelog: 1.0.1...1.0.2