M365DSC.mgx
2.0.2
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
PSEditions
Dependencies
-
- Microsoft.Graph.Authentication (>= 2.10.0)
Release Notes
v2.0.2
- Fixed an issue where a JSON string body was silently dropped.
- Write responses that carry a collection envelope ({"value":[...]}), as returned by action endpoints such as /directoryObjects/getByIds, are now unwrapped into one object per element, matching GET.
- Added -Debug request/response tracing for every cmdlet: method, URL, headers, body, status, timing and Graph diagnostic headers, per retry attempt.
- Fixed the SdkVersion header, which still announced mgx/0.3.0 on every Graph request. It now follows the module version.
- -Body is now warned about instead of silently ignored on GET, an empty body falls back to {}, and a batch item whose body is not valid JSON fails on its own instead of aborting the batch.
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-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
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 2.0.4 | 7 | 8/11/2026 |
| 2.0.3 | 6 | 8/9/2026 |
| 2.0.2 (current version) | 5 | 8/9/2026 |
| 2.0.1 | 6 | 8/8/2026 |
| 2.0.0 | 7 | 8/5/2026 |