Skip to content

Commit 27e081b

Browse files
authored
Update Update-M365TeamsApp.md
Making some style/grammar updates.
1 parent 6b37d17 commit 27e081b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This cmdlet updates app state and app available values for M365 Teams app.
1818

1919
## SYNTAX
2020

21-
```
21+
```powershell
2222
Update-M365TeamsApp -Id <String> [-IsBlocked <Boolean>] -AppAssignmentType <String> -OperationType <String>
2323
[-Users <String[]>] [-Groups <String[]>] [<CommonParameters>]
2424
```
@@ -34,7 +34,7 @@ This cmdlet allows administrators to modify app state and availability by adding
3434
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
3535
```
3636

37-
Updates state and availablity assignment information of 3acac8f6-4e9e-4ee1-9c0e-0ea837d15ea3 app
37+
Updates state and availablity assignment information of 3acac8f6-4e9e-4ee1-9c0e-0ea837d15ea3 app.
3838

3939
## PARAMETERS
4040

0 commit comments

Comments
 (0)