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.

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
  • PendingUpdate

Metadata: The metadata of the app.