Skip to content

Commit 955cade

Browse files
authored
Update Update-M365TeamsApp.md
Finished making style/grammar updates.
1 parent 27e081b commit 955cade

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

teams/teams-ps/teams/Update-M365TeamsApp.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ schema: 2.0.0
1414

1515
## SYNOPSIS
1616

17-
This cmdlet updates app state and app available values for M365 Teams app.
17+
This cmdlet updates app state and app available values for the Microsoft 365 Teams app.
1818

1919
## SYNTAX
2020

@@ -30,6 +30,7 @@ This cmdlet allows administrators to modify app state and availability by adding
3030
## EXAMPLES
3131

3232
### Example 1
33+
3334
```powershell
3435
PS C:\> Update-M365TeamsApp -Id 3acac8f6-4e9e-4ee1-9c0e-0ea837d15ea3 -IsBlocked $true -AppAssignmentType UsersAndGroups -OperationType Add -Users eec823bd-0979-4cf8-9924-85bb6ffcb57d -Groups 37da2d58-fc14-453e-9a14-5065ebd63a1d
3536
```
@@ -39,6 +40,7 @@ Updates state and availablity assignment information of 3acac8f6-4e9e-4ee1-9c0e-
3940
## PARAMETERS
4041

4142
### -AppAssignmentType
43+
4244
App availability type.
4345

4446
```yaml
@@ -54,7 +56,8 @@ Accept wildcard characters: False
5456
```
5557
5658
### -Groups
57-
List of all the groups for whom the app is enabled or disabled
59+
60+
List of all the groups for whom the app is enabled or disabled.
5861
5962
```yaml
6063
Type: String[]
@@ -69,7 +72,8 @@ Accept wildcard characters: False
6972
```
7073
7174
### -Id
72-
Application ID of M365 Teams app
75+
76+
Application ID of Microsoft 365 Teams app.
7377
7478
```yaml
7579
Type: String
@@ -84,6 +88,7 @@ Accept wildcard characters: False
8488
```
8589
8690
### -IsBlocked
91+
8792
The state of the app in the tenant.
8893
8994
```yaml
@@ -99,6 +104,7 @@ Accept wildcard characters: False
99104
```
100105
101106
### -OperationType
107+
102108
Operation performed on the app assigment.
103109
104110
```yaml
@@ -114,7 +120,8 @@ Accept wildcard characters: False
114120
```
115121
116122
### -Users
117-
List of all the users for whom the app is enabled or disabled
123+
124+
List of all the users for whom the app is enabled or disabled.
118125
119126
```yaml
120127
Type: String[]
@@ -128,7 +135,8 @@ Accept pipeline input: False
128135
Accept wildcard characters: False
129136
```
130137
131-
### CommonParameters
138+
### -CommonParameters
139+
132140
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).
133141
134142
## INPUTS
@@ -138,8 +146,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
138146
## OUTPUTS
139147
140148
### System.Object
141-
## NOTES
142149
143150
## RELATED LINKS
151+
144152
[Get-M365TeamsApps](Get-M365TeamsApps.md)
145153
[Get-ALLM365TeamsApps](Get-ALLM365TeamsApps.md)

0 commit comments

Comments
 (0)