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 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 …
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 …
Configure Scaling Plans in Azure Virtual Desktop
Saturday, June 07, 2025 in Azure Virtual Desktop
Categories:
6 minute read
Step 1: Create scaling plan Open the Azure Portal at https://portal.azure.com and go to “Azure Virtual Desktop”, then to “Scaling plans”. At this screen, click “+ Create”. This will open the Scaling Plan wizard. …
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 …