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.
Microsoft Secure Score - Devices
Thursday, April 09, 2026 in Secure Score
Categories:
8 minute read
Before we begin I collected all the options of the Microsoft Device Secure Score on this page, and we will address them all. I also added some industry-accepted options which are not in the secure score framework but are really helpful in avoiding or …
Getting started with Microsoft 365 Backup
Friday, April 03, 2026 in Microsoft 365
Categories:
10 minute read
Requirements A Microsoft 365 environment with Global Administrator permissions An Azure Subscription with PAYG capabilities Around 30 minutes of your time Basic knowledge of Microsoft 365 What is Microsoft 365 Backup? Microsoft 365 Backup is an …
Microsoft Secure Score - Identity
Thursday, March 26, 2026 in Secure Score
Categories:
12 minute read
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:
3 minute read
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:
5 minute read
Requirements A GitHub account (free) A domain name for your website, or you can use the default domain name of GitHub youraccount.github.io A template website to upload to your domain name Some basic knowledge about websites and DNS What is GitHub …
Azure Virtual Desktop V6/V7 VMs imaging
Thursday, March 12, 2026 in Azure Virtual Desktop
Categories:
8 minute read
The VM size ‘Standard_E4as_v7’ cannot boot with OS image or disk. Please check that disk controller types supported by the OS image or disk is one of the supported disk controller types for the VM size ‘Standard_E4as_v7’. …
Get notifications when Entra ID break glass admins are used
Sunday, March 08, 2026 in Microsoft Entra
Categories:
6 minute read
The alert solution described The solution we will configure looks like this: Log Analytics Workspace Set diagnostic settings for Entra ID sign in logs to write to Log Analytics Set query to find successful or non-succesful sign in attempts (based on …
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 …