Add-MSTeams Cmdlet
Inserts Microsoft Teams data.
Syntax
Add-MSTeams [parameters]
Remarks
The Add-MSTeams cmdlet allows you to use a syntax similar to SQL INSERT statements to create new Microsoft Teams records.
Add-MSTeams -Connection $connection -Table "Teams" -Columns @("location_displayName") -Values @("Town Hall Grille")