Skip to content

Commit 863744d

Browse files
committed
Update Set-CsWebServiceConfiguration.md
1 parent f9ba890 commit 863744d

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

skype/skype-ps/skype/Set-CsWebServiceConfiguration.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This cmdlet was introduced in Lync Server 2010.
1414

1515
## SYNTAX
1616

17-
### Identity
17+
### Identity (Default)
1818
```
1919
Set-CsWebServiceConfiguration [[-Identity] <XdsIdentity>] [-AllowAnonymousAccessToLWAConference <Boolean>]
2020
[-CASigningKeyLength <UInt64>] [-DefaultValidityPeriodHours <UInt64>] [-EnableCertChainDownload <Boolean>]
@@ -29,6 +29,7 @@ Set-CsWebServiceConfiguration [[-Identity] <XdsIdentity>] [-AllowAnonymousAccess
2929
[-CrossDomainAuthorizationList <PSListModifier>] [-EnableMediaBasicAuth <Boolean>]
3030
[-EnableStatisticsInResponse <Boolean>] [-HstsMaxAgeInSeconds <Int64>]
3131
[-MobilePreferredAuthType <MobilePreferredAuthType>] [-UseDomainAuthInLWA <Boolean>]
32+
[-OverrideAuthTypeForInternalClients <String>] [-OverrideAuthTypeForExternalClients <String>]
3233
[-UseWebClientLegacyUI <Boolean>] [<CommonParameters>]
3334
```
3435

@@ -47,6 +48,7 @@ Set-CsWebServiceConfiguration [-Instance <PSObject>] [-AllowAnonymousAccessToLWA
4748
[-CrossDomainAuthorizationList <PSListModifier>] [-EnableMediaBasicAuth <Boolean>]
4849
[-EnableStatisticsInResponse <Boolean>] [-HstsMaxAgeInSeconds <Int64>]
4950
[-MobilePreferredAuthType <MobilePreferredAuthType>] [-UseDomainAuthInLWA <Boolean>]
51+
[-OverrideAuthTypeForInternalClients <String>] [-OverrideAuthTypeForExternalClients <String>]
5052
[-UseWebClientLegacyUI <Boolean>] [<CommonParameters>]
5153
```
5254

@@ -822,6 +824,38 @@ Accept pipeline input: False
822824
Accept wildcard characters: False
823825
```
824826

827+
### -OverrideAuthTypeForExternalClients
828+
The proper way to access the functionality that this parameter provide is to use the Get/Set-CsAuthConfig cmdlet. For more information, please go to
829+
https://docs.microsoft.com/en-us/powershell/module/skype/set-csauthconfig?view=skype-ps.
830+
831+
```yaml
832+
Type: String
833+
Parameter Sets: (All)
834+
Aliases:
835+
836+
Required: False
837+
Position: Named
838+
Default value: None
839+
Accept pipeline input: False
840+
Accept wildcard characters: False
841+
```
842+
843+
### -OverrideAuthTypeForInternalClients
844+
The proper way to access the functionality that this parameter provide is to use the Get/Set-CsAuthConfig cmdlet. For more information, please go to
845+
https://docs.microsoft.com/en-us/powershell/module/skype/set-csauthconfig?view=skype-ps.
846+
847+
```yaml
848+
Type: String
849+
Parameter Sets: (All)
850+
Aliases:
851+
852+
Required: False
853+
Position: Named
854+
Default value: None
855+
Accept pipeline input: False
856+
Accept wildcard characters: False
857+
```
858+
825859
### CommonParameters
826860
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
827861

0 commit comments

Comments
 (0)