Skip to content

Commit 97257c8

Browse files
Create Get-ALLM365TeamsApps.md
1 parent 35371a4 commit 97257c8

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed
Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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-ALLM365TeamsApps
5+
applicable: Microsoft Teams
6+
title: Get-ALLM365TeamsApps
7+
author: satishtimiri
8+
ms.author: satishtimiri
9+
manager: rahulrgupta
10+
schema: 2.0.0
11+
---
12+
13+
# Get-AllM365TeamsApps
14+
15+
## SYNOPSIS
16+
17+
This cmdlet returns all M365 Teams apps in the app catalog, including Microsoft, custom and third-party apps.
18+
19+
## SYNTAX
20+
21+
```
22+
Get-AllM365TeamsApps [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
Get-AllM365TeamsApps retrieves a complete list of all M365 Teams apps in an organization, its status and availability information.
27+
28+
## EXAMPLES
29+
30+
### Example 1
31+
```powershell
32+
PS C:\> Get-AllM365TeamsApps
33+
```
34+
Returns a complete list of all M365 Teams apps in an organization, its status and availability information.
35+
36+
## PARAMETERS
37+
38+
### CommonParameters
39+
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).
40+
41+
## INPUTS
42+
43+
### None
44+
45+
## OUTPUTS
46+
47+
### System.Object
48+
- Id – Application ID of M365 Teams app
49+
- IsBlocked – The state of the app in the tenant. Values are: Blocked or Unblocked
50+
- AvailableTo: Provides available to properties for the app.
51+
- Properties of AvailableTo:
52+
- AssignmentType – App availability type. Values are: Everyone, UsersandGroups, Noone
53+
- LastUpdatedTimestamp: Time and date when the app AvailableTo value was last updated
54+
- AssignedBy: UserID of last user who updated the app available to value.
55+
## NOTES
56+
57+
## RELATED LINKS
58+
[Get-M365TeamsApps](Get-M365TeamsApps.md)
59+
60+
[Update-M365TeamsApp](Update-M365TeamsApp.md)

0 commit comments

Comments
 (0)