
Many IT professionals struggle with capturing and analyzing Intune configuration data for documentation, backup, or troubleshooting purposes. While Microsoft Graph API provides programmatic access, sometimes you need a quick way to extract configuration data directly from the Intune web portal. This blog post demonstrates a simple powershell solution that leverages HAR files to extract JSON…

Introduction When deploying Windows 11 through Configuration Manager (SCCM) task sequences, monitoring deployment success becomes critical for enterprise environments. This post explained a Intune PowerShell detection script designed to identify failed Windows 11 24H2 upgrade task sequences and collect TS error number quickly. Concept Overview Remediation scripts in Intune serve as the simpliest method to…