Blog about Microsoft Intune, Windows and Co.

  • Automatically set Intune Primary User based on the logged on User

    Automatically set Intune Primary User based on the logged on User

    Searching for an easy solution to set the Intune Primary User automatically for a subset of devices? We have a simply solution for you. In our case we needed a solution to automatically set the Primary User for our Intune managed VDI. The VMs were all automatically AzureAD Joined via a Windows Configuration Designer PPKG,…

  • Set Intune Device ScopeTags based on User Locations

    Set Intune Device ScopeTags based on User Locations

    UPDATE 2024_08_11: I have cerated a newer version of this script, that no longer assigns the Scope Tags directly, but via Entra ID Groups: Automatically assign Intune Scope Tags based on User location using Entra ID Groups – Mike’s MDM Blog (mikemdm.de)You can still use this version if you want, but I would recommend to…

  • Add Custom Sources Microsoft Connected Cache

    Add Custom Sources Microsoft Connected Cache

    Ever wondered if it is possible to add custom sources to a SCCM based Microsoft Connected Cache? It is absolutely possible as long as we talk about HTTP and not HTTPS, we can simply add the additional Server URL as a ServerFarm to IIS and add the needed URL Rewrite Rule Lets start with the…

  • Automate Autopilot Uploads with Azure Automation Runbooks

    Automate Autopilot Uploads with Azure Automation Runbooks

    Based on an old Article from Oliver Kieselbach about automating Autopilot Uploads, I wanted to share you my solution to this, slightly modified and improved: Automation of gathering and importing Windows Autopilot information – Modern IT – Cloud – Workplace (oliverkieselbach.com) In his Article he described a way, where the Hash was collected in form…

  • Custom ADMX Templates in Intune

    Custom ADMX Templates in Intune

    Ever wondered, if and how you can set a Registry Key via Intune without having to deploy a PowerShell Script? You totally can do this now relatively easy via ADMX Ingestion like described here: Import custom and third party partner ADMX templates in Microsoft Intune | Microsoft Learn In my example I wanted to set…

  • Can you create a Autopilot Hash from WinPE? Yes!

    Can you create a Autopilot Hash from WinPE? Yes!

    Have you ever wondered if you can harvest the Windows Autopilot Hardware 4k Hash from WinPE like used in MDT/SCCM or similar Deployment Systems? Yes, it is absolutely possible, when you keep an eye on a few details that i will describe here. First thing that you may notice, you can’t use the official Microsoft…