Quickly Sync all Intune Devices

A very quick script today but one which I use regularly. There is nothing worse than deploying a new policy or app and then waiting for the machines to check-in, especially if you’ve just missed a cycle. This script runs through all devices and nudges them along. As usual it’s on GitHub and PS Gallery … Read more

Automating App deployment with Winget and Powershell

For anyone in an environment with multiple customers, packaging, configuring and deploying the same app multiple times seems such a waste of valuable time, especially when having to do so with every update too! Some thanks first, this script has come together with some help from others; First up, Niels Kok for his excellent Packaging … Read more

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