Skip to content

Releases: microsoftgraph/entra-powershell

1.0.6

15 Apr 08:20
07e3992
Compare
Choose a tag to compare

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.6 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.6 -Repository PSGallery -Force -AllowClobber

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

28 Mar 15:29
2c3fe44
Compare
Choose a tag to compare

Release Notes

1.0.5 - March 28th, 2025

  • New Commands:

    • Get-EntraAuthenticationMethodUserRegistrationDetailReport.
    • Set-EntraUserSponsor.
  • Bug Fixes:

    • Fixed -Add SendCertificateChain to Connect-Entra. PR #1413
    • Fixed - Reset-EntraBetaStrongAuthenticationMethodByUpn. PR #1418
    • Fixed - Set-EntraUserExtension - Add support for support "ExtensionNameValues" parameter. PR #1412
  • Documentation enhancements:

    • Enhanced examples for over 200 cmdlets with relevant parameter sets.
    • Add per-user MFA report example.
    • Add disable password policy example.
  • Other Enhancements:

    • Per user MFA commands input validations. PR #1430
    • Converted Set-EntraUser to use API. PR #1410

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.5 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.5 -Repository PSGallery -Force -AllowClobber

What's Changed

Full Changelog: 1.0.4...1.0.5

1.0.4

14 Mar 13:18
14d166a
Compare
Choose a tag to compare

Release Notes

1.0.4 - March 14, 2025

  • New Commands:

    • Get-EntraSubscription.
    • Get-EntraBetaCrossTenantAccessActivity.
  • Documentation enhancements:

    • Additional examples for common scenarios based on product group engagement.
  • Other Enhancements:

    • Pipeline hardening.
    • Added AliasesToExport values in the psd1 files.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.4 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.4 -Repository PSGallery -Force -AllowClobber

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

28 Feb 07:31
963e92f
Compare
Choose a tag to compare

Release Notes

1.0.3 - February 28, 2025

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

New Contributors

Full Changelog: 1.0.2...1.0.3

1.0.2

14 Feb 13:16
6f2bb9c
Compare
Choose a tag to compare

Release Notes

1.0.2 - February 14, 2025

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.2 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.2 -Repository PSGallery -Force -AllowClobber

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

03 Feb 08:03
Compare
Choose a tag to compare

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.1 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.1 -Repository PSGallery -Force -AllowClobber

Full Changelog: 1.0.0...1.0.1

1.0.0

03 Feb 08:01
Compare
Choose a tag to compare

Release Notes

1.0.0 - January 28, 2025

  • New Commands:

    • Update-EntraOauth2PermissionGrant
    • Get-EntraBetaUserAuthenticationMethod
    • Get-EntraUserAuthenticationMethod
    • Update-EntraBetaUserAuthenticationRequirement
    • Get-EntraBetaUserAuthenticationRequirement
  • Bug Fixes:

    • RequiredResourceAccess cannot be an array. PR #1229
  • Documentation enhancements:

    • Improved examples for over 250 cmdlets.
    • Adding syntax sections for Global Secure Access commands.
    • Enhanced directory sync features and configurations.
    • Fixed example for New-EntraBetaPrivateAccessApplicationSegment.
  • Enhancements:

    • Get-EntraContext - Add Entra PowerShell version to response.
    • Update .Net version in the release pipeline.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 1.0.0 -Repository PSGallery -Force -AllowClobber

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.0.0 -Repository PSGallery -Force -AllowClobber

What's Changed

New Contributors

Full Changelog: 0.22.0...1.0.0

0.22.0

03 Feb 07:52
Compare
Choose a tag to compare

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Entra -RequiredVersion 0.22.0 -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 0.22.0 -Repository PSGallery –Force

Full Changelog: 0.21.0-preview...0.22.0

0.21.0-preview

03 Feb 07:49
Compare
Choose a tag to compare
0.21.0-preview Pre-release
Pre-release

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

Full Changelog: 0.20.0-preview...0.21.0-preview

0.20.0-preview

03 Feb 07:43
Compare
Choose a tag to compare
0.20.0-preview Pre-release
Pre-release

Installation instructions

Install the module from the PowerShell gallery

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

For beta module

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

What's Changed

New Contributors

Full Changelog: 0.19.0-preview...0.20.0-preview