EntraExporter

3.0.0

This module exports an Entra tenant's identity related configuration settings and objects and writes them to json files.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name EntraExporter -RequiredVersion 3.0.0

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name EntraExporter -Version 3.0.0

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Microsoft Corporation. All rights reserved.

Package Details

Author(s)

  • Microsoft Identity

Tags

Microsoft Identity Azure Entra AzureAD AAD Windows Export Backup DR

Functions

Connect-EntraExporter Export-Entra Get-EERequiredScopes Get-EEAzAuthRequirement

PSEditions

Desktop Core

Dependencies

Release Notes


           3.0.0
               CHANGED
               - Replaced sequential API calls with batch requests where possible to significantly improve performance
               - PIM export rewritten to use new APIs
               - Updated Microsoft.Graph.Authentication dependency to 2.25.0
                   - compatible with Az.Accounts 4.0.0
               - Removed property "@odata.context" from the output
               - Required scopes (thanks to new export options)
               - RBAC role "Management Group Reader" assigned at "Tenant Root Group" level is required when "PIM" or "PIMResources" type is used (to be able to read Management Groups)
               - IAM export requires enabled length path support for exporting paths > 260 characters
               - Moved "command" functions (used in schema to export specific types of data) to "command" folder

               ADDED
               - Added Az.Accounts 4.0.0 dependency
                   - required to query KQL for Azure resources
               - New export options (IAM, Access Policies, "PIMResources", "PIMGroups")
               - Export of the Conditional Access policies "Authentication Context"

               REMOVED
               - Removed export options "PIMAzure", "PIMAAD"
                   - replaced by "PIMDirectoryRoles", "PIMResources", "PIMGroups"
               - Removed internal function Invoke-Graph (all calls are made via batching now)
               - Removed module Strict Mode restrictions
           

FileList

Version History

Version Downloads Last updated
3.0.1 1,089 11/16/2025
3.0.0 (current version) 22 11/16/2025
2.0.7 242,683 11/29/2023
2.0.6 85 11/28/2023
2.0.5 3,674 8/23/2023
2.0.3 209 8/18/2023
2.0.2 29 8/18/2023
2.0.0 13 8/18/2023
1.0.0 10 8/18/2023
Show more