@@ -14,7 +14,7 @@ This cmdlet was introduced in Lync Server 2010.
14
14
15
15
## SYNTAX
16
16
17
- ### Identity
17
+ ### Identity (Default)
18
18
```
19
19
Set-CsWebServiceConfiguration [[-Identity] <XdsIdentity>] [-AllowAnonymousAccessToLWAConference <Boolean>]
20
20
[-CASigningKeyLength <UInt64>] [-DefaultValidityPeriodHours <UInt64>] [-EnableCertChainDownload <Boolean>]
@@ -29,6 +29,7 @@ Set-CsWebServiceConfiguration [[-Identity] <XdsIdentity>] [-AllowAnonymousAccess
29
29
[-CrossDomainAuthorizationList <PSListModifier>] [-EnableMediaBasicAuth <Boolean>]
30
30
[-EnableStatisticsInResponse <Boolean>] [-HstsMaxAgeInSeconds <Int64>]
31
31
[-MobilePreferredAuthType <MobilePreferredAuthType>] [-UseDomainAuthInLWA <Boolean>]
32
+ [-OverrideAuthTypeForInternalClients <String>] [-OverrideAuthTypeForExternalClients <String>]
32
33
[-UseWebClientLegacyUI <Boolean>] [<CommonParameters>]
33
34
```
34
35
@@ -47,6 +48,7 @@ Set-CsWebServiceConfiguration [-Instance <PSObject>] [-AllowAnonymousAccessToLWA
47
48
[-CrossDomainAuthorizationList <PSListModifier>] [-EnableMediaBasicAuth <Boolean>]
48
49
[-EnableStatisticsInResponse <Boolean>] [-HstsMaxAgeInSeconds <Int64>]
49
50
[-MobilePreferredAuthType <MobilePreferredAuthType>] [-UseDomainAuthInLWA <Boolean>]
51
+ [-OverrideAuthTypeForInternalClients <String>] [-OverrideAuthTypeForExternalClients <String>]
50
52
[-UseWebClientLegacyUI <Boolean>] [<CommonParameters>]
51
53
```
52
54
@@ -822,6 +824,38 @@ Accept pipeline input: False
822
824
Accept wildcard characters: False
823
825
` ` `
824
826
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
+
825
859
# ## CommonParameters
826
860
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).
827
861
0 commit comments