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.
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 …
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 …
Audit your Entra ID user role assignments
Tuesday, July 01, 2025 in Microsoft Entra
Categories:
3 minute read
Requirements Microsoft Graph PowerShell module Entra P2 or Governance license for PIM Only required for fetching PIM specific data. Script can run without licenses. Entra ID User role assignments script To start off with the fast pass, my script can …
Disk cleaning script on Windows Azure VMs
Saturday, June 28, 2025 in PowerShell
Categories:
6 minute read
On Windows Servers, a critical point is maintaining the disk space. If a disk fills up to the end, several errors can occur and impacting the end-users experience of your applications. Something we definitely not want. To help reducing this chance, I …