Select-MSTeams Cmdlet
Searches Microsoft Teams data.
Syntax
Select-MSTeams [parameters]
Remarks
The Select-MSTeams cmdlet allows you to use a syntax similar to SQL SELECT statements to search Microsoft Teams data.
$conn = Connect-MSTeams -InitiateoAuth "GETANDREFRESH" Select-MSTeams -Connection $conn -Table "Teams" -Columns @("subject","location_displayName") -Where "Id='Jq74mCczmFXk1tC10GB'"