Skip to content

Commit bbc7458

Browse files
Merge pull request MicrosoftDocs#11751 from satish-timiri/patch-2
Create Get-ALLM365TeamsApps.md
2 parents c6d2a87 + 563b394 commit bbc7458

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
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 Microsoft Teams apps in the app catalog, including Microsoft, custom, and third-party apps.
18+
19+
## SYNTAX
20+
21+
```powershell
22+
Get-AllM365TeamsApps [<CommonParameters>]
23+
```
24+
25+
## DESCRIPTION
26+
27+
Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organization, their statuses, and their availability information.
28+
29+
## EXAMPLES
30+
31+
### Example 1
32+
33+
```powershell
34+
PS C:\> Get-AllM365TeamsApps
35+
```
36+
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
37+
38+
## PARAMETERS
39+
40+
### CommonParameters
41+
42+
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).
43+
44+
## INPUTS
45+
46+
### None
47+
48+
## OUTPUTS
49+
50+
### System.Object
51+
52+
**Id**
53+
Application ID of the Teams app.
54+
55+
**IsBlocked**
56+
The state of the app in the tenant.
57+
Values:
58+
- Blocked
59+
- Unblocked
60+
61+
**AvailableTo**
62+
Provides available to properties for the app.
63+
Properties:
64+
- AssignmentType: App availability type.
65+
Values:
66+
- Everyone
67+
- UsersandGroups
68+
- Noone
69+
- LastUpdatedTimestamp: Time and date when the app AvailableTo value was last updated.
70+
- AssignedBy: UserID of the last user who updated the app available to value.
71+
72+
## RELATED LINKS
73+
[Get-M365TeamsApps](/powershell/module/teams/get-m365teamsapps)
74+
75+
[Get-ALLM365TeamsApps](/powershell/module/teams/update-M365TeamsApps)

0 commit comments

Comments
 (0)