Skip to content

Releases: microsoftgraph/entra-powershell

0.19.0-preview

04 Nov 13:54
f29bc24
Compare
Choose a tag to compare
0.19.0-preview Pre-release
Pre-release

Release Notes

0.19.0 - November 4, 2024

  • New Global Secure Access Commands: Added four cmdlets:

    • Enable-EntraBetaGlobalSecureAccessTenant
    • New-EntraBetaPrivateAccessApplication
    • Get-EntraBetaPrivateAccessApplication
    • Get-EntraBetaGlobalSecureAccessTenantStatus
  • Bug Fixes:

    • Fixed #1164: Resolved missing types in certain beta commands.
    • Fixed #1163: Removed duplicate examples.
  • Enhancements:

    • Improved examples for over 130 cmdlets.
    • Enhanced directory sync features and configurations.
  • Security:

    • Implemented security hardening measures in the release pipeline.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.18.0-preview...0.19.0-preview

0.18.0-preview

17 Oct 17:58
8cf8c47
Compare
Choose a tag to compare
0.18.0-preview Pre-release
Pre-release

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

0.17.0-preview

03 Oct 11:41
0929f83
Compare
Choose a tag to compare
0.17.0-preview Pre-release
Pre-release

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

0.16.0-preview

19 Sep 13:37
9dad603
Compare
Choose a tag to compare
0.16.0-preview Pre-release
Pre-release

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

0.15.0-preview

05 Sep 17:05
dd8935e
Compare
Choose a tag to compare
0.15.0-preview Pre-release
Pre-release

Release Notes

0.15.0 - September 5th 2024

  • Added six new cmdlets: FeatureRolloutPolicy, TrustedCertificateAuthority, and CustomSecurityAttributeDefinitionAllowedValue.
  • Renamed over 40 cmdlets to follow PowerShell cmdlet naming best practices, ensuring singular nouns are used.
  • Removed unused variables as part of code clean-up efforts.
  • Added a developer documentation guide that covers development workflow, cmdlet best practices, pipeline best practices, and parameter best practices.
  • Updated configuration to manage the required version for dependent modules.
  • Enabled PSScriptAnalyzer for code analysis.
  • Housekeeping tasks, including improvements to the build and release pipelines.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

Full Changelog: 0.14.0-preview...0.15.0-preview

0.14.0-preview

22 Aug 14:43
6716b83
Compare
Choose a tag to compare
0.14.0-preview Pre-release
Pre-release

Release Notes

0.14.0 - August 22nd 2024

  • Added 17 net new cmdlets (Custom Security attributes, Application template, Feature Rollout policy, Audit Directory logs, Audit SignIn Logs).
  • Improved documentation for over 25 existing cmdlets.
  • Added documentation for more than 20 v1.0 cmdlets.
  • Added documentation for over 50 Beta cmdlets.
  • Enhanced over 40 cmdlets with better examples and detailed descriptions.
  • Issue 831fix to return actual Microsoft Graph types instead of PSCustomObjects.
  • Performed housekeeping tasks, including strengthening the build and release pipelines.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.13.0-preview...0.14.0-preview

0.13.0-preview

08 Aug 14:36
1760278
Compare
Choose a tag to compare
0.13.0-preview Pre-release
Pre-release

Release Notes

0.13.0 - August 2024

  • Added 5 net new cmdlets (Entra Policy, Application Password, Application Service Endpoints).
  • Documentation improvements for over 25 existing cmdlet references documentation.
  • Added over 50 Beta cmdlet references documentation.
  • Issue 882 fix: Get-EntraGroupMember - to return Service Principal as a member.
  • Issue 952 fix: Decoupled SignInActivity but added an example guidance on how to use SignInActivity property.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.12.0-preview...0.13.0-preview

0.12.0-preview

26 Jul 11:15
6227f8c
Compare
Choose a tag to compare
0.12.0-preview Pre-release
Pre-release

Release Notes

0.12.0 - July 2024

  • Added 3 new cmdlets for Global Secure Access - Private Access App segment management (preview)
  • Documentation improvements - Added Beta documentation for over 50 cmdlets.
  • Additional bug fixes from GitHub issues such as 936, 892.
  • Added missing types that were throwing warnings on missing types for Get-EntraApplication and Get-EntraBetaApplication commands.
  • Updated OData version to v4 in documentation references.
  • Added required permissions for 34 additional commands.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.11.0-preview...0.12.0-preview

0.11.0-preview

15 Jul 13:32
4c61b66
Compare
Choose a tag to compare
0.11.0-preview Pre-release
Pre-release

Summary

  • We have made updates to docs.
  • We have added the required scopes in the examples for top cmdlets.
  • We have resolved local build issue for PowerShell 7.x.
  • Additional bug fixes from GitHub issues.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.10.0-preview...0.11.0-preview

0.10.0-preview

26 Jun 21:05
dc9d8ea
Compare
Choose a tag to compare
0.10.0-preview Pre-release
Pre-release

Summary

  • We have added the capability to auto-install module dependencies.
  • We have added the required scopes in the examples for top cmdlets.
  • Additional bug fixes from GitHub issues.

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

Full Changelog: 0.9.0-preview...0.10.0-preview