Skip to content

Commit 25a868c

Browse files
authored
Merge pull request #12794 from aamalhot/patch-16
Update New-SensitiveInformationScan.md
2 parents 750ed09 + 29eeb82 commit 25a868c

File tree

1 file changed

+16
-61
lines changed

1 file changed

+16
-61
lines changed

exchange/exchange-ps/exchange/New-SensitiveInformationScan.md

Lines changed: 16 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.reviewer:
1414
## SYNOPSIS
1515
This cmdlet is available only in Security & Compliance PowerShell. For more information, see [Security & Compliance PowerShell](https://learn.microsoft.com/powershell/exchange/scc-powershell).
1616

17-
Use the New-SensitiveInformationScan cmdlet to create sensitive information scans.
17+
Use the New-SensitiveInformationScan cmdlet to create new on-demand classification scans. Learn more about on-demand classifications at [On-demand classification](https://learn.microsoft.com/purview/on-demand-classification).
1818

1919
For information about the parameter sets in the Syntax section below, see [Exchange cmdlet syntax](https://learn.microsoft.com/powershell/exchange/exchange-cmdlet-syntax).
2020

@@ -114,11 +114,11 @@ Accept wildcard characters: False
114114
### -EndpointDlpLocation
115115
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Microsoft Entra ID.
116116

117-
The EndpointDLPLocation parameter specifies the user accounts to include in scan for Endpoint DLP when they are logged on to an onboarded device. You identify the account by name or email address. You can use the value All to include all user accounts.
117+
The EndpointDLPLocation parameter specifies the user accounts to include in scan for devices. You identify the account by name or email address. You can use the value All to include all user accounts.
118118

119119
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
120120

121-
For more information about Endpoint DLP, see [Learn about Endpoint data loss prevention](https://learn.microsoft.com/purview/endpoint-dlp-learn-about).
121+
For more information about onboarding devices to Purview, see [Learn about device onboarding](https://learn.microsoft.com/purview/endpoint-dlp-getting-started)).
122122

123123
```yaml
124124
Type: MultiValuedProperty
@@ -136,11 +136,11 @@ Accept wildcard characters: False
136136
### -EndpointDlpLocationException
137137
**Note**: This parameter requires membership in the Compliance Administrator or Compliance Data Administrator roles in Microsoft Entra ID.
138138

139-
The EndpointDlpLocationException parameter specifies the user accounts to exclude from Endpoint DLP when you use the value All for the EndpointDlpLocation parameter. You identify the account by name or email address.
139+
The EndpointDlpLocationException parameter specifies the user accounts to exclude in an on-demand classification scan for devices. You identify the account by name or email address.
140140

141141
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
142142

143-
For more information about Endpoint DLP, see [Learn about Endpoint data loss prevention](https://learn.microsoft.com/purview/endpoint-dlp-learn-about).
143+
For more information about onboarding devices to Purview, see [Learn about device onboarding](https://learn.microsoft.com/purview/endpoint-dlp-getting-started)).
144144

145145
```yaml
146146
Type: MultiValuedProperty
@@ -202,17 +202,7 @@ Accept wildcard characters: False
202202
```
203203

204204
### -ExchangeLocation
205-
The ExchangeLocation parameter specifies whether to include email messages in the scan. The valid value for this parameter is All. If you don't want to include email messages in the scan, don't use this parameter (the default value is blank or $null).
206-
207-
You can use this parameter in the following procedures:
208-
209-
- If you use `-ExchangeLocation All` by itself, the scan applies to email for all users.
210-
211-
- To include email of specific group members in the scan, use `-ExchangeLocation All` with the ExchangeSenderMemberOf parameter in the same command. Only email of members of the specified groups is included in the scan.
212-
213-
- To exclude email of specific group members from the scan, use `-ExchangeLocation All` with the ExchangeSenderMemberOfException parameter in the same command. Only email of members of the specified groups is excluded from the scan.
214-
215-
You can't specify inclusions and exclusions in the same scan.
205+
This parameter is reserved for internal Microsoft use.
216206

217207
```yaml
218208
Type: MultiValuedProperty
@@ -228,13 +218,7 @@ Accept wildcard characters: False
228218
```
229219

230220
### -ExchangeSender
231-
The ExchangeSender parameter specifies the users whose email is included in the scan. You identify the users by email address. You can specify internal or external email addresses.
232-
233-
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
234-
235-
You must use this parameter with the ExchangeLocation parameter.
236-
237-
You can't use this parameter with the ExchangeSenderException or ExchangeSenderMemberOfException parameters.
221+
This parameter is reserved for internal Microsoft use.
238222

239223
```yaml
240224
Type: SmtpAddress[]
@@ -250,13 +234,7 @@ Accept wildcard characters: False
250234
```
251235

252236
### -ExchangeSenderException
253-
The ExchangeSenderException parameter specifies the internal users whose email is excluded from the scan. You identify the users by email address.
254-
255-
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
256-
257-
You must use this parameter with the ExchangeLocation parameter.
258-
259-
You can't use this parameter with the ExchangeSender or ExchangeSenderMemberOf parameters.
237+
This parameter is reserved for internal Microsoft use.
260238

261239
```yaml
262240
Type: SmtpAddress[]
@@ -272,15 +250,7 @@ Accept wildcard characters: False
272250
```
273251

274252
### -ExchangeSenderMemberOf
275-
The ExchangeSenderMemberOf parameter specifies the distribution groups or security groups to include in the scan (email of the group members is included in the scan). You identify the groups by email address.
276-
277-
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
278-
279-
You must use this parameter with the ExchangeLocation parameter.
280-
281-
You can't use this parameter with the ExchangeSenderMemberOfException parameter.
282-
283-
You can't use this parameter to specify Microsoft 365 Groups.
253+
This parameter is reserved for internal Microsoft use.
284254

285255
```yaml
286256
Type: RecipientIdParameter[]
@@ -296,20 +266,13 @@ Accept wildcard characters: False
296266
```
297267

298268
### -ExchangeSenderMemberOfException
299-
The ExchangeSenderMemberOfException parameter specifies the distribution groups or security groups to exclude from the scan (email of the group members is excluded from the scan). You identify the groups by email address.
300-
301-
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
302-
303-
You must use this parameter with the ExchangeLocation parameter.
304-
305-
You can't use this parameter with the ExchangeSender or ExchangeSenderMemberOf parameters.
306-
307-
You can't use this parameter to specify Microsoft 365 Groups.
269+
This parameter is reserved for internal Microsoft use.
308270

309271
```yaml
310272
Type: RecipientIdParameter[]
311273
Parameter Sets: (All)
312274
Aliases:
275+
Applicable: Security & Compliance
313276
314277
Required: False
315278
Position: Named
@@ -319,9 +282,7 @@ Accept wildcard characters: False
319282
```
320283

321284
### -OneDriveLocation
322-
The OneDriveLocation parameter specifies the OneDrive sites to include in the scan. You identify the site by its URL value, or you can use the value All to include all sites.
323-
324-
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"`.
285+
This parameter is reserved for internal Microsoft use.
325286

326287
```yaml
327288
Type: MultiValuedProperty
@@ -401,9 +362,7 @@ Accept wildcard characters: False
401362
```
402363

403364
### -PolicyRBACScopes
404-
The PolicyRBACScopes parameter specifies the administrative units to assign to the scan. A valid value is the Microsoft Entra ObjectID (GUID value) of the administrative unit. You can specify multiple values separated by commas.
405-
406-
Administrative units are available only in Microsoft Entra ID P1 or P2. You create and manage administrative units in Microsoft Graph PowerShell.
365+
This parameter is reserved for internal Microsoft use.
407366

408367
```yaml
409368
Type: MultiValuedProperty
@@ -459,9 +418,7 @@ Accept wildcard characters: False
459418
```
460419

461420
### -TeamsLocation
462-
The TeamsLocation parameter specifies the Teams chat and channel messages to include in the scan. You identify the entries by the email address or name of the account, distribution group, or mail-enabled security group. You can use the value All to include all accounts, distribution groups, and mail-enabled security groups.
463-
464-
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
421+
This parameter is reserved for internal Microsoft use.
465422

466423
```yaml
467424
Type: MultiValuedProperty
@@ -477,9 +434,7 @@ Accept wildcard characters: False
477434
```
478435

479436
### -TeamsLocationException
480-
The TeamsLocation parameter specifies the Teams chat and channel messages to exclude from the DLP policy when you use the value All for the TeamsLocation parameter. You identify the entries by the email address or name of the account, distribution group, or mail-enabled security group.
481-
482-
To enter multiple values, use the following syntax: `<value1>,<value2>,...<valueX>`. If the values contain spaces or otherwise require quotation marks, use the following syntax: `"<value1>","<value2>",..."<valueX>"`.
437+
This parameter is reserved for internal Microsoft use.
483438

484439
```yaml
485440
Type: MultiValuedProperty
@@ -501,7 +456,7 @@ The WhatIf switch doesn't work in Security & Compliance PowerShell.
501456
Type: SwitchParameter
502457
Parameter Sets: (All)
503458
Aliases: wi
504-
Applicable:
459+
Applicable: Security & Compliance
505460
506461
Required: False
507462
Position: Named

0 commit comments

Comments
 (0)