You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Establishes a Skype for Business Online Remote PowerShell session, with a Skype for Business Online administrator account that has permission to manage the tenant fabrikam.onmicrosoft.com that was specified using the optional OverrideAdminDomain parameter.
@@ -69,6 +64,8 @@ Establishes a Skype for Business Online Remote PowerShell session using multi-fa
69
64
70
65
### -UserName
71
66
Specifies the Skype for Business Online administrator account name to be used when prompting for credentials.
67
+
> [!WARNING]
68
+
> UserName has been deprecated and is not avaiable in Teams Powershell module. Please use Credential parameter to provide username and password.
72
69
73
70
```yaml
74
71
Type: String
@@ -179,6 +176,20 @@ Accept pipeline input: False
179
176
Accept wildcard characters: False
180
177
```
181
178
179
+
### -TeamsEnvironmentName
180
+
Use this setting if your organization is in one of the Teams Government Cloud environments.
181
+
182
+
Specify "TeamsGCCH" if your organization is in the GCC High Environment. Specify "TeamsDOD" if your organization is in the DoD Environment.
183
+
184
+
```yaml
185
+
Type: String
186
+
Required: False
187
+
Position: Named
188
+
Default value: None
189
+
Accept pipeline input: False
190
+
Accept wildcard characters: False
191
+
```
192
+
182
193
### -SessionOption
183
194
Sets advanced options for the session.
184
195
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