Skip to content

Commit d4e5ffb

Browse files
committed
Merge branch 'master' into chrisda
2 parents 02379c3 + b5537a2 commit d4e5ffb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,20 @@ PS C:\> Connect-MicrosoftTeams -TeamsEnvironmentName TeamsGCCH
6060

6161
Specifies that the organization being managed is in the Teams GCC High environment, so connect to that environment.
6262

63+
### Example 3
64+
```powershell
65+
PS C:\> Connect-MicrosoftTeams -TenantId c3eac90d-eb4b-48ef-ac86-7acac472d3cd -CertificateThumbprint 9b6ac64bfb8b48dbb53cca75fb33ce2d -applicationid daaaf729-aaff-45ba-8055-a39dd618fe24
66+
```
67+
68+
Connects to Microsoft Teams PowerShell using a Certificate and an applicationId.
69+
70+
### Example 4
71+
```powershell
72+
PS C:\> Connect-MicrosoftTeams -AadAccessToken c3eac90deb4b48efac867acac472d3cd -AccountId [email protected]
73+
```
74+
75+
Connects to Microsoft Teams PowerShell using an Azure Active Directory Graph access token.
76+
6377
## PARAMETERS
6478

6579
### -AadAccessToken

0 commit comments

Comments
 (0)