Skip to content

Commit 34e489c

Browse files
Add examples for Add-TeamsAppInstallation
Add examples for Add-TeamsAppInstallation with RSC permission string
1 parent 241127d commit 34e489c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

teams/teams-ps/teams/Add-TeamsAppInstallation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ Add a Teams App to Microsoft Teams.
3838
PS C:\> Add-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df
3939
```
4040

41+
### Example 2
42+
```powershell
43+
PS C:\> Add-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -Permissions "TeamSettings.Read.Group ChannelMessage.Read.Group"
44+
```
45+
4146
This example adds a Teams App to Microsoft Teams.
4247

4348
## PARAMETERS

0 commit comments

Comments
 (0)