Get-M365UnifiedCustomPendingApps
This cmdlet returns all custom Microsoft Teams apps that are pending review from an IT Admin.
Syntax
Get-M365UnifiedCustomPendingApps []
Description
Get-M365UnifiedCustomPendingApps retrieves a complete list of all custom Microsoft Teams apps that are pending review, and their review statuses.
Examples
Example
PS C:\> Get-M365UnifiedCustomPendingApps
Returns a complete list of all custom Microsoft Teams apps that are pending review, and their review statuses.
Inputs
None
Outputs
System.Object
Id: Application ID of the Teams app.
ExternalId: External ID of the Teams app.
Iteration: The Staged App Definition Etag of the app. This is a unique tag created everytime the staged app is updated, to help track changes.
CreatedBy: The User ID of the user that created the app.
LastUpdateDateTime: The date and time the app was last updated.
ReviewStatus: The review status of the app. Values:
- PendingPublishing: A new custom app was requested that hasn't been published before.
- PendingUpdate: An existing custom app that was previously published and now has an update.
Metadata: The metadata of the app.