Skip to content

Commit 01a3cd8

Browse files
authored
Merge branch 'master' into patch-12
2 parents 6823e71 + c77f37d commit 01a3cd8

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

exchange/exchange-ps/exchange/Set-ClientAccessServer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ The AutoDiscoverSiteScope parameter specifies the Active Directory site that the
148148

149149
To see the available Active Directory sites, use the Get-ADSite cmdlet.
150150

151-
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
152-
153-
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
151+
To specify multiple values, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
154152

155153
```yaml
156154
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-ClientAccessService.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,7 @@ The AutoDiscoverSiteScope parameter specifies the Active Directory site that the
134134

135135
To see the available Active Directory sites, use the Get-ADSite cmdlet.
136136

137-
To enter multiple values and overwrite any existing entries, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
138-
139-
To add or remove one or more values without affecting any existing entries, use the following syntax: `@{Add="Value1","Value2"...; Remove="Value3","Value4"...}`.
137+
To specify multiple values, use the following syntax: `Value1,Value2,...ValueN`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
140138

141139
```yaml
142140
Type: MultiValuedProperty

exchange/exchange-ps/exchange/Set-OrganizationConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ The ActivityBasedAuthenticationTimeoutEnabled parameter enables or disables the
445445
- $true: The ActivityBasedAuthenticationTimeoutInterval parameter specifies the period of inactivity that causes logoff in Outlook on the web. This is the default value.
446446
- $false: Automatic logoff based on a period of inactivity in Outlook on the web is disabled.
447447
448-
If you're using single sign-on, use the ActivityBasedAuthenticationTimeoutInterval parameter.
448+
If you're using single sign-on, use the ActivityBasedAuthenticationTimeoutWithSingleSignOnEnabled parameter.
449449
450450
```yaml
451451
Type: Boolean

0 commit comments

Comments
 (0)