Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 262 Bytes

upgrade-installedapps-in-chat-e1-powershell-snippets.md

File metadata and controls

14 lines (9 loc) · 262 Bytes
description
Automatically generated file. DO NOT MODIFY
Import-Module Microsoft.Graph.Beta.Teams

$params = @{
}

Update-MgBetaChatInstalledApp -ChatId $chatId -TeamsAppInstallationId $teamsAppInstallationId -BodyParameter $params