What's new in the 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

August 2024

Updated articles

July 2024

New articles

Updated articles

  • The reference TOC is updated to group cmdlets for easier navigation.

June 2024

New articles

Module version history

  • 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 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.
  • 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 has been updated and no longer returns the SignInActivity 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.
  • Version 0.13.0-preview - August 2024

    • Added five 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.
    • 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.