We’ve heard you and we’ve made it happen!
One of the most requested changes from our community has been greater flexibility when working with Microsoft Graph PowerShell. Previously, Entra PowerShell pinned its dependency to Microsoft Graph PowerShell v2.25, which limited customers from leveraging newer features and improvements introduced in later versions.
Starting today with version 1.1.0 of Entra PowerShell, we’ve removed this version pinning. This means:
- You can now use the latest Microsoft Graph PowerShell versions alongside Entra PowerShell.
- No more waiting for us to update the dependency and your environment can stay current with Microsoft Graph enhancements.
- Improved compatibility and usability for customers who manage multiple modules or rely on new Graph capabilities.
Why This Matters
Microsoft Graph PowerShell evolves rapidly, introducing new APIs, performance improvements, and bug fixes. By removing version pinning, we empower you to:
- Stay up to date with the latest Graph features.
- Reduce friction when integrating Entra PowerShell into automation workflows.
- Simplify dependency management across your scripts and environments.
What You Need to Know
- Entra PowerShell will now install without enforcing a specific Microsoft Graph PowerShell version.
- If you already have a newer version of Microsoft Graph PowerShell installed, Entra PowerShell will work seamlessly with it.
- For best results, we recommend keeping Microsoft Graph PowerShell updated to the latest stable release.
How to Update
To ensure you’re running the latest versions of Entra PowerShell:
Install the module from the PowerShell gallery
Install-Module -Name Microsoft.Entra -RequiredVersion 1.1.0 -Repository PSGallery -Force -AllowClobber
For Beta Module:
Install-Module -Name Microsoft.Entra.Beta -RequiredVersion 1.1.0 -Repository PSGallery -Force -AllowClobber
If necessary, update your Microsoft Graph PowerShell version:
Update-Module Microsoft.Graph
Looking Ahead
This change is part of our ongoing commitment to make Entra PowerShell more flexible and customer friendly. We’ll continue listening to your feedback and improving the experience.
Try it out today and let us know what you think!
0 comments
Be the first to start the discussion.