Finding MS Teams Client Version 34 adn 64 Bit

Ramki 816 Reputation points
2021-01-22T08:55:27.043+00:00

Hello Team

Looking for the command or script to find the MS Teams Client version whether they are using 32 bit or 64 bit version

and also, what are MS Teams client version are they are using like 1.3.00.28779 (64-bit).

We have lot of users are using both and want to find the 32 bit users and move them to 64 bit

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,439 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,394 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sharon Zhao-MSFT 25,106 Reputation points Microsoft Vendor
    2021-01-22T10:04:12.553+00:00

    @Ramki ,

    Currently, script can retrieve the Teams version information, but with no 32-bit or 64-bit.

    From my experience, the package is downloaded when you click Download Teams button from the downloading page. It does not need to choose 32-bit or 64-bit because it detects your system and download automatically.

    Besides, you could learn more about how to check client version by the following command:

    Get-Content $env:UserProfile”\AppData\Roaming\Microsoft\Teams\settings.json” | ConvertFrom-Json | Select Version, Ring, Environment  
    

    More details, please refer to this article.

    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.