- Answers: F, A, B
Enable-AadrmSuperUserFeature enables the Super User Feature and you can add a user with Add-AadrmSuperUser. The completed PowerShell code would look like this:
Enable-AadrmSuperUserFeature
Add-AadrmSuperUser -EmailAddress "marlon.jackson@contoso.com"
More information: https://docs.microsoft.com/en-us/azure/information-protection/configure-super-users.
- Answer: A
You cannot move data once Microsoft Defender ATP has been configured. You need to offboard the devices and onboard them again.
More information: https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/data-storage-privacy.
- Answer: D
Mail flow rules in the Exchange admin center allow you to check email subject lines (and message bodies) for specific words or phrases. Then, you can apply a number of actions, including encryption. With AIP, you can...