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.
Everything you need to know about Azure Bastion
Sunday, February 15, 2026 in Microsoft Azure
Categories:
Azure Bastion is a great tool in Azure to ensure your virtual machines are accessible in a fast, safe and easy way. This is cool if you want to embrace Zero Trust into your servers management layer and so a secure way to access your servers in Azure. …
I tried running Active Directory DNS on Azure Private DNS
Thursday, January 29, 2026 in Microsoft Azure
Categories:
In Azure we can configure private DNS zones for local domains. We can use this to resolve our resources in our virtual network by name instead of IP addresses, which can be helpful creating failover and redundancy. These could all help to achieve a …
Upload multiple Github repositories into a single Azure Static Web App
Thursday, January 15, 2026 in Microsoft Azure
Categories:
In the past few weeks, I have been busy on scaling up my tools and the backend hosting of the tools. For the last year, I used multiple Static Web Apps on Azure for this, but this took a lot of time administering and creating them. I thought about a …
What is MTA-STS and how to use it to protect your email flow
Thursday, January 08, 2026 in Microsoft 365
Categories:
MTA-STS is a standard for ensuring TLS is always used for email transmission. This increases security and data protection because emails cannot be read by a Man in the Middle. It works like this for inbound and outbound email to ensure security is …
Remove Microsoft Print to PDF and OneNote printers script
Monday, December 29, 2025 in Azure Virtual Desktop
Categories:
In this guide, I will show you how to delete the printers using a PowerShell script. This is compatible with Microsoft Intune and Group Policy and can be used on physical devices, Azure Virtual Desktop and Windows 365. By default in Windows 11 with …
Automatically start Windows App at startup
Thursday, December 25, 2025 in Intune
Categories:
In some cases we want to automatically start the Windows App for connections to AVD and Windows 365 at startup. We can achieve this through different ways which I will describe in this post. Creating the Intune script We can achieve this with Intune …
Azure Virtual Desktop FSLogix and Native Kerberos authentication
Tuesday, December 16, 2025 in Azure Virtual Desktop
Categories:
On this page I will describe how I built an environment with a pooled Azure Virtual Desktop hostpool with FSLogix and using the Entra Kerberos option for authentication. This new authentication option eliminates the unsafe need of storing the storage …
FSLogix and maximum Azure Files security
Sunday, December 14, 2025 in Azure Virtual Desktop
Categories:
When using Azure Files and Windows 11 as operating system for Azure Virtual Desktop, we can leverage the highest SMB encryption/security available at the moment, which is AES-256. While we can change this pretty easily, the connection to the storage …
Deploy Google Chrome Single Sign On with Intune
Thursday, December 11, 2025 in Intune
Categories:
When deploying Google Chrome with Microsoft Intune, users still have to manually login with their credentials into Microsoft Online websites. Microsoft Edge has built-in Single Sign On (SSO) for users who already logged in with their Microsoft …
Disable users' self service license trials
Thursday, December 04, 2025 in Microsoft 365
Categories:
One day I came across an option in Microsoft 365 to disable the users’ self service trials. You must have seen it happening in your tenants, users with free licenses for Power Automate, Teams or Power BI. I will show you how to disable those …