Edit

What's new in Microsoft Entra PowerShell

This article lists new articles and significant updates from the last month. It also lists the new features in the Microsoft Entra PowerShell module to manage Microsoft Entra resources.

What's new in docs

November 2025

New articles

June 2025

New articles

Updated articles

April 2025

New articles

  • Offboard users - Learn how to offboard users by invalidating sessions, resetting passwords, and removing device ownership.

Updated articles

Module version history

Version 1.2.0 - January 2026

Version 1.1.0 - December 2025

  • Features:

    • Removed version pinning of Microsoft Graph PowerShell modules from version 2.25.0 to allow users to use the latest version of the module without any version restriction.
    • Added sample scripts on how to apply batch operations in Graph API calls for performance improvement on operations involving a lot of API calls.
  • New Parameters:

    • Get-EntraDevice & Get-EntraBetaDevice:
      • Added -LogonTimeBefore parameter to filter devices with last sign-in before a specified date.
      • Added -Stale parameter to filter devices that haven't signed in for 2 months or more.
      • Added -NonCompliant parameter to filter devices that are not compliant with organizational policies.
      • Added -IsManaged parameter to filter devices based on whether they are managed by a Mobile Device Management (MDM) solution.
      • Added -JoinType parameter to filter devices by join type: MicrosoftEntraJoined, MicrosoftEntraHybridJoined, or MicrosoftEntraRegistered.
    • Get-EntraServicePrincipal & Get-EntraBetaServicePrincipal:
      • Added -AssignmentRequired parameter to filter by whether user assignment is required to access the application. When set to $true, returns only service principals where user assignment is required. When set to $false, returns only service principals where user assignment is not required.
      • Added -ApplicationType parameter to filter by application type such as: AppProxyApps, EnterpriseApps, ManagedIdentity and MicrosoftApps.
  • Bug Fixes:

    • Fixed an issue where Microsoft.Entra.Beta.Applications module was experiencing a parsing issue in PowerShell 5.1.