Getting App ID from Intune

Available from PowerShell Gallery Install-Script -Name GetIntuneApps Often when troubleshooting application installs from Intune (especially Autopilot), I find myself needing the app ID to see which particular application is failing. Whilst I can look at the web address, that involves clicking on each app in turn, and with many apps, often having to click View … Read more

Automatic driver updating for Dell and HP Machines

Driver updates, always a pain! Microsoft are fixing it with the Windows Update drivers in the update rings in Intune, but until that includes Firmware as well it’s best to use the tools available. Fortunately, both Dell and HP offer utilities to update drivers and they both have command line switches which we can use. … Read more

Creating an Intune environment using powershell

After creating some scripts to build an Azure and AVD environment, it’s time to give Intune some attention. For this one, I will be using Powershell, POSHGUI and the excellent Intune Backup and Restore script UPDATE: Now available on Powershell Gallery Install-Script -Name BuildIntuneEnvironment As usual, all scripts are freely available on GitHub, feel free … Read more

Disable Windows FastBoot via Intune Remediations

Windows 10 Fast Boot, one of the first things I disable in any corporate environment, users shut down at the end of the day and will rarely restart unless told to so not fully shutting down is just asking for trouble. Traditionally I would deploy this via a device script within Intune, but it’s a … Read more