Skip to content

Commit e41dac5

Browse files
authored
Merge branch 'master' into UnassignedNumbers
2 parents a69d706 + 2a1b13a commit e41dac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teams/teams-ps/teams/Connect-MicrosoftTeams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ This example demonstrates how to sign in using AccessTokens. Admin can reterive
8888
$graphtoken = #Get MSGraph Token for following for resource "https://graph.microsoft.com" and scopes "AppCatalog.ReadWrite.All", "Group.ReadWrite.All", "User.Read.All";
8989
$teamstoken = #Get Teams resource token for resource id "48ac35b8-9aa8-4d74-927d-1f4a14a0b239" and scope "user_impersonation";
9090
91-
Connect-MicrosoftTeams -AccessTokens @($graphtoken, $teamstoken) -AccountId $adminaccount
91+
Connect-MicrosoftTeams -AccessTokens @($graphtoken, $teamstoken)
9292
9393
Account Environment Tenant TenantId
9494
------- ----------- ------------------------------------ ------------------------------------

0 commit comments

Comments
 (0)