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.
Azure Virtual Desktop RDP Properties
Thursday, November 27, 2025 in Azure Virtual Desktop
Categories:
In this post, we will be looking at the most popular different RDP Properties we can use in Azure Virtual Desktop. I will be talking about local PC’s and remote PC’s alot, where the remote PC is of course the Azure Virtual Desktop host …
ARM templates and Azure VM + Script deployment
Thursday, November 20, 2025 in Microsoft Azure
Categories:
In Azure we can deploy ARM templates (+ script afterwards) to deploy resources on a big scale. This is like an easier version Terraform and Bicep, but without the great need to test every change and to learn a whole new language and convention. Also …
Windows Server Inventory Report Script
Thursday, November 13, 2025 in PowerShell
Categories:
To help us IT identifying certain configurations on a server and possible misconfigurations I have made a PowerShell script which creates a complete overview of the current server configuration and exports it as a single HTML file. In this post I …
Disable Windows Taskbar Widgets through Intune
Thursday, November 06, 2025 in Intune
Categories:
Today a short guide on how to disable Windows Taskbar widgets through Intune. I mean this part of the Windows 11 taskbar: Method 1: Settings Catalog The easiest way to disable these widgets is through a Settings Catalog policy. Open up Microsoft …
Using and configuring Windows Backup for Organizations in Intune
Saturday, November 01, 2025 in Intune
Categories:
Microsoft just released a new feature, Windows Backup for Organizations, which is a revolution on top of the older Enterprise State Roaming. Windows Backup for Organizations will help you and your users by saving different components of your Windows …
Remove Pre-installed Windows Store Apps with Intune
Tuesday, October 21, 2025 in Intune
Categories:
Since the latest Windows 25H2 update, we have a great new feature. We can now remove pre-installed Windows Store Applications which we don’t want to ship with our devices. This helps us alot with both Windows 365 and Azure Virtual Desktop …
Azure Compute Gallery and (AVD) VM images
Thursday, October 09, 2025 in Azure Virtual Desktop
Categories:
Azure Compute Gallery is a great service in Azure to store, capture and maintain your VM images. This can be helpful when deploying multiple similar VMs. Use cases of this can be VM Scale Sets, webservers , containers or Azure Virtual Desktop session …
Solved - ADSync service stopped (Entra Connect Sync)
Monday, October 06, 2025 in Microsoft Entra
Categories:
Sometimes, the ADSync service stops without further notice. You will see that the service has been stopped in the Services panel: In this guide I will explain how I solved this problem using a simple PowerShell script. The Check ADSync script The …
Customize Office apps installation for Azure Virtual Desktop
Tuesday, September 30, 2025 in Azure Virtual Desktop
Categories:
When deploying Microsoft Office apps to (pooled) Virtual Desktops, we mostly need to do some optimizations to the installation. We want to optimize performance on pooled and virtual machines, or maybe we want to enable shared computer activation …
Clean files on a schedule with Powershell script
Thursday, September 18, 2025 in PowerShell
Categories:
Sometimes in IT, we have software or solutions that need to to save temporary files in your filesystem. Let’s say, a feed with logs or CSV files that are saved, logs or back-ups like the Bartender software. The software itself doesn’t …