Forum Discussion
Markus_Johansson
Jan 23, 2023Iron Contributor
Windows 11 and "Teams for Home or Small Business" (How to never get it installed on a business PC)
I can't find any official documentation on how to avoid the "Teams for Home or Small Business" to get installed on a business computer. I guess no business would like to have the consumer app install...
StevenC365
Jan 24, 2023MVP
RealTime_M365 It definitely is an app that can be uninstalled either from the UI, or you could trigger PowerShell to uninstall it with
Get-AppxPackage MicrosoftTeams* | Remove-AppxPackage
Markus_Johansson
Jan 25, 2023Iron Contributor
Some actions trigger the download as MS mention
"The default Windows image doesn't include the Teams app."
https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/managing-teams-chat-icon-windows-11
Would be great to understand that can trigger this download 🙂
"The default Windows image doesn't include the Teams app."
https://learn.microsoft.com/en-us/troubleshoot/windows-client/application-management/managing-teams-chat-icon-windows-11
Would be great to understand that can trigger this download 🙂