Skip to content

0.18.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 17 Oct 17:58
· 27 commits to main since this release
8cf8c47

Release Notes

0.18.0 - October 17th, 2024

  • Added usability-focused parameter switches to the Set-EntraUserLicence and Set-EntraUserPassword cmdlets.
  • Fixed issue #1118: corrected parameter sets for Find-EntraPermission.
  • Improved documentation quality scores for 20 cmdlets.
  • Enhanced examples for 8 cmdlets.
  • Implemented platform-level security hardening in the release pipeline

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

Full Changelog: 0.17.0-preview...0.18.0-preview