File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,13 @@ PS C:\> Add-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -Te
40
40
41
41
This example adds a Teams App to Microsoft Teams.
42
42
43
+ ### Example 2
44
+ ``` powershell
45
+ PS C:\> Add-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -Permissions "TeamSettings.Read.Group ChannelMessage.Read.Group"
46
+ ```
47
+
48
+ This example adds a Teams App to Microsoft Teams with RSC Permissions.
49
+
43
50
## PARAMETERS
44
51
45
52
### -AppId
Original file line number Diff line number Diff line change @@ -42,6 +42,13 @@ PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775
42
42
43
43
This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId.
44
44
45
+ ### Example 2
46
+ ``` powershell
47
+ PS C:\> Update-TeamsAppInstallation -AppId b9cc7986-dd56-4b57-ab7d-9c4e5288b775 -TeamId 31f1ff6c-d48c-4f8a-b2e1-abca7fd399df -Permissions "TeamSettings.Read.Group ChannelMessage.Read.Group"
48
+ ```
49
+
50
+ This example updates a Teams App in Microsoft Teams specifying its AppId and TeamId and RSC Permissions.
51
+
45
52
## PARAMETERS
46
53
47
54
### -AppId
You can’t perform that action at this time.
0 commit comments