Update-M365UnifiedCustomPendingApp

This cmdlet updates the review status for a custom Microsoft Teams app that is pending review from an IT Admin.

Syntax

Update-M365UnifiedCustomPendingApp
      -Id <String>
      -ReviewStatus <String>

Description

This cmdlet allows administrators to reject or publish custom Microsoft Teams apps that are pending review from an IT Admin.

Examples

Example 1

PS C:\> Update-M365UnifiedCustomPendingApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -ReviewStatus Published

Updates the review status for the custom pending app with App ID 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b to Published.

Example 2

PS C:\> Update-M365UnifiedCustomPendingApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -ReviewStatus Rejected

Updates the review status for the custom pending app with App ID 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b to Rejected.

Parameters

-Id

Application ID of the Teams app.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-ReviewStatus

The review status of the Teams app.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object

NOTES