17-09-2026
1 day to go
Must-have PowerShell Modules for Azure and Microsoft 365 Administrators
Blog
/PowerShell
When you reinstall your admin workstation or setup a fresh workstation, there are always a couple of PowerShell modules and tools must be installed install directly. These modules save a lot of time and make managing Azure and Microsoft 365 environments much easier but you always have to remember them correctly to actually install them.
Concepts
28-09-2026
12 days to go
ARM templates deployment via URL
Blog
/Microsoft Azure
In this post I will show you how to deploy ARM templates directly from a public URL, how to create a Deploy to Azure button, and why converting Bicep to ARM JSON is the easy part.
Step by Step guidesKnowledge check
01-10-2026
15 days to go
Getting started with Bicep
Blog
/Microsoft Azure
In this guide, I show the path from installation to deployment: I install the needed Bicep software, I prepare my Azure login using Azure CLI, and then I run a single server Bicep setup so you can see the process end-to-end.
Step by Step guidesKnowledge check
10-10-2026
24 days to go
Introduction to Analyzing Email Headers
Blog
/Email security
Learn how to read and analyze email headers for troubleshooting, spam analysis, and phishing investigations.
Concepts
01-11-2026
46 days to go
Receive Periodic Azure Consumption costs with Logic Apps
Blog
/Microsoft Azure
Cost management is very important when leveraging cloud services. Unexpected costs of cloud services can really disallow us from using any more services, and knowing from week to week what happens can help us with this. To partly address this issue for Azure Consumption costs, I have made a Logic App that sends us the actual consumption on weekly level. This because Logic Apps gives us much more customization options as the default built-in "Subscribe" feature.
Step by Step guidesTools and Scripts
16-11-2026
61 days to go
Remote Entra Connect Sync script for management servers
Blog
/PowerShell
Sometimes you just want to trigger an Entra Connect sync quickly, without opening an RDP session to the Entra Connect server itself. For that reason I made a small PowerShell script that runs the sync remotely from a management server. It keeps the action simple: connect to the Entra Connect server, start a delta sync, show the result, and catch errors if something goes wrong.
Tools and Scripts