Skip to content

Commit 384ac00

Browse files
authored
Merge branch 'master' into patch-229
2 parents 814b169 + e54241f commit 384ac00

File tree

1 file changed

+2
-74
lines changed

1 file changed

+2
-74
lines changed

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

Lines changed: 2 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ Creates a persistent connection to Microsoft Skype for Business Online DataCente
1818

1919
### Credential (Default)
2020
```
21-
New-CsOnlineSession [[-Credential] <PSCredential>] [-OverrideAdminDomain <String>]
22-
[-OverrideDiscoveryUri <Uri>] [-OverridePowerShellUri <Uri>] [-OverrideAccessTokenResourceUri <Uri>]
23-
[-SessionOption <PSSessionOption>] [<CommonParameters>] [-TeamsEnvironmentName <String>]
24-
```
25-
26-
### OAuthAccessToken
27-
```
28-
New-CsOnlineSession [-OAuthAccessToken <SecureString>] [-OverrideAdminDomain <String>]
29-
[-OverrideDiscoveryUri <Uri>] [-OverridePowerShellUri <Uri>] [-OverrideAccessTokenResourceUri <Uri>]
30-
[-SessionOption <PSSessionOption>] [<CommonParameters>] [-TeamsEnvironmentName <String>]
21+
New-CsOnlineSession [[-Credential] <PSCredential>] [-OverrideAdminDomain <String>] [-OverridePowerShellUri <Uri>] [-TeamsEnvironmentName <String>] [-SessionOption <PSSessionOption>] [<CommonParameters>]
3122
```
3223

3324
## DESCRIPTION
@@ -62,22 +53,6 @@ Establishes a Skype for Business Online Remote PowerShell session using multi-fa
6253

6354
## PARAMETERS
6455

65-
### -UserName
66-
Specifies the Skype for Business Online administrator account name to be used when prompting for credentials.
67-
Please Note: UserName has been deprecated and is not available in the Teams Powershell module. Please use the Credential parameter to provide username and password.
68-
69-
```yaml
70-
Type: String
71-
Parameter Sets: UserName
72-
Aliases:
73-
74-
Required: False
75-
Position: 1
76-
Default value: None
77-
Accept pipeline input: False
78-
Accept wildcard characters: False
79-
```
80-
8156
### -Credential
8257
Specifies a Skype for Business Online administrator, or Syndicated Partner administrator account.
8358

@@ -97,23 +72,8 @@ Accept pipeline input: False
9772
Accept wildcard characters: False
9873
```
9974
100-
### -OAuthAccessToken
101-
Specifies an access token already acquired by the Skype for Business Online administrator, or Syndicated Partner administrator.
102-
103-
```yaml
104-
Type: SecureString
105-
Parameter Sets: OAuthAccessToken
106-
Aliases:
107-
108-
Required: False
109-
Position: Named
110-
Default value: None
111-
Accept pipeline input: False
112-
Accept wildcard characters: False
113-
```
114-
11575
### -OverrideAdminDomain
116-
Specifies the domain of the tenant to be managed. This is used when the administrator has permissions to manage more than one tenant. For example, Syndicated Partner administrators commonly manage several tenants.
76+
Specifies the domain of the tenant to be managed. This is used when the administrator has permissions to manage more than one tenant. For example, Syndicated Partner administrators commonly manage several tenants.
11777
11878
```yaml
11979
Type: String
@@ -127,22 +87,6 @@ Accept pipeline input: False
12787
Accept wildcard characters: False
12888
```
12989
130-
### -OverrideDiscoveryUri
131-
Specifies Skype for Business Auto Discovery URI.
132-
Optional.
133-
134-
```yaml
135-
Type: Uri
136-
Parameter Sets: (All)
137-
Aliases:
138-
139-
Required: False
140-
Position: Named
141-
Default value: None
142-
Accept pipeline input: False
143-
Accept wildcard characters: False
144-
```
145-
14690
### -OverridePowerShellUri
14791
Specifies Skype for Business Remote Powershell URI.
14892
Optional.
@@ -159,22 +103,6 @@ Accept pipeline input: False
159103
Accept wildcard characters: False
160104
```
161105
162-
### -OverrideAccessTokenResourceUri
163-
Specifies Skype for Business Remote Powershell Authorization Token URI.
164-
Optional.
165-
166-
```yaml
167-
Type: Uri
168-
Parameter Sets: (All)
169-
Aliases:
170-
171-
Required: False
172-
Position: Named
173-
Default value: None
174-
Accept pipeline input: False
175-
Accept wildcard characters: False
176-
```
177-
178106
### -TeamsEnvironmentName
179107
Use this setting if your organization is in one of the Teams Government Cloud environments.
180108

0 commit comments

Comments
 (0)