Skip to content

0.16.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 19 Sep 13:37
9dad603

Release Notes

0.16.0 - September 19th, 2024

  • Added a new cmdlet: Reset-EntraStrongAuthenticationMethodByUpn.
  • Fixed issue #1090 where Get-EntraUserManager ignored the Property parameter.
  • Fixed broken links in the Remove-EntraFeatureRolloutPolicyDirectoryObject documentation.
  • Updated documentation for 300+ cmdlets to align with both Beta and v1.0 versions.
  • Upgraded the pipeline to the latest version 5 of the Engineering Security and Release Platform (ESRP) for the CI/CD pipeline.
  • Added a sample script for retrieving Entitlement-assignment-policies-without-approval.
  • Added 28 cmdlet aliases for backward compatibility.
  • Included examples for removing licenses in Set-EntraUserLicense.
  • Added unit tests for 48 commands.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.16.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.16.0-preview -AllowPrerelease -Repository PSGallery –Force

What's Changed

New Contributors

Full Changelog: 0.15.0-preview...0.16.0-preview