Discover where the new Microsoft Teams is installed when using an MSIX package. Learn how to access protected folders like C:\Program Files\WindowsApps and use PowerShell to find the install location
Check the install location of Microsoft Teams
Get-AppxPackage -Name "*Teams*" | Select-Object InstallLocation