r/PowerShell • u/Unlikely_Tie1172 MVP, Community Blogger • 18d ago
News Microsoft Graph PowerShell SDK V2.37
For those that use the Microsoft Graph #PowerShell SDK, V2.37 is now available in the PowerShell Gallery: https://www.powershellgallery.com/packages/Microsoft.Graph/2.37.0
So far, this version of module appears stable.
5
u/AbfSailor 18d ago
Did you say.. "stable" 😉
Long live v2.25.0! 🥇
2
1
u/Unlikely_Tie1172 MVP, Community Blogger 18d ago
Yep. Stable as in I haven't found anything that is broken yet. All versions of SDKs have some imperfections, and because the PowerShell SDK is based on human-written OpenAPI specification documents, it inherits all the human-generated errors...
1
u/Federal_Ad2455 18d ago
Same here. One small improvement was to use Graph Api calls batching (plus parallel processing) to make it work a lot faster.
Official sdk modules are a disaster 🙁
1
u/dangermouze 17d ago
Have they fixed the WAM repeat auth issues?
1
u/Unlikely_Tie1172 MVP, Community Blogger 17d ago
I believe so. I don't see anything on https://github.com/microsoftgraph/msgraph-sdk-powershell/issues
8
u/logicalmike 18d ago
Invoke-MgGraphRequestall of the things. Most of the other cmdlets are horrible.