Use of New-MgAppCatalogTeamApp, Update-MgAppCatalogTeamApp MS Graph powershell cmdlets

Paul S 1 Reputation point
2022-04-22T15:39:14.44+00:00

How to specify Teams app zip in the BodyParameter of these cmdlets?

I suppose these cmdlets may be used to upload Teams apps to the Teams app catalog.

Can't find any samples.

Thanks,
Paul.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,715 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,389 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,391 Reputation points
    2022-04-26T10:59:28.847+00:00

    Hi there,

    There is no sample for these cmdlets but you can use the below thread to understand the situations and scope of these cmdlets.

    New-MgUserTeamworkInstalledApp https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mguserteamworkinstalledapp?view=graph-powershell-beta

    New-MgAppCatalogTeamApp https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.teams/new-mgappcatalogteamapp?view=graph-powershell-beta

    Update-MgAppCatalogTeamApp https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.teams/update-mgappcatalogteamapp?view=graph-powershell-beta

    --------------------------------------------------------------------------------------------------------------------------------

    --If the reply is helpful, please Upvote and Accept it as an answer–