Skip to content

Commit e08003b

Browse files
authored
Enhance documentation for Get-SensitiveInformationScanRule
Updated example code and descriptions for Get-SensitiveInformationScanRule.
1 parent d506f0f commit e08003b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 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 scan rule such as classifiers selected, file extensions in scope etc.
3939

4040
## PARAMETERS
4141

@@ -65,7 +65,7 @@ Accept wildcard characters: False
6565
6666
> Applicable: Security & Compliance
6767
68-
{{ Fill Policy Description }}
68+
This parameter specifies the On-demand classification scan for which this rule is created.
6969
7070
```yaml
7171
Type: PolicyIdParameter

0 commit comments

Comments
 (0)