Setting Wallpaper, Lock Screen, Registered Owner with Intune

The solution below will apply customizations to the clients that are mandatory, which means in particular that the user will not be able to change the wallpaper on his machine. See the links below if you just want a pre-configuration that allows the user to change settings. You must provide a 1920×1200 image which will… Read More »

Powershell script to check if Azure AD Connect is affected by the vulnerability described in CVE-2021-36949

The script below will check if your Azure AD Connect is running a version affected by the vulnerability described in CVE-2021-36949. Affected versions are 1.6.4.0 and 2.0.3.0. #Disclaimer: This script is provided as-is with no warranties of any kindWrite-Host “Checking if your Azure AD Connect version is affected by the vulnerability described in CVE-2021-36949″Try{$params =… Read More »

Enable Windows 11 Insider Preview updates in Hyper-V

Here’s a short description on how to enable Windows 11 Insider Preview updates on Hyper-V machines. Set up a Hyper-V Generation 2 machine with Windows 10 21H1. Make sure the recent updates are installed. Configure 8192 MB RAM, 4 Processors and enable the TPM.           On the VM host, run  Set-VM -VMName… Read More »

Pocket Guide to the Community Hub

The article is based on tests with TP 2104 and CB 2103 The Community Hub enriches Configuration Manager by a large number of solutions that can easily be integrated into the CM console. To take advantage of the offer, you must install the WebView2 console extension which you’ll get if you click on the little… Read More »

Client registration is pending

When reinstalling the ConfigMgr agent, the installation succeeds but the initialization does not. The machine is getting the same SMS GUID it had before although the SMSCFG.ini in c:\Windows was deleted and doesn’t show up in the ConfigMgr console. In MP_Registration.log you find these entries: [RegTask] – Client is not registered. Sending registration request for… Read More »