Blog
This is my blog section. Here all new blog posts will be showed in reverse-chronological order. Just a fancy way to say newest-top.
At the left, you can view the categories, and on the right you can find the tags and Table of contents.
Clean up old FSLogix profiles with Logic Apps
Thursday, August 07, 2025 in Azure Virtual Desktop
Categories:
Today I have a Logic App for you to clean up orphaned FSLogix profiles with Logic Apps. As you know, storage in Azure costs money and we want to store as minimum as possible. But in most companies, old and orphaned FSLogix profiles will be forgotten …
Using FSLogix App Masking to hide applications on Virtual Desktops
Thursday, July 31, 2025 in Azure Virtual Desktop
Categories:
In this blog post I will explain and demonstrate the pro’s and features of using FSLogix App Masking for Azure Virtual Desktop. This is a feature of FSLogix where we can hide certain applications and other components from our users while still …
Installing Windows Updates through PowerShell (script)
Sunday, July 27, 2025 in PowerShell
Categories:
Sometimes we want to install updates by hand because of the need for fast patching. But logging into every server and installing them manually is a hell of a task and takes a lot of time. I have made a very simple script to install Windows Updates by …
Use Ephemeral OS Disks in Azure
Thursday, July 24, 2025 in Azure Virtual Desktop
Categories:
In Azure, you have the option to create Ephemeral OS disks for your machine. This sounds really cool but what is it actually, what pro’s and cons are coming with them, what is the pricing and how do we use them? I will do my best to explain …
RDP Multipath - What is it and how to configure?
Wednesday, July 16, 2025 in Azure Virtual Desktop
Categories:
RDP Multipath is a new protocol for Azure Virtual Desktop and ensures the user always has a good and stable connection. It improves the connection by connecting via the best path and reduces random disconnections between session hosts and users. …
Use Azure Logic Apps to automatically start and stop VMs
Sunday, July 13, 2025 in Microsoft Azure
Categories:
With Azure Logic apps we can save some money on compute costs. Azure Logic apps are flow based tasks that can be run on schedule, or on a specific trigger like receiving a email message or Teams message. After the trigger has been started, we can …
Implement Certificate-based authentication for Entra ID scripts
Sunday, July 13, 2025 in Microsoft Entra
Categories:
When using Entra ID, we can automate a lot of different tasks. We can use a script processing server for this task but doing that normally means we have to save credentials or secrets in our scripts. Something we don’t want. Today I will show …
How to implement Azure Firewall to secure your Azure environment
Thursday, July 10, 2025 in Microsoft Azure
Categories:
In this article, we are going to implement Azure Firewall in Azure. We are going to do this by building and architecting a new network and creating the basic rules to make everything work. Requirements Around 60 minutes of your time An Azure …
What is Azure Firewall?
Thursday, July 03, 2025 in Microsoft Azure
Categories:
Azure Firewall is a cloud-native Firewall which can be implemented in your Azure network. It acts as a Layer 3, 4 and 7 Firewall and so has more administrative options than for example NSGs. Requirements Around 15 minutes of your time Basic knowledge …
Audit your Entra ID user role assignments
Tuesday, July 01, 2025 in Microsoft Entra
Categories:
Today I have a relatively short blog post. I have created a script that exports all Entra ID user role assignments with Microsoft Graph. This can come in handy when auditing your users, but then realizing the portals doesn’t always show you the …