Skip to content

Commit 33318aa

Browse files
authored
Update documentation for Get-SensitiveInformationScanRule
Clarified example description and parameter explanations.
1 parent e08003b commit 33318aa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

exchange/exchange-ps/ExchangePowerShell/Get-SensitiveInformationScanRule.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3535
Get-SensitiveInformationScanRule -Identity "HR Department Scan Rule"
3636
```
3737

38-
This example returns details of scan rule such as classifiers selected, file extensions in scope etc.
38+
This example returns details of the specified scan rule. For example, classifiers selected and file extensions in scope.
3939

4040
## PARAMETERS
4141

@@ -65,7 +65,13 @@ Accept wildcard characters: False
6565
6666
> Applicable: Security & Compliance
6767
68-
This parameter specifies the On-demand classification scan for which this rule is created.
68+
The Policy parameter specifies the On-demand classification scan for which this rule is created.
69+
70+
You can use any value that uniquely identifies the On-demand classification scan. For example:
71+
72+
- Name
73+
- Distinguished name (DN)
74+
- GUID
6975
7076
```yaml
7177
Type: PolicyIdParameter

0 commit comments

Comments
 (0)