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.
ARM templates and Azure VM + Script deployment
Thursday, November 20, 2025 in Microsoft Azure
Categories:
6 minute read
In this post I will show some examples of deploying with ARM templates and also will show you how to deploy a PowerShell script to run directly after the deployment of an virtual machine. This further helps automating your tasks. Requirements Around …
Windows Server Inventory Report Script
Thursday, November 13, 2025 in PowerShell
Categories:
4 minute read
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:
2 minute read
Method 1: Settings Catalog The easiest way to disable these widgets is through a Settings Catalog policy. Open up Microsoft Intune admin center and create a new policy through the Settings Catalog. Search for “widget” and these options …
Using and configuring Windows Backup for Organizations in Intune
Saturday, November 01, 2025 in Intune
Categories:
5 minute read
Requirements Windows 11 with the latest feature updates installed for both creating and restoring backups Entra ID joined or Entra Hybrid joined device Microsoft Intune-capable license Around 15 minutes of your time What is Windows Backup for …
Remove Universal Print Devices/Connectors
Saturday, October 25, 2025 in Microsoft Entra
Categories:
3 minute read
Introduction In Universal Print, a connector is the link between your local print environment and Universal Print. Over time, you may end up with connectors that are no longer used. For example, after replacing a print server, changing your print …
Remove Pre-installed Windows Store Apps with Intune
Tuesday, October 21, 2025 in Intune
Categories:
3 minute read
This new feature described In Intune we can now select which default shipped apps must be removed from Windows clients. Before, this was a complete package we had to use or remove with custom scripts, but now we can select the apps to remove (and …
Azure Compute Gallery and (AVD) VM images
Thursday, October 09, 2025 in Azure Virtual Desktop
Categories:
8 minute read
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:
4 minute read
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:
7 minute read
Requirements Around 30 minutes of your time A Microsoft 365 tenant with Global Administrator, Security Administrator or Office Apps Admin permissions A Windows machine to test the installation Basic knowledge of Virtual Desktops and Office Apps What …
Remove Roaming Profile folders with PowerShell (force)
Wednesday, September 24, 2025 in PowerShell
Categories:
4 minute read
What this script does This script tries to clean and delete a folder which I have used in the past to remove Roaming Profile folders from Active Directory. These folders are heavily secured as personal data might reside in it. It can also contain …