Getting App ID from Intune

Available from PowerShell Gallery 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 … 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: The application can be found here (with … 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 As usual, all scripts are freely available on GitHub, … 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, … Read more

Build and Optimize your AVD image

Whether you are building your AVD gold image via Image builder or configuring a virtual machine, optimizing the image and installing any pre-requisites will make the experience much better for the end users. There are many scripts available for this, in this post I’ll run through the one I have … Read more