GitBit
First lessonBlog
Sign Up

Question 1 of 9

Next Question

Your organization has a Microsoft 365 tenant.

You need to include a sensitive information type in Data Subject Request cases.

Which four actions should you perform in sequence?

Optional answers

Export the current rules as an XML file

Connect to the Security & Compliance admin center using PowerShell

Modify the file

Upload the file

Correct answers

1. Connect to the Security & Compliance admin center using PowerShell. The command is "Connect-IPPSSession"

2. Export the current rules as an XML file. The command is "Get-DlpSensitiveInformationTypeRulePackage | Export-Clixml .\\rules.xml"

3. Modify the file making the changes you desire

4. Upload the file. The command is "New-DlpSensitiveInformationTypeRulePackage -FileData ([System.IO.File]::ReadAllBytes('PathToXml.xml'))"

https://www.gitbit.org/course/ms-500/learn/Preventing-accidental-and-malicious-data-loss-with-DLP-policies-IsPGsme8w

https://docs.microsoft.com/en-us/microsoft-365/compliance/customize-a-built-in-sensitive-information-type?view=o365-worldwide

Did you like the site?