Last Updated on November 30, 2021 by GrahamWalsh
There is another way to check the currently installed Microsoft Team Room app. You can fire up PowerShell and running the following command
Obviously this is much simpler in the MTR app itself as it is now shown in Teams Admin Center and on the app console itself rather than having to log into the desktop side.
Get-AppxPackage -AllUsers *SkypeRoom*
And the output looks like this.

That’s all for this post.
Also published on Medium.