Microsoft Teams – Uninstaller

This should be everything you need to kill Microsoft Teams. I use a compiler to create EXEs, and then upload those to SCCM & Intune. But you can test locally to make sure all the code is working fine before creating self-contained packages.   Application Names MSTeams_24165.1414.2987.41_x64__8wekyb3d8bbwe MicrosoftTeams_24165.1306.2986.9504_x64__8wekyb3d8bbwe Application GUID {731F6BAA-A986-45A4-8936-7C3AAAAA760B} Plugin GUID {A7AB73A3-CB10-4AA5-9D38-6AEFFBDE4C91} Registry Read More …

PowerShell – Return Current User from QUser

Quser.exe, short for Query User, is a utility in the Windows Command Prompt that allows administrators to view information about currently logged-on users. It’s particularly useful in environments with multiple users, such as corporate networks or shared computers. I like to use it, because it just works, and is available on all the Windows computers. Read More …

Windows – Servicing – Company Portal

You can use app package servicing commands to add, remove, and list provisioned app packages (.appx or .appxbundle) in a Windows image. Command to Add Company Portal DISM.EXE /Online /Add-ProvisionedAppxPackage /PackagePath:C:\PathToFile\Microsoft.CompanyPortal_2022.409.807.0_neutral___8wekyb3d8bbwe.AppxBundle /SkipLicense   Notes   DISM App Package (.appx or .appxbundle) Servicing Command-Line Options