Skip to content

Commit 3a34cea

Browse files
authored
Update New-CsOnlineSession.md
Added TeamsEnvironment Name parameter
1 parent f654b1c commit 3a34cea

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

skype/skype-ps/skype/New-CsOnlineSession.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ Creates a persistent connection to Microsoft Skype for Business Online DataCente
2020
```
2121
New-CsOnlineSession [[-Credential] <PSCredential>] [-OverrideAdminDomain <String>]
2222
[-OverrideDiscoveryUri <Uri>] [-OverridePowerShellUri <Uri>] [-OverrideAccessTokenResourceUri <Uri>]
23-
[-SessionOption <PSSessionOption>] [<CommonParameters>]
23+
[-SessionOption <PSSessionOption>] [<CommonParameters>] [-TeamsEnvironmentName <String>]
2424
```
2525

2626
### OAuthAccessToken
2727
```
2828
New-CsOnlineSession [-OAuthAccessToken <SecureString>] [-OverrideAdminDomain <String>]
2929
[-OverrideDiscoveryUri <Uri>] [-OverridePowerShellUri <Uri>] [-OverrideAccessTokenResourceUri <Uri>]
30-
[-SessionOption <PSSessionOption>] [<CommonParameters>]
30+
[-SessionOption <PSSessionOption>] [<CommonParameters>] [-TeamsEnvironmentName <String>]
3131
```
3232

3333
## DESCRIPTION
@@ -159,6 +159,20 @@ Accept pipeline input: False
159159
Accept wildcard characters: False
160160
```
161161
162+
### -TeamsEnvironmentName
163+
Use this setting if your organization is in one of the Teams Government Cloud environments.
164+
165+
Specify "TeamsGCCH" if your organization is in the GCC High Environment. Specify "TeamsDOD" if your organization is in the DoD Environment.
166+
167+
```yaml
168+
Type: String
169+
Required: False
170+
Position: Named
171+
Default value: None
172+
Accept pipeline input: False
173+
Accept wildcard characters: False
174+
```
175+
162176
### -SessionOption
163177
Sets advanced options for the session.
164178
Enter a SessionOption object, such as one that you create by using the New-PSSessionOption cmdlet, or a hash table in which the keys are session option names and the values are session option values.

0 commit comments

Comments
 (0)