Release Notes
1.0.3 - February 28, 2025
-
New Commands:
- Remove-EntraUserSponsor.
- Get-EntraUserSponsor.
-
Bug Fixes:
-
Documentation enhancements:
- Enhanced examples for over 35 cmdlets with richer examples.
-
Other Enhancements:
- Update issue templates and create issue configuration file. PR #1358
- New-EntraAdministrativeUnit - improvements - additional params such as
membershipRule
,membershipRuleProcessingState
, andmembershipType
based on Microsoft Graph API changelog. - Enhancement: Added the
DeletionAgeInDays
response property to commands Get-EntraDeletedApplication, Get-EntraDeletedServicePrincipal, Get-EntraDeletedAdministrativeUnit, Get-EntraDeletedDevice, Get-EntraDeletedGroup, and Get-EntraDeletedUser.
Installation instructions
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.3 -Repository PSGallery -Force -AllowClobber
For beta module
Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.3 -Repository PSGallery -Force -AllowClobber
What's Changed
- Examples fixing by @SteveMutungi254 in #1359
- Update issue templates and create issue configuration file by @SamErde in #1358
- Adding alias
-Limit
as an alias for-Top
by @SteveMutungi254 in #1364 - Delete file '1' by @T0biii in #1367
- [Bug fix] Fix/keys changed - variable not set by @SteveMutungi254 in #1370
- Remove-EntraUserSponsor - Remove Entra user sponsor cmdlet by @DButoyez in #1372
- New-EntraAdministrativeUnit improvements - additional params by @SteveMutungi254 in #1351
- Bug fix: Update-EntraUserFromFederated to use SecureString by @SteveMutungi254 in #1371
- Fix to the Enable-EntraAzureADAlias not being added to Groups submodule by @emmanuel-karanja in #1368
- Get-EntraUserSponsor by @DButoyez in #1348
- Enhancement - Adding DeletionAgeInDays response property by @SteveMutungi254 in #1355
- Example improvements + Add examples by @SteveMutungi254 in #1361
- Update version to v1.0.3 by @KenitoInc in #1374
New Contributors
Full Changelog: 1.0.2...1.0.3