Skip to content

Commit 63be59d

Browse files
Update Update-M365TeamsApp.md
1 parent feffa83 commit 63be59d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,25 @@ This cmdlet allows administrators to modify app state and availability by adding
3333
### Example 1
3434

3535
```powershell
36-
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
36+
PS C:\> Update-M365TeamsApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -AppAssignmentType Everyone
3737
```
38+
Updates availablity assignment information of 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b app to Everyone.
3839

40+
### Example 2
41+
42+
```powershell
43+
PS C:\> Update-M365TeamsApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -IsBlocked $true -AppAssignmentType UsersAndGroups -OperationType Add -Users eec823bd-0979-4cf8-9924-85bb6ffcb57d, eec823bd-0979-4cf8-9924-85bb6ffcb57e -Groups 37da2d58-fc14-453e-9a14-5065ebd63a1d, 37da2d58-fc14-453e-9a14-5065ebd63a1e, 37da2d58-fc14-453e-9a14-5065ebd63a1b, 37da2d58-fc14-453e-9a14-5065ebd63a1f, 37da2d58-fc14-453e-9a14-5065ebd63a1a
44+
```
3945
Updates state and availablity assignment information of 3acac8f6-4e9e-4ee1-9c0e-0ea837d15ea3 app.
4046

47+
### Example 3
48+
49+
```powershell
50+
PS C:\> Update-M365TeamsApp -Id 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b -IsBlocked $true
51+
```
52+
Unblocks 4c4ec2e8-4a2c-4bce-8d8f-00fc664a4e5b app.
53+
54+
4155
## PARAMETERS
4256

4357
### -AppAssignmentType

0 commit comments

Comments
 (0)