Copying Intune Policies

Update, the cross-tenant version here is more updated and works on the same tenant as well, please use that one I often find myself needing to take a copy of individual Intune policies, either for a bit of UAT, or even to change one setting for a different group of people. Whilst there are ways … Read more

Azure Virtual Desktop (AVD) Calculator

Sometimes I need to get quick AVD pricing without having to go into the depth of the Microsoft official calculator so using the Microsoft Pricing API I’ve quickly put one together: I’ve put together a quick AVD pricing calculator to grab a quick estimate pricing, it uses the MS API for the latest costs: https://azvmprice.andrewstaylor.com/avd/ … Read more

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