Intune Environment Build Script v2.0

I have just release Version 2.0 of the Intune build script to PSGallery and Github Install-Script -Name BuildIntuneEnvironment This one has a number of new additions: Automatic creation of Autopilot dynamic Entra ID Group Automatic creation of Preview, Pilot and VIP Entra ID Groups Automatic assignment of both Office and Windows update rings to the … Read more

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

Automatically backing up user profile data with Intune

Whilst Enterprise state roaming is an excellent addition to Azure/Inune, I’ve found it doesn’t capture everything in a user profile and can lead to complaints about lost data in the event of a PC failure. Whilst we all backup when rebuilding a machine, how many people do regular backups of anything other than documents? For … Read more