Skip to content

0.17.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@KenitoInc KenitoInc released this 03 Oct 11:41
· 37 commits to main since this release
0929f83

Release Notes

0.17.0 - October 3rd, 2024

  • Introduced usability parameter switches for over 480 cmdlets.
  • Added a new cmdlet: Set-EntraDirSyncEnabled.
  • Resolved issue #1106 – corrected indentation errors.
  • Resolved issue #1110 – added proper command examples to Help Synopsis.
  • Resolved issue #1112 – provided missing parameter descriptions in Help Synopsis.
  • Added unit tests for 48 cmdlets.
  • Enriched examples for more than 15 cmdlets.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.16.0-preview...0.17.0-preview