File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This cmdlet updates app state and app available values for M365 Teams app.
18
18
19
19
## SYNTAX
20
20
21
- ```
21
+ ``` powershell
22
22
Update-M365TeamsApp -Id <String> [-IsBlocked <Boolean>] -AppAssignmentType <String> -OperationType <String>
23
23
[-Users <String[]>] [-Groups <String[]>] [<CommonParameters>]
24
24
```
@@ -34,7 +34,7 @@ This cmdlet allows administrators to modify app state and availability by adding
34
34
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
35
35
```
36
36
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.
38
38
39
39
## PARAMETERS
40
40
You can’t perform that action at this time.
0 commit comments