File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ title: Get-M365UnifiedCustomPendingApps
7
7
author: michelle-paradis
8
8
ms.author: michelle-paradis
9
9
manager: swmerchant
10
- ms.date: 01/14/2024
10
+ ms.date: 01/14/2025
11
11
schema: 2.0.0
12
12
---
13
13
@@ -20,12 +20,12 @@ This cmdlet returns all custom Microsoft Teams apps that are pending review from
20
20
## SYNTAX
21
21
22
22
```powershell
23
- Get-M365UnifiedCustomPendingApps
23
+ Get-M365UnifiedCustomPendingApps [<CommonParameters>]
24
24
```
25
25
26
26
## DESCRIPTION
27
27
28
- Get-M365UnifiedCustomPendingApps retrieves a complete list of all custom Microsoft Teams apps that are pending review, and their review status .
28
+ Get-M365UnifiedCustomPendingApps retrieves a complete list of all custom Microsoft Teams apps that are pending review, and their review statuses .
29
29
30
30
## EXAMPLES
31
31
@@ -35,7 +35,7 @@ Get-M365UnifiedCustomPendingApps retrieves a complete list of all custom Microso
35
35
PS C:\> Get-M365UnifiedCustomPendingApps
36
36
```
37
37
38
- Returns a complete list of all custom Microsoft Teams apps that are pending review, and their review status .
38
+ Returns a complete list of all custom Microsoft Teams apps that are pending review, and their review statuses .
39
39
40
40
## PARAMETERS
41
41
@@ -74,7 +74,7 @@ Values:
74
74
- PendingUpdate
75
75
76
76
**Metadata**
77
- The app metadata.
77
+ The metadata of the app .
78
78
79
79
## NOTES
80
80
You can’t perform that action at this time.
0 commit comments