M365DSC.mgx
2.1.0
Resilient companion for Microsoft.Graph PowerShell. Adds retry, circuit breaker, rate limiting, streaming pagination, batching, and fan-out to any Graph API endpoint.
Minimum PowerShell version
7.6
Installation Options
Owners
Copyright
(c) 2026 Thomas Maillo Grome, (c) 2026 Fabien Tschanz. All rights reserved.
Package Details
Author(s)
- Thomas Maillo Grome Fabien Tschanz
Tags
Microsoft Graph MicrosoftGraph API Azure EntraID Resilience PowerShell Polly Retry RateLimit Batch Delta Throttling Pagination
Cmdlets
Invoke-MgxRequest Invoke-MgxBatchRequest Export-MgxCollection Expand-MgxRelation Set-MgxOption Get-MgxOption Enable-MgxResilience Disable-MgxResilience Get-MgxResilience Get-MgxTelemetry Sync-MgxDelta Get-MgxContent
PSEditions
Dependencies
This module has no dependencies.
Release Notes
v2.1.0
- Added Get-MgxContent, downloading file and media content whole or by byte range.
- Added adaptive request pacing, on by default, spacing requests per workload ahead of the token bucket. Opt out with Set-MgxOption -NoAdaptivePacing.
- Added Sync-MgxDelta -CheckpointPath, -Latest and -Prefer, with drive delta support and crash resume.
- Fixed -Top being discarded when combined with -All.
- Fixed enumeration returning a partial collection without error when a nextLink was refused.
- Fixed -Debug writing pre-authenticated download URLs verbatim.
- Merged upstream gromedev/mgx 2.1.1.
FileList
- M365DSC.mgx.nuspec
- Dependencies\Polly.Core.dll
- Dependencies\System.Threading.RateLimiting.dll
- M365DSC.mgx.Format.ps1xml
- M365DSC.mgx.psd1
- M365DSC.mgx.psm1
- Mgx.Cmdlets.deps.json
- Mgx.Cmdlets.dll
- Mgx.Cmdlets.pdb
- Mgx.Engine.dll
- Mgx.Engine.pdb
- en-US\Mgx.Cmdlets.dll-Help.xml
- en-US\about_Mgx.help.txt
- en-US\about_Mgx_Tuning.help.txt
- help\Disable-MgxResilience.md
- help\Enable-MgxResilience.md
- help\Expand-MgxRelation.md
- help\Export-MgxCollection.md
- help\Get-MgxContent.md
- help\Get-MgxOption.md
- help\Get-MgxResilience.md
- help\Get-MgxTelemetry.md
- help\Invoke-MgxBatchRequest.md
- help\Invoke-MgxRequest.md
- help\Set-MgxOption.md
- help\Sync-MgxDelta.md