Skip to content

Releases: microsoftgraph/entra-powershell

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

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