Skip to content

Commit efd97dd

Browse files
authored
Update Get-M365TeamsApp.md
Updates to style/grammar/branding.
1 parent 350b976 commit efd97dd

File tree

1 file changed

+40
-26
lines changed

1 file changed

+40
-26
lines changed

teams/teams-ps/teams/Get-M365TeamsApp.md

Lines changed: 40 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Module Name: MicrosoftTeams
44
online version: https://docs.microsoft.com/powershell/module/teams/Get-M365TeamsApp
55
applicable: Microsoft Teams
66
title: Get-M365TeamsApp
7-
author: satishtimiri
7+
author: v-kueterlisa
88
ms.author: satishtimiri
99
manager: rahulrgupta
1010
schema: 2.0.0
@@ -14,31 +14,33 @@ schema: 2.0.0
1414

1515
## SYNOPSIS
1616

17-
This cmdlet returns app availability and state for M365 Teams app.
17+
This cmdlet returns app availability and state for the Microsoft Teams app.
1818

1919
## SYNTAX
2020

21-
```
21+
```powershell
2222
Get-M365TeamsApp -Id <String> [<CommonParameters>]
2323
```
2424

2525
## DESCRIPTION
26-
Get-M365TeamsApps retrieves information about M365 Teams app. This includes app state, app availability, user who updated app availability and the associated timestamp.
26+
27+
Get-M365TeamsApps retrieves information about the Teams app. This includes app state, app availability, user who updated app availability, and the associated timestamp.
2728

2829
## EXAMPLES
2930

3031
### Example 1
32+
3133
```powershell
3234
PS C:\> Get-M365TeamsApp -Id b782e2e8-9682-4898-b211-a304714f4f6b
3335
```
3436

35-
Provides information about b782e2e8-9682-4898-b211-a304714f4f6b app which includes app state, app availability, user who updated app availability and the associated timestamp.
37+
Provides information about b782e2e8-9682-4898-b211-a304714f4f6b app, which includes app state, app availability, user who updated app availability, and the associated timestamp.
3638

3739
## PARAMETERS
3840

3941
### -Id
4042

41-
Application ID of M365 Teams app
43+
Application ID of the Teams app.
4244

4345
```yaml
4446
Type: String
@@ -53,6 +55,7 @@ Accept wildcard characters: False
5355
```
5456
5557
### CommonParameters
58+
5659
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).
5760
5861
## INPUTS
@@ -62,28 +65,39 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
6265
## OUTPUTS
6366
6467
### System.Object
65-
- ID – Application ID of M365 Teams app.
66-
67-
- IsBlocked – The state of the app in the tenant. Values are: Blocked or Unblocked.
68-
69-
- AvailableTo - Provides available to properties for the app.
70-
71-
- Properties of AvailableTo:
72-
- AssignmentType – App availability type. Values are: Everyone, UsersandGroups, Noone
73-
- Users:
74-
- List of all the users for whom the app is enabled:
75-
-Id – GUID of UserIDs
76-
-AssignedBy – UserID of last user who updated the app AvailableTo value
77-
-LastUpdatedTimeStamp – Time and date when the app AvailableTo value was last updated
78-
-Groups:
79-
- List of all the groups for whom the app is enabled:
80-
-Id – GUID of GroupIDs
81-
-AssignedBy – UserID of last user who updated the app available to value
82-
-LastUpdatedTimeStamp – Time and date when the app AvailableTo value was last updated
83-
## NOTES
68+
69+
#### ID
70+
71+
Application ID of the Teams app.
72+
73+
#### IsBlocked
74+
75+
The state of the app in the tenant.
76+
Values:
77+
- Blocked
78+
- Unblocked
79+
80+
#### AvailableTo
81+
82+
Provides available to properties for the app.
83+
AvailableTo properties:
84+
- AssignmentType: App availability type.
85+
Values:
86+
- Everyone
87+
- UsersandGroups
88+
- Noone
89+
- Users: List of all the users for whom the app is enabled.
90+
Values:
91+
- Id: GUID of UserIDs.
92+
- AssignedBy: UserID of last user who updated the app AvailableTo value.
93+
- LastUpdatedTimeStamp: Time and date when the app AvailableTo value was last updated.
94+
- Groups: List of all the groups for whom the app is enabled.
95+
Values:
96+
- Id: GUID of GroupIDs.
97+
- AssignedBy: UserID of last user who updated the app AvailableTo value.
98+
- LastUpdatedTimeStamp: Time and date when the app AvailableTo value was last updated.
8499
85100
## RELATED LINKS
86101
87102
[Get-ALLM365TeamsApps](Get-ALLM365TeamsApps.md)
88-
89103
[Update-M365TeamsApp](Update-M365TeamsApp.md)

0 commit comments

Comments
 (0)