Skip to content

Commit 71f2707

Browse files
authored
Merge pull request #8474 from MicrosoftDocs/chrisda
Fixed AutoDiscoverSiteScope MVP description
2 parents c40b542 + 30dc5de commit 71f2707

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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

0 commit comments

Comments
 (0)