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.
Set correct language and timezone on Azure VM
Thursday, October 10, 2024 in PowerShell
Categories:
4 minute read
By default, all Azure VMs are set to English language and UTC/Zulu timezone. This will work for a great portion of the Azure VM users but there are users in other parts of the world too. Like in the Netherlands, where I live we are 1 or 2 hours ahead …
Automatic AVD/W365 Feed discovery for mobile apps
Wednesday, October 09, 2024 in Azure Virtual Desktop
Categories:
2 minute read
Did you know we can automate this process? I will explain how to do this! Fast path for URL: https://rdweb.wvd.microsoft.com/api/arm/feeddiscovery The problem explained When downloading the apps for your mobile devices, we get this window after …
Azure Stack HCI - Host your Virtual Desktops locally
Thursday, October 03, 2024 in Microsoft Azure
Categories:
13 minute read
Introduction to Azure Stack HCI Azure Stack HCI is a solution for Microsoft Azure to host Azure resources on your own hardware and location. This sounds traditional but can help to boost your Azure resources for your customer and/or use case. For …
How to solve DeletingCloudOnlyObjectNotAllowed error Entra Connect Sync
Monday, September 30, 2024 in Microsoft Entra
Categories:
4 minute read
Now and then we come across a problem with Entra Connect Sync which states “DeletingCloudOnlyObjectNotAllowed”. This error looks like this: This error will be shown if opening the Syncronization Service and email messages of this error …
Disable Active Directory synchronization in Microsoft Entra ID (company-wide)
Monday, September 23, 2024 in Microsoft Entra
Categories:
4 minute read
The process described The correct way to disable Active Directory synchronization with Microsoft Entra ID is to follow the steps in the Microsoft article on how to uninstall Microsoft Entra Connect Sync. We will disable the Synchronization on the …
Solved - Microsoft 365 tenant dehydrated
Friday, September 20, 2024 in Microsoft 365
Categories:
3 minute read
What is “Tenant dehydrated”? Microsoft sometimes will dehydrate Microsoft 365 tenants where things will not often change to the tenant. This closes some parts of the tenant for changing, even if you have Global Administrator permissions. …
How to learn Azure - My learning resources
Tuesday, September 10, 2024 in Microsoft Azure
Categories:
6 minute read
To give a quick overview of all the training resources I used throughout the years and give you different types and sorted the resources from beginning to end: Text based Video’s Labs and Applied Skills 1. Starting out (Video and text-based) …
Solved: August 2024 updates breaks GPO Item level targeting - user in group
Monday, September 09, 2024 in Windows Server
Categories:
3 minute read
If you are managing Windows Servers, Group Policies are a great way to distribute settings to your endpoints. However, a recent update of August 2024 in Windows Server 2022 and 2019 breaks user filtering in Group Policy (GPO) Item Level Targeting The …
Solved - Windows Store applications on FSLogix/Azure Virtual Desktop
Thursday, August 15, 2024 in Azure Virtual Desktop
Categories:
4 minute read
Requirements Around 15 minutes of your time An Azure Virtual Desktop or Remote Desktop Services environment with FSLogix Some basic knowledge about Windows, Azure and Active Directory Session host must have winget installed Default behaviour and why …
Migrate Group Policies to a new server or domain like a pro
Wednesday, August 07, 2024 in Windows Server
Categories:
3 minute read
Once in a while, we as IT administrators need to export and import our Group Policies of Windows Server to another server. Sometimes to copy a great policy you’ve built, or to migrate a customer to a new server. By default, the only option …