Skip to content

Commit 56baed8

Browse files
authored
Merge pull request #13128 from aamalhot/patch-25
Enhance documentation for Get-SensitiveInformationScanRule
2 parents ba2d68d + 33318aa commit 56baed8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ To use this cmdlet in Security & Compliance PowerShell, you need to be assigned
3232

3333
### Example 1
3434
```powershell
35-
{{ Add example code here }}
35+
Get-SensitiveInformationScanRule -Identity "HR Department Scan Rule"
3636
```
3737

38-
{{ Add example description here }}
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-
{{ Fill Policy Description }}
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)