Skip to content

Commit c82ec3a

Browse files
authored
Update New-DlpSensitiveInformationTypeRulePackage.md
Wrong cmdlet name in example
1 parent 8df8044 commit c82ec3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exchange/exchange-ps/exchange/policy-and-compliance-dlp/New-DlpSensitiveInformationTypeRulePackage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ You need to be assigned permissions in the Office 365 Security & Compliance Cent
3030

3131
### -------------------------- Example 1 --------------------------
3232
```
33-
New-ClassificationRuleCollection -FileData ([Byte[]]$(Get-Content -Path "C:\My Documents\External Sensitive Info Type Rule Collection.xml" -Encoding Byte -ReadCount 0))
33+
34+
New-DlpSensitiveInformationTypeRulePackage -FileData ([Byte[]]$(Get-Content -Path "C:\My Documents\External Sensitive Info Type Rule Collection.xml" -Encoding Byte -ReadCount 0))
3435
```
3536

3637
This example imports the sensitive information type rule package C:\\My Documents\\External Sensitive Info Type Rule Collection.xml.

0 commit comments

Comments
 (0)