The new Teams client is now a MSIX that we need to deploy. We have a tool for this called teamsbootstrapper.exe which gets new features all the time. The official Microsoft documentation can be found here Bulk deploy the new Microsoft Teams desktop client – Microsoft Teams | Microsoft Learn Teamsbootstrapper.exe support both online and…
Community tools demoed at WPNinjas 2023
At WPNinjas 2023 in Baden me and my good friend Ronni Pedersen (@ronnipedersen) presented a session “Unleashing the Power of Microsoft Intune Community Tools” where we demoed a lot of amazing Intune Community tools. Intune community tools are created by the best people in the best community in the world and they often fill feature…
PowerShell script to keep Personal Teams away in Windows 11
Finally time to blog during these busy times, removing Personal Teams in Windows 11 by setting the ConfigureChatAutoInstall registry value to prevent from installing. The challenge is that the permissions on that registry key, HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Communications is set to TrustedInstaller so it is hard to create the necessary value. There are solutions out there that uses…
Windows 11 Multi-App kiosk – a first look
Windows 11 Multi-app kiosk is finally here, when writing this it is not released in the cumulative update for Windows 11 22H2 yet. And because of that it is not possible to configure it through Intune or Provisioning packages just yet when I am writing this. More information: Set up a multi-app kiosk on Windows…
Playing around with Driver Updates in Intune
Recently Microsoft announced the general availability of a very anticipated feature in Intune:Manage Windows driver and firmware updates with Microsoft Intune – Microsoft Community Hub Check out the Microsoft blog post above for information about what it is and how it works. More details about the feature, its prerequisites and how it works can be…
MMUGSE – Summer Meetup 8th of June 2023
On the 8th of June it is time again! Microsoft Management User Group Sweden – Summer Meetup @ Microsoft Reactor Stockholm. We have the great honor of having some great presenters & MVP’s to join us. Really looking forward to a great day. We are very grateful for our Sponsor: Recast Software – https://recastsoftware.com The…
PS Script to Update Boot images with CU-CVE-2023-24932
This will be a short post on how to update WinPE boot images with a Cumulative Update as we need to do that now with the release of May 2023 Cumulative Update to address CVE-2023-24932. Spent all day with colleagues to try to test what happens to OS deployment (and AutoPilot) when deploying the mitigation…
Windows Servicing, Personal Teams and Success.cmd
Time to share how I am using Success.cmd to add the registry key to prevent Personal Teams. I think that the possibility to run commands when doing feature updates is used way too little. We have the option to use SetupConfig.ini as well with Intune, Configuration Manager and Standalone of that is what we want…