Forum Discussion
linda666
Apr 14, 2024Copper Contributor
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... ...
SivertSolem
Apr 17, 2024Iron 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.
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.