Teams status report

Gurman Sara 1 Reputation point
2021-09-30T18:38:45.837+00:00

Hi there,

Is there any way to see a consolidated list of all status updates for all staff in Teams?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
8,909 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sharon Zhao-MSFT 25,066 Reputation points Microsoft Vendor
    2021-10-01T03:01:00.887+00:00

    @Gurman Sara ,

    What do you mean the update status for users in Teams?

    If you mean the Teams client version, it has no direct way to get the version details of all staff.

    As a workaround, the following command can get Teams version of individual.

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

    136809-image.png


    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.


  2. Vasil Michev 92,596 Reputation points MVP
    2021-10-01T07:06:52.367+00:00

    Status updates are not audited and there is no way to report on them, afaik.

    0 comments No comments