Skip to content

Commit 8af4c49

Browse files
Create Get-M365UnifiedCustomPendingApps Docs
1 parent b35135f commit 8af4c49

File tree

1 file changed

+83
-0
lines changed

1 file changed

+83
-0
lines changed
Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
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: michelle-paradis
9+
manager: swmerchant
10+
ms.date: 01/14/2024
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
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 status.
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 status.
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 app metadata.
78+
79+
## NOTES
80+
81+
## RELATED LINKS
82+
83+
[Update-M365UnifiedCustomPendingApp ](https://learn.microsoft.com/powershell/module/teams/Update-M365UnifiedCustomPendingApp)

0 commit comments

Comments
 (0)