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.
Deploy Google Chrome Single Sign On with Intune
Thursday, December 11, 2025 in Intune
Categories:
4 minute read
How the extension works The Microsoft SSO extension for Google Chrome uses the same token/session you already have when you have your device Entra ID joined. It will send that to every Microsoft Online webpage to show you are already authenticated …
Disable users' self service license trials
Thursday, December 04, 2025 in Microsoft 365
Categories:
3 minute read
Why should you disable trial licenses? You can disable self service trial licenses if you want to avoid users to use un-accepted apps. This could result in shadow-it happening in your environment. Let’s say, your company uses Zoom to call with …
Azure Virtual Desktop RDP Properties
Thursday, November 27, 2025 in Azure Virtual Desktop
Categories:
18 minute read
What are RDP properties? RDP properties are specific settings to change your RDP experience. This can be to play sound on the remote or local PC, enable or disable printer redirection, enable or disable clipboard between computers and what to do if …
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 …