Commands › Microsoft Teams
Get-M365UnifiedCustomPendingApps
This cmdlet returns all custom Microsoft Teams apps that are pending review from an IT Admin.
Quick start script
# Get-M365UnifiedCustomPendingApps — 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-M365UnifiedCustomPendingApps | Format-List
# 3. Export for evidence / drift tracking
Get-M365UnifiedCustomPendingApps | Export-Clixml .\M365UnifiedCustomPendingApps-$(Get-Date -Format yyyyMMdd).xml
Syntax
Get-M365UnifiedCustomPendingApps [<CommonParameters>]
Reference facts derived from Microsoft documentation, © Microsoft, licensed CC BY 4.0; restructured with original guidance by serv365.ai.