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 This one has a number of new additions: All are being applied using the Beta Graph API calls to keep the script self-contained Group details: Autopilot Profile details: Status Page: Another step towards deploying Intune environments quickly, easily and a … 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 The first change … Read more