What's new in the Microsoft Entra PowerShell module
This article lists all new articles that were added or had significant updates in the last month. It also lists the new features in the Microsoft Entra PowerShell module, currently in public preview, to manage Microsoft Entra resources.
What's new in docs
September 2024
Updated articles
- Find Azure AD PowerShell and MSOnline cmdlets in Microsoft Entra PowerShell - Fixed broken links caused by the renaming of certain cmdlets.
- Manage groups - Added example improvements.
- Manage users - Added example improvements.
- What is Microsoft Entra PowerShell (preview)? - Added link to an external video.
August 2024
Updated articles
- Azure AD PowerShell cmdlet map - Updated the cmdlet map with new cmdlet equivalents in Microsoft Entra PowerShell.
July 2024
New articles
- Azure AD PowerShell cmdlet map - Find the equivalent cmdlets in Microsoft Entra PowerShell for deprecated Azure AD, Azure AD Preview, and MSOnline PowerShell modules to accelerate migration.
- Assign app roles to a service principal - Assign app roles in Microsoft Entra PowerShell to automate application consent.
Updated articles
- The reference TOC is updated to group cmdlets for easier navigation.
June 2024
New articles
- Microsoft Entra PowerShell overview (preview) - What is Microsoft Entra PowerShell, and how can you use it to manage Microsoft Entra resources?
- Get started with the Microsoft Entra PowerShell module - Learn the core concepts and get started with the Microsoft Entra PowerShell module.
- Navigate the Microsoft Entra PowerShell module - Learn how to navigate the Microsoft Entra PowerShell module to manage Microsoft Entra resources.
- Install the Microsoft Entra PowerShell module - New article on how to install the Microsoft Entra PowerShell module.
- Manage users with Microsoft Entra PowerShell
- Manage apps with Microsoft Entra PowerShell
- Manage groups with Microsoft Entra PowerShell
- Authentication scenarios- New article on using App-only authentication and Delegated authentication.
- Create a custom application - New article on creating a custom application in Microsoft Entra PowerShell.
- Migration guide - New article on how to migrate from Azure AD PowerShell to Microsoft Entra PowerShell.
- Troubleshoot common errors in Microsoft Entra PowerShell - New article on how to troubleshoot and fix common errors in Microsoft Entra PowerShell.
- Microsoft Entra PowerShell best practices - Best practices for using the Microsoft Entra PowerShell module to boost performance, enhance security, and scale reliably.
- Versioning, release cadence, and breaking changes - Understand the versioning, release schedule, and breaking change policies to manage updates effectively and reduce the risk of disruptions.
Module version history
Version 0.18.0-preview - October 2024
- Added usability-focused parameter switches to the
Set-EntraUserLicence
andSet-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.
- Added usability-focused parameter switches to the
Version 0.17.0-preview - October 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.
Version 0.16.0-preview - September 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
andv1.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.
- Added a new cmdlet:
Version 0.15.0-preview - September 2024
- Added six new cmdlets for 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.
Version 0.14.0-preview - August 2024
- The
Get-EntraUser
cmdlet updated and no longer returns theSignInActivity
by default. To retrieve sign-in activity, refer to this example. - Added 17 net new cmdlets (Custom Security attributes, Application template, Feature Rollout policy, Audit Directory logs, Audit sign in Logs, Administrative Unit)
- 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.
- Bug fix to return actual Microsoft Graph types instead of PSCustomObjects.
- Performed housekeeping tasks, including strengthening the build and release pipelines.
- The
Version 0.13.0-preview - August 2024
- Added five net new cmdlets (Microsoft Entra Policy, Application Password, Application Service Endpoints)
- Documentation improvements for over 25 existing cmdlet references documentation.
- Added over 50 Beta cmdlet references documentation.
- Bug fix for
Get-EntraGroupMember
to return Service Principal as a member. - Bug fix to decouple SignInActivity with more examples.
Version 0.12.0-preview - July 2024
- Added three new cmdlets for Global Secure Access - Private Access App segment management (preview)
- Added missing types that were throwing warnings on missing types for Get-EntraApplication and Get-EntraBetaApplication commands.
- Documentation improvements - Added Beta documentation for over 50 cmdlets
- Added required permissions for 34 more commands.
- Resolved broken link in
New-EntraRoleDefinition
.
Version 0.11.0-preview - July 2024
- Added the required scopes in the examples for top cmdlets.
- Resolved local build issue for PowerShell 7.x.
- Bug fixes from GitHub issues.
Version 0.10.0-preview - June 2024
- Added the ability to autoinstall module dependencies.
- Official public preview release version.
- Added Connect-Entra examples.