Commands › Microsoft Teams
Get-AllM365TeamsApps
This cmdlet returns all Microsoft Teams apps in the app catalog, including Microsoft, custom, and non-Microsoft apps.
Quick start script
# Get-AllM365TeamsApps — quick start (serv365.ai)
# 1. Connect (app-only shown; interactive: omit the certificate parameters)
Connect-MicrosoftTeams -CertificateThumbprint $thumb -ApplicationId $appId -TenantId $tenantId
# 2. Run and inspect
Get-AllM365TeamsApps | Format-List
# 3. Export for evidence / drift tracking
Get-AllM365TeamsApps | Export-Clixml .\AllM365TeamsApps-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-AllM365TeamsApps [<CommonParameters>]
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.