Skip to content

Commit 463931f

Browse files
authored
Merge pull request #7503 from MicrosoftDocs/markjjo-working
Updated *Exclusion parameters in New- and Set-ComplianceSearch cmdlets
2 parents dbfd2af + a61b162 commit 463931f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

exchange/exchange-ps/exchange/New-ComplianceSearch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,8 @@ Accept wildcard characters: False
222222
```
223223

224224
### -ExchangeLocationExclusion
225+
This parameter is available or functional only in on-premises Exchange.
226+
225227
This parameter specifies the mailboxes to exclude when you use the value All for the ExchangeLocation parameter. Valid values are:
226228

227229
- A mailbox
@@ -410,9 +412,7 @@ Accept wildcard characters: False
410412
### -SharePointLocationExclusion
411413
This parameter is available only in the cloud-based service.
412414

413-
This parameter specifies the SharePoint Online sites to exclude when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.
414-
415-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
415+
This parameter is reserved for internal Microsoft use.
416416

417417
```yaml
418418
Type: String[]

exchange/exchange-ps/exchange/Set-ComplianceSearch.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ Accept wildcard characters: False
130130
```
131131
132132
### -AddExchangeLocationExclusion
133+
This parameter is available or functional only in on-premises Exchange.
134+
133135
This parameter specifies the mailboxes to add to the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are:
134136
135137
- A regular user mailbox. Including other types of mailboxes (for example, inactive mailboxes or Microsoft 365 guest users) is controlled by the AllowNotFoundExchangeLocationsEnabled parameter.
@@ -173,9 +175,7 @@ Accept wildcard characters: False
173175
### -AddSharePointLocationExclusion
174176
This parameter is available only in the cloud-based service.
175177

176-
This parameter specifies the SharePoint Online sites to add to the list of excluded sites when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.
177-
178-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
178+
This parameter is reserved for internal Microsoft use.
179179

180180
```yaml
181181
Type: String[]
@@ -294,6 +294,8 @@ Accept wildcard characters: False
294294
```
295295

296296
### -ExchangeLocationExclusion
297+
This parameter is available or functional only in on-premises Exchange.
298+
297299
This parameter specifies the mailboxes to exclude when you use the value All for the ExchangeLocation parameter. Valid values are:
298300

299301
- A regular user mailbox. Including other types of mailboxes (for example, inactive mailboxes or Microsoft 365 guest users) is controlled by the AllowNotFoundExchangeLocationsEnabled parameter.
@@ -481,6 +483,8 @@ Accept wildcard characters: False
481483
```
482484

483485
### -RemoveExchangeLocationExclusion
486+
This parameter is available or functional only in on-premises Exchange.
487+
484488
This parameter specifies the mailboxes to remove from the list of excluded mailboxes when you use the value All for the ExchangeLocation parameter. Valid values are:
485489

486490
- A mailbox
@@ -542,9 +546,7 @@ Accept wildcard characters: False
542546
### -RemoveSharePointLocationExclusion
543547
This parameter is available only in the cloud-based service.
544548

545-
This parameter specifies the SharePoint Online sites to remove from the list of excluded sites when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.
546-
547-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
549+
This parameter is reserved for internal Microsoft use.
548550

549551
```yaml
550552
Type: String[]
@@ -582,9 +584,7 @@ Accept wildcard characters: False
582584
### -SharePointLocationExclusion
583585
This parameter is available only in the cloud-based service.
584586

585-
This parameter specifies the SharePoint Online sites to exclude when you use the value All for the SharePointLocation parameter. You identify the site by its URL value.
586-
587-
You can enter multiple values separated by commas. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"Value1","Value2",..."ValueN"`.
587+
This parameter is reserved for internal Microsoft use.
588588

589589
```yaml
590590
Type: String[]

0 commit comments

Comments
 (0)