EntraExporter icon indicating copy to clipboard operation
EntraExporter copied to clipboard

PowerShell module to export a local copy of an Entra (Azure AD) tenant configuration.

Results 9 EntraExporter issues
Sort by recently updated
recently updated
newest added

I'm trying to automate the process via Azure DevOps, and I want to use a self-hosted agent but this one is behind a corporate proxy to navigate through internet, so...

Currently the users manager is not included in the export. This is because the manager is not part of the default properties of a user object (see: https://learn.microsoft.com/en-us/graph/api/resources/user?view=graph-rest-beta#properties) It would...

enhancement

@merill and folks, this is awesome. What is the easiest way to import / restore this back in to an Entra ID tenant?

When running -All -CloudOnly, we see the following error occur: ##[debug] GET https://graph.microsoft.com/beta/privilegedAccess/azureResources/resources?$skiptoken=fIO1247ezEmz1lviT8FLJQ HTTP/1.1 400 Bad Request Transfer-Encoding: chunked Vary: Accept-Encoding Strict-Transport-Security: max-age=31536000 request-id: 7c5e8fb4-6e4d-43e5-9819-448fd17aee46 client-request-id: 1e4a4c8c-93bf-4607-8fa4-832c89993e18 x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"West Europe","Slice":"E","Ring":"5","ScaleUnit":"004","RoleInstance":"AM2PEPF0001E78A"}}...

Hello I'm having issue with exporting B2C configuration. I'm Using PS v.7+ If I run: Export-Entra $tenantPath -Type "B2C" It exports only: Identity/UserFlowAttributes The other two: - identity/userFlows - identity/b2cUserFlows...

In Get-EEDefaultSchema.ps1 'privilegedAccess/azureResources/resources', the IgnoreError string is set to: 'The tenant has not onboarded to PIM.' When running the export with -All, I see the export fail on this endpoint...

Hi, the latest mggraph release 2.11.0 breaks the Entra Export because of URL Encoding special characters: https://github.com/microsoftgraph/msgraph-sdk-powershell/pull/2455 You are encoding parts of the URI already. Because of this you are...

Hello Everyone I set up the pipeline with a Service-Principal, for which all the relevant API-Permissions have been consented. Additionally I use `Connect-MgGraph -TenantId $tenantId -ClientSecretCredential $clientSecretCredential` to be able...

This is great. However, it would be even more awesome if it exported some type of csv report that includes all data that was exported in an easy-to-read format.