Skip to content

Commit a64a680

Browse files
committed
Merge branch 'master' into chrisda
2 parents ef3fa6e + 07415db commit a64a680

File tree

2 files changed

+36
-2
lines changed

2 files changed

+36
-2
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Get-SPOHideDefaultThemes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Note that this cmdlet was named **Get-HideDefaultThemes** until the December 201
2222
### Example 1
2323

2424
```
25-
Get-SPOHideDefaultThemes $false
25+
Get-SPOHideDefaultThemes
2626
```
2727

2828

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)