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:
9 minute read
I will give you a step-by-step guide to build this Logic App yourself. Make sure you have backups ofenabled on your storage account so when a file is deleted but you need it for some reason after some time, you can restore it from a monthly or yearly …
Using FSLogix App Masking to hide applications on Virtual Desktops
Thursday, July 31, 2025 in Azure Virtual Desktop
Categories:
9 minute read
Requirements Around 45 minutes of your time An environment with Active Directory and separate client machine with FSLogix pre-installed Basic knowledge of Active Directory Basic knowledge of Windows and FSLogix What is FSLogix App Masking? FSLogix …
Installing Windows Updates through PowerShell (script)
Sunday, July 27, 2025 in Microsoft Azure
Categories:
6 minute read
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 Microsoft Azure
Categories:
6 minute read
Requirements Around 25 minutes of your time An Azure subscription (if wanting to deploy) Basic knowledge of Azure Basic knowledge of servers and infrastructure What are Ephemeral OS Disks? Ephemeral OS Disks are disks in Azure where the data is …
Sysprep script for Azure Virtual Desktop images
Wednesday, July 16, 2025 in Azure Virtual Desktop
Categories:
4 minute read
One of the most common Sysprep errors is: Failure Sysprep was not able to validate your Windows installation. Review the log file at %WINDIR%\System32\Sysprep\Panther\setupact.log for details. And/or this one in the setupact.log file: Failure Package …
RDP Multipath - What is it and how to configure?
Wednesday, July 16, 2025 in Azure Virtual Desktop
Categories:
4 minute read
Let’s take a look what RDP Multipath adds to your connections: Green: The normal paths of connecting with RDP/Shortpath Purple: The paths added by RDP Multipath This adds extra ways of connecting session hosts to the end device, selects the …
Use Azure Logic Apps to automatically start and stop VMs
Sunday, July 13, 2025 in Microsoft Azure
Categories:
7 minute read
Azure Logic Apps Azure Logic Apps is a solution to automate flows that we can run based on a trigger. After a certain trigger is being met, the Logic App can then perform some certain steps, like; Get data from database/SharePoint Process data Send …
Implement Certificate-based authentication for Entra ID scripts
Sunday, July 13, 2025 in Microsoft Entra
Categories:
5 minute read
Requirements Around 20 minutes of your time An Entra ID environment if you want to test this A prepared Entra ID app registration A server or workstation running Windows to do the connection to Entra ID Some basic knowledge about Entra ID and …
How to implement Azure Firewall to secure your Azure environment
Thursday, July 10, 2025 in Microsoft Azure
Categories:
11 minute read
Requirements Around 60 minutes of your time An Azure subscription Basic knowledge of Azure Basic knowledge of Networking Basic knowledge of Azure Firewall Overview Before creating all resources, it is great to plan before we build. I mean planning …
What is Azure Firewall?
Thursday, July 03, 2025 in Microsoft Azure
Categories:
6 minute read
Requirements Around 15 minutes of your time Basic knowledge of Azure Basic knowledge of networking and networking protocols What is Azure Firewall? Azure Firewall is an cloud based firewall to secure and your cloud networking environment. It acts as …