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.
I tried running Active Directory DNS on Azure Private DNS
Thursday, January 29, 2026 in Microsoft Azure
Categories:
3 minute read
The configuration explained The configuration in this blog post is a virtual network with one server and one client. In the virtual network, we will deploy a Azure Private DNS instance and that instance will do everything DNS in our network. This …
Upload multiple Github repositories into a single Azure Static Web App
Thursday, January 15, 2026 in Github
Categories:
7 minute read
In this guide, I will describe how I now host multiple Github applications/tools into one single Static Web App environment in Azure. This mostly captures the simple, single task, tools which can be found on my website: …
What is MTA-STS and how to use it to protect your email flow
Thursday, January 08, 2026 in Email security
Categories:
12 minute read
Requirements Around 30 minutes of your time Access to your domains’ DNS hosting to create DNS records An Azure Subscription if you want to publish your policy with a Static Web App A Github account if you use this option An Azure Subscription …
Remove Microsoft Print to PDF and OneNote printers script
Monday, December 29, 2025 in Azure Virtual Desktop
Categories:
4 minute read
By default in Windows 11 with Microsoft 365 apps installed, we have two software printers installed. These are: OneNote (Desktop) Microsoft Print to PDF However, some users don’t use them and they will annoyingly be as default printer …
Automatically start Windows App at startup
Thursday, December 25, 2025 in Intune
Categories:
3 minute read
Creating the Intune script We can achieve this with Intune using a PowerShell script. As Intune doesn’t support login/startup scripts, we have to create a Platform script that creates a Scheduled Task in Windows for us. This is a great way, as …
Azure Virtual Desktop FSLogix and Native Kerberos authentication
Tuesday, December 16, 2025 in Azure Virtual Desktop
Categories:
15 minute read
In this guide I will dive into how I configured an simple environment where I placed every configuration action in separate steps to keep it simple and clear to follow and also will give some describing information about some concepts and settings. I …
FSLogix and maximum Azure Files security
Sunday, December 14, 2025 in Azure Virtual Desktop
Categories:
3 minute read
The Maximum Security preset in the Azure Portal We can also run the SMB security on the Maximum security preset in the Azure Portal and still run FSLogix without problems. In the Azure Portal, go to the storage account and set the security of the …
Deploy Google Chrome Single Sign On with Intune
Thursday, December 11, 2025 in Intune
Categories:
4 minute read
How the extension works The Microsoft SSO extension for Google Chrome uses the same token/session you already have when you have your device Entra ID joined. It will send that to every Microsoft Online webpage to show you are already authenticated …
Disable users' self service license trials
Thursday, December 04, 2025 in Microsoft 365
Categories:
3 minute read
Why should you disable trial licenses? You can disable self service trial licenses if you want to avoid users to use un-accepted apps. This could result in shadow-it happening in your environment. Let’s say, your company uses Zoom to call with …
Azure Virtual Desktop RDP Properties
Thursday, November 27, 2025 in Azure Virtual Desktop
Categories:
18 minute read
What are RDP properties? RDP properties are specific settings to change your RDP experience. This can be to play sound on the remote or local PC, enable or disable printer redirection, enable or disable clipboard between computers and what to do if …