Ben Whitmore
Blogs, Articles, and Posts
A beginners guide to Microsoft Graph API rate limiting in Intune
(msendpointmgr.com)
Ever seen your PowerShell script crash with a mysterious HTTP 429 Too Many Requests from Microsoft
By: Ben Whitmore submitted:Nov 14 2025
Ever seen your PowerShell script crash with a mysterious HTTP 429 Too Many Requests from Microsoft
Graph? That's rate limiting - the API's polite way of telling you to slow down. In this post, we dig into Graph's global and Intune-specific limits, how to read the Retry-After header when it appears (and what to do when it doesn't), and how to build exponential backoff into your scripts so your automations stay smooth, resilient, and throttle-friendly
By: Ben Whitmore submitted:Nov 14 2025
A Mini Dive into the Microsoft Entra PowerShell Module: An Intune Administrator’s Perspective
(msendpointmgr.com)
In this post, we'll analyse the Entra PowerShell module's authentication implementation and discuss
By: Ben Whitmore submitted:Feb 20 2025
In this post, we'll analyse the Entra PowerShell module's authentication implementation and discuss
whether it's necessary for your Intune automation needs if you're already using the Microsoft.Graph.Authentication module, part of the Microsoft Graph SDK, to handle your tokens.
By: Ben Whitmore submitted:Feb 20 2025
Understanding OAuth: Coding the authentication flow yourself vs using an SDK
(msendpointmgr.com)
Dive into Microsoft Graph authentication with PowerShell. In this blog we explore OAuth flows, PKCE
By: Ben Whitmore submitted:Feb 28 2025
Dive into Microsoft Graph authentication with PowerShell. In this blog we explore OAuth flows, PKCE
security, and token handling. Learn how to build a secure auth flow from scratch and why the SDK might still be the best choice for automation.
By: Ben Whitmore submitted:Feb 28 2025
