Category: Intune


  • Break free from flat EntraID structure with extension attributes

    I’ve been working with hybrid environments for years now, and there’s one problem that keeps coming up in nearly every conversation with other IT pros: when you move from on-premises Active Directory to Entra ID, you lose the beautiful organizational structure that OUs provided. In traditional AD, we could organize devices by location, department, or…

  • Extract your Intune configuration from HAR files!

    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…

  • Intune Detection Scripts: Monitoring Task Sequence Failures in Windows 11 Deployments

    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…