Skip to content

Commit 5bc7dd3

Browse files
authored
Merge pull request #12458 from michelle-paradis/patch-1
Create Get-M365UnifiedCustomPendingApps Docs
2 parents d36dd9c + 5746624 commit 5bc7dd3

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
---
2+
external help file: Microsoft.Teams.PowerShell.TeamsCmdlets.dll-Help.xml
3+
Module Name: MicrosoftTeams
4+
online version: https://docs.microsoft.com/powershell/module/teams/Get-M365UnifiedCustomPendingApps
5+
applicable: Microsoft Teams
6+
title: Get-M365UnifiedCustomPendingApps
7+
author: michelle-paradis
8+
ms.author: mparadis
9+
manager: swmerchant
10+
ms.date: 01/14/2025
11+
schema: 2.0.0
12+
---
13+
14+
# Get-M365UnifiedCustomPendingApps
15+
16+
## SYNOPSIS
17+
18+
This cmdlet returns all custom Microsoft Teams apps that are pending review from an IT Admin.
19+
20+
## SYNTAX
21+
22+
```powershell
23+
Get-M365UnifiedCustomPendingApps [<CommonParameters>]
24+
```
25+
26+
## DESCRIPTION
27+
28+
Get-M365UnifiedCustomPendingApps retrieves a complete list of all custom Microsoft Teams apps that are pending review, and their review statuses.
29+
30+
## EXAMPLES
31+
32+
### Example
33+
34+
```powershell
35+
PS C:\> Get-M365UnifiedCustomPendingApps
36+
```
37+
38+
Returns a complete list of all custom Microsoft Teams apps that are pending review, and their review statuses.
39+
40+
## PARAMETERS
41+
42+
### CommonParameters
43+
44+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
45+
46+
## INPUTS
47+
48+
### None
49+
50+
## OUTPUTS
51+
52+
### System.Object
53+
54+
**Id**:
55+
Application ID of the Teams app.
56+
57+
**ExternalId**:
58+
External ID of the Teams app.
59+
60+
**Iteration**:
61+
The Staged App Definition Etag of the app.
62+
63+
**CreatedBy**:
64+
The User ID of the user that created the app.
65+
66+
**LastUpdateDateTime**:
67+
The date and time the app was last updated.
68+
69+
**ReviewStatus**:
70+
The review status of the app.
71+
Values:
72+
73+
- PendingPublishing
74+
- PendingUpdate
75+
76+
**Metadata**:
77+
The metadata of the app.

teams/teams-ps/teams/teams.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ The following cmdlet references are for Microsoft Teams.
170170
### [Get-CsUserPolicyPackageRecommendation](Get-CsUserPolicyPackageRecommendation.md)
171171
### [Get-CsVideoInteropServiceProvider](Get-CsVideoInteropServiceProvider.md)
172172
### [Get-LicenseReportForChangeNotificationSubscription](Get-LicenseReportForChangeNotificationSubscription.md)
173+
### [Get-M365UnifiedCustomPendingApps](Get-M365UnifiedCustomPendingApps.md)
173174
### [Get-SharedWithTeam](Get-SharedWithTeam.md)
174175
### [Get-SharedWithTeamUser](Get-SharedWithTeamUser.md)
175176
### [Get-Team](Get-Team.md)

0 commit comments

Comments
 (0)