You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: teams/teams-ps/teams/Get-ALLM365TeamsApps.md
+31-13Lines changed: 31 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -14,28 +14,31 @@ schema: 2.0.0
14
14
15
15
## SYNOPSIS
16
16
17
-
This cmdlet returns all M365 Teams apps in the app catalog, including Microsoft, custom and third-party apps.
17
+
This cmdlet returns all Microsoft Teams apps in the app catalog, including Microsoft, custom, and third-party apps.
18
18
19
19
## SYNTAX
20
20
21
-
```
21
+
```powershell
22
22
Get-AllM365TeamsApps [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
26
-
Get-AllM365TeamsApps retrieves a complete list of all M365 Teams apps in an organization, its status and availability information.
26
+
27
+
Get-AllM365TeamsApps retrieves a complete list of all Teams apps in an organization, their statuses, and their availability information.
27
28
28
29
## EXAMPLES
29
30
30
31
### Example 1
32
+
31
33
```powershell
32
34
PS C:\> Get-AllM365TeamsApps
33
35
```
34
-
Returns a complete list of all M365 Teams apps in an organization, its status and availability information.
36
+
Returns a complete list of all Teams apps in an organization, their statuses, and their availability information.
35
37
36
38
## PARAMETERS
37
39
38
40
### CommonParameters
41
+
39
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).
40
43
41
44
## INPUTS
@@ -45,16 +48,31 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
45
48
## OUTPUTS
46
49
47
50
### 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.
0 commit comments