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.
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 …
Clean files on a schedule with Powershell script
Thursday, September 18, 2025 in PowerShell
Categories:
7 minute read
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 …
Automatic Azure Boot diagnostics monitoring with Azure Policy
Thursday, September 11, 2025 in Microsoft Azure
Categories:
8 minute read
In short, Azure Policy is a compliance/governance tool in Azure with capabilities for automatically pushing your resources to be compliant with your stated policy. This means if we configure Azure Policy to automatically configure boot diagnostics …
How to completely hide language bar/selector Windows 11
Tuesday, September 09, 2025 in PowerShell
Categories:
3 minute read
One of the small things I experienced in one of the updates for Windows 11 (24H2) is that the language bar/selector get’s automatically visible on the Windows taskbar. In previous versions of Windows, this was only available when using multiple …
Wordpress on Azure
Thursday, September 04, 2025 in Microsoft Azure
Categories:
13 minute read
Requirements An Azure subscription A public domain name to run the website on (not required, but really nice) Some basic knowledge about Azure Some basic knowledge about IP addresses, DNS and websites Around 45 minutes of your time What is Wordpress? …
New: Azure Service Groups
Monday, September 01, 2025 in Microsoft Azure
Categories:
3 minute read
What are these new Service Groups in Azure? Service Groups are a parralel type of group to group resources and separate permissions to them. In this manner we can assign multiple resources of different resource groups and put them into a …
In-Place upgrade to Windows Server 2025 on Azure
Thursday, August 28, 2025 in Microsoft Azure
Categories:
8 minute read
Once every 3 to 4 years you want to be on the last version of Windows Server because of new features and of course to have the latest security updates. These security updates are the most important these days. When having your server hosted on …
Match AD users using Entra Connect Sync and MSGraph
Monday, August 18, 2025 in Microsoft Entra
Categories:
4 minute read
The difference between soft and hard matching Most of the time the system itself will match the users automatically using soft-matching. Here the service will be matching users in both Entra ID and Active Directory by using known attributes like …