Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Remove new Teams for all users
To remove Teams from all users' computers, use the following PowerShell command:
Remove-AppxPackage
PowerShell cmdlet to remove new Teams from all users on all computers:
Get-AppxPackage *MSTeams* -AllUsers |Remove-AppxPackage -AllUsers
PowerShell cmdlet for an individual user without administrator privilege:
Get-AppxPackage *MSTeams*|Remove-AppxPackage
Command to uninstall teams machine-wide: teamsbootstrapper.exe -x -m