Forum Discussion

linda666's avatar
linda666
Copper Contributor
Apr 14, 2024

SQL query to get MS Teams version

I am trying to get the version of MS Teams installed on various laptops.    I am looking to use SQL query to obtain this information.
When I search I only find information using PowerShell, etc...

I am new to SQL query language.   Can anyone direct me to this query.  

Thanks

 

 

 

 

2 Replies

  • SivertSolem's avatar
    SivertSolem
    Iron Contributor
    To expand on Olaf's reply:
    T-SQL is a query language used to get information from a database.
    Unless you have a database that already contains the information you are looking for, you would have to query the clients using PowerShell, or by looking up the information in your IT Asset Management or Configuration management tools.
  • olafhelper's avatar
    olafhelper
    Bronze Contributor

     


    I am looking to use SQL query to obtain this information.

    linda666 and what do you think how you can get the informations using T-SQL?

    The query runs on server side, while MS Teams is a client application.

Resources