File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,20 @@ PS C:\> Connect-MicrosoftTeams -TeamsEnvironmentName TeamsGCCH
60
60
61
61
Specifies that the organization being managed is in the Teams GCC High environment, so connect to that environment.
62
62
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
+
63
77
## PARAMETERS
64
78
65
79
### -AadAccessToken
You can’t perform that action at this time.
0 commit comments