Set your Azure VPN connections to "Connect Automatically" with PowerShell

Published on: 28 Nov

One of my clients recently came to me asking for assistance to set up a new VPN solution. The requirements were quite simple - They were building out an Azure Point-To-Site VPN solution and needed me to come up with a way to deliver the connection to the end user devices.

Deploying Universal Print Printers With PowerShell & Intune

Published on: 25 Oct
Over the last few weeks I've been playing with **Universal Print** - the cloud print solution developed by Microsoft and I honestly can't praise it enough.

Preparing custom image templates with Azure Image Builder & PowerShell

Published on: 20 Sep
AIB is Microsoft's solution to configure and customize virtual machine images. The concept of it is pretty great..
  • pick a reference image from the public market place
  • apply some customization built around HashiCorp's Packer
  • hit build and what you are left with is a fully customized template image that can be hosted in Azure as a managed image or a VHD file.

Dynamically set the time zone of a device in Intune using Azure Maps & PowerShell

Published on: 30 Aug

Let me start off by saying I wish I didn’t have to write this post. Setting the correct time zone of a Windows device shouldn’t be this difficult, especially with all of the management possibilities provided to us with Intune and the entire endpoint management stack. But here we are!

Managing Intune with Graph, PowerShell 7 & MSAL

Published on: 27 Jun

So it seems we need to talk about Graph and authentication again..

Recently, Microsoft announced an official “end of support timeline” for Azure Active Directory Authentication Library (ADAL) which means, any scripts or automation workflows that you use will need to be migrated over to the newer Microsoft Authentication Libraries (MSAL).