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.
Update your Kerberos configuration with Azure Virtual Desktop (RC4)
Thursday, April 09, 2026 in Azure Virtual Desktop
Categories:
Microsoft released that the Kerberos protocol will be hardened by an update coming in April to June 2026 to increase security. This was released by Microsoft here: …
Microsoft Secure Score - Devices
Thursday, April 09, 2026 in Secure Score
Categories:
On this page, I will describe how I implemented my current Microsoft Secure Score on the Devices pillar. This means altering mostly the options of Microsoft Defender and Intune. Before we begin I collected all the options of the Microsoft Device …
Getting started with Microsoft 365 Backup
Friday, April 03, 2026 in Microsoft 365
Categories:
Microsoft 365 Backup ensures that your data, accounts and email is safe and backed up into a separate storage space. A good and reliable back-up solution is crucial for any cloud service, even when having versioning and recycle bin options. Data in …
Microsoft Secure Score - Identity
Thursday, March 26, 2026 in Secure Score
Categories:
On this page, I will describe how I implemented my current Microsoft Secure Score on the Identity pillar. This means altering mostly the options of Microsoft Entra ID. Before we begin I collected all the options of the Microsoft Entra ID Identity …
I tested Azure Virtual Desktop RemoteAppV2
Wednesday, March 25, 2026 in Azure Virtual Desktop
Categories:
Microsoft announced RemoteAppV2 under some pretty enhancements on top of the older RemoteApp engine. This newer version has some improvements like: Better multi monitor support Better resizing/window experience Visuals like window shadows I cannot …
Getting started with GitHub Pages
Thursday, March 19, 2026 in Github
Categories:
With GitHub Pages, we can host some free websites for personal use. This is really great as we mostly already use GitHub to store our code and assets for websites. In this guide, I will explain some of the advantages of GitHub Pages, and how to get …
Azure Virtual Desktop V6/V7 VMs imaging
Thursday, March 12, 2026 in Azure Virtual Desktop
Categories:
When I first chose to use V6 or V7 machines with Azure Virtual Desktop, I ran into some boot controller errors about the boot controller not supporting SCSI images. The VM size ‘Standard_E4as_v7’ cannot boot with OS image or disk. Please …
Get notifications when Entra ID break glass admins are used
Sunday, March 08, 2026 in Microsoft Entra
Categories:
As we want to secure our Break Glass Accounts as good as possible, we cloud want to get alerts when break glass admins are used to login. Maybe they are used on a daily basis, or are being attacked. When we configure notifications, we instantly know …
How to properly secure Break Glass Accounts in your Entra ID
Sunday, March 01, 2026 in Microsoft Entra
Categories:
In our environment, we will do everything to secure it as much as possible. We give users only the permissions they need and only at given times, we enable Conditional Access to limit access to our data as much as possible. But we also create Break …
Create HTTPS 301 redirects with Azure Front Door
Thursday, February 19, 2026 in Microsoft Azure
Categories:
In this post, I will explain how I redirect my domains and subdomains to websites and parts of my website. If you ever visited my tools page at https://justinverstijnen.nl/tools, you will see I have shortcuts to my tools themselves, although they are …