Windows 11 Intune Updates

Windows 11 is here and it’s time to start preparing for deployments and management. I have now updated my build environment to include some Windows 11 specific tweaks which I will outline below. To use my base environment you can use the script from powershell gallery or grab directly from github here Install-Script -Name BuildIntuneEnvironment … Read more

Getting App Install Numbers from Intune (quickly)

This script is available from the powershell gallery here Install-Script -Name GetIntuneInstalls I often find myself being asked to quickly check how many installs of a various app and being a typical geek, logging into a web page, a few clicks and a search is more effort than I’d like Again, using the excelled scripts … Read more

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

Managing apps with App-V

For anyone still using App-V 5 (and why not, it’s still supported and built-in), but feeling left out with MSIX working nicely with Company portal, here is an old app I built for Application Self-Service using App-V For this application you will need: App-V 5 in full infrastructure setup A database user account with read-only … 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

DOS to Win10 on the same machine

A fun post today, with Windows 11 looming, I built a machine from DOS 6.0 all the way to Win10 using only the upgrade path, no formatting of the drive. It’s a real-time video so timings below if you want to flick through, or watch from the start if you suffer from insomnia MS-DOS – … 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

Building an Azure Landing Zone with Bicep

Following on from my previous post on creating an AVD environment, for those who want to deploy AVD, it’s recommended to build an Azure landing zone first (plus if going for the Microsoft Specialty, a scripted landing zone and AVD deployment is always useful) Again, using a combination of Bicep, powershell and POSHGUI makes the … Read more