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

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