Skip to content

Commit c19406f

Browse files
authored
Update Get-ALLM365TeamsApps.md
Adding some style/grammar/branding/Markdown updates.
1 parent 97257c8 commit c19406f

File tree

1 file changed

+31
-13
lines changed

1 file changed

+31
-13
lines changed

teams/teams-ps/teams/Get-ALLM365TeamsApps.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,31 @@ schema: 2.0.0
1414

1515
## SYNOPSIS
1616

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.
1818

1919
## SYNTAX
2020

21-
```
21+
```powershell
2222
Get-AllM365TeamsApps [<CommonParameters>]
2323
```
2424

2525
## 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.
2728

2829
## EXAMPLES
2930

3031
### Example 1
32+
3133
```powershell
3234
PS C:\> Get-AllM365TeamsApps
3335
```
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.
3537

3638
## PARAMETERS
3739

3840
### CommonParameters
41+
3942
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).
4043

4144
## INPUTS
@@ -45,16 +48,31 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
4548
## OUTPUTS
4649

4750
### 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
51+
52+
#### Id
53+
54+
Application ID of the Teams app.
55+
56+
#### IsBlocked
57+
58+
The state of the app in the tenant.
59+
Values:
60+
- Blocked
61+
- Unblocked
62+
63+
#### AvailableTo
64+
65+
Provides available to properties for the app.
66+
AvailableTo properties:
67+
- AssignmentType: App availability type.
68+
Values:
69+
- Everyone
70+
- UsersandGroups
71+
- Noone
72+
- LastUpdatedTimestamp: Time and date when the app AvailableTo value was last updated.
73+
- AssignedBy: UserID of the last user who updated the app available to value.
5674

5775
## RELATED LINKS
58-
[Get-M365TeamsApps](Get-M365TeamsApps.md)
5976

77+
[Get-M365TeamsApps](Get-M365TeamsApps.md)
6078
[Update-M365TeamsApp](Update-M365TeamsApp.md)

0 commit comments

Comments
 (0)