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.
How to properly secure Break Glass Accounts in your Entra ID
Sunday, March 01, 2026 in Microsoft Entra
Categories:
5 minute read
List of recommendations The list of recommendations which I will describe further: Have at least 2 accounts Have the accounts cloud only -> not synced from Active Directory Use the .onmicrosoft.com domain and no license Exclude from all …
Create HTTPS 301 redirects with Azure Front Door
Thursday, February 19, 2026 in Microsoft Azure
Categories:
6 minute read
Requirements For this solution, you need the following stuff: An Azure Subscription A domain name or multiple domain names, which may also be subdomains (subdomain.domain.com) Some HTTPS knowledge Some Azure knowledge The solution explained I will …
Everything you need to know about Azure Bastion
Sunday, February 15, 2026 in Microsoft Azure
Categories:
9 minute read
How does Azure Bastion work? Azure Bastion is a serverless instance you deploy in your Azure virtual network. It resides there waiting for users to connect with it. It acts like a Jump-server, a secured server from where an administrative user …
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 …