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.
Audit your privileged Entra ID applications
Wednesday, June 25, 2025 in Microsoft Entra
Categories:
7 minute read
Entra ID Privileged Applications report script To start off with the fast pass, my script can be downloaded here from my Github page: Download script from GitHub This script can be used to get a report of all high privileged applications across the …
Azure Default VM Outbound access deprecated
Thursday, June 19, 2025 in Microsoft Azure
Categories:
3 minute read
What does this new requirement mean? This requirement means that every virtual machine in Azure created after 30 September 2025 needs to have an outbound connectivity method configured. You can see this as a “bring your own connection”. …
Enhance email security with SPF/DKIM/DMARC
Monday, June 16, 2025 in Email security
Categories:
12 minute read
Microsoft announced that starting from May 5, 2025: SPF, DKIM and DMARC will become mandatory for inbound email delivery. Not configuring all three can result in your emails not being delivered correctly. These 3 techniques are: SPF: Sender Policy …
Pooled Azure Virtual Desktop with Azure AD cloud users only
Thursday, June 12, 2025 in Azure Virtual Desktop
Categories:
11 minute read
This deployment option is superseded by the more easy and secure Entra Kerberos option, check out the updated deployment guide here: https://justinverstijnen.nl/azure-virtual-desktop-fslogix-and-native-kerberos-authentication/ Since the beginning of …
Microsoft Azure certifications for Developers
Wednesday, June 11, 2025 in Microsoft Azure
Categories:
3 minute read
The certification poster Microsoft has an monthly updating certification poster available to have an overview for each solution category and the certifications of that category. You can find the poster here: Certification poster Certification types …
Introduction to Networks
Wednesday, June 04, 2025 in Networking
Categories:
7 minute read
Requirements Some basic networking knowledge Some basic subnetting knowledge Around 20 minutes of your time Introduction to Networking Networking is the process of connecting devices to share data and resources. It allows communication between users …
Creating Static Web Apps on Azure the easy way
Thursday, May 29, 2025 in Microsoft Azure
Categories:
6 minute read
Requirements Around 45 minutes of your time An account for Github (recommended) An Azure subscription to host your Static Web App Some basic knowledge of Azure A custom domain to link the web app to your domain Introduction to Static Web Apps and …
Test Azure Virtual Desktop connectivity and RTT
Thursday, May 22, 2025 in Azure Virtual Desktop
Categories:
3 minute read
I created a script to test the connectivity, if it is allowed through Firewall and also test the RTT to the Azure Virtual Desktop service. The script then gives the following output: The script to test Azure Virtual Desktop connectivity I have the …
Windows Search optimization on Azure Virtual Desktop
Thursday, May 15, 2025 in Azure Virtual Desktop
Categories:
3 minute read
The video In this video you will see that it takes around 5 seconds till I can begin searching for applications and Windows didnt respond to the first click. This is on a empty session host, so in practice this is much slower. How to solve this minor …
Create custom Azure Workbooks for detailed monitoring
Thursday, May 08, 2025 in Microsoft Azure
Categories:
2 minute read
Introduction Azure Workbooks are a powerful way to build customizable dashboards for monitoring applications and infrastructure. They can combine multiple data sources such as: Metrics Log Analytics Workspaces Visualizations They are flexible enough …