Book Image

Microsoft Information Protection Administrator SC-400 Certification Guide

By : Shabaz Darr, Viktor Hedberg
2 (1)
Book Image

Microsoft Information Protection Administrator SC-400 Certification Guide

2 (1)
By: Shabaz Darr, Viktor Hedberg

Overview of this book

Cloud technologies have massively increased the amount of data being produced and the places in which this data is stored. Without proper planning and discipline in configuring information protection for your data, you may be compromising information and regulatory compliance. Microsoft Information Protection Administrator SC-400 Certification Guide begins with an overview of the SC-400 exam, and then enables you to envision, implement, and administer the Information Protection suite offered by Microsoft. The book also provides you with hands-on labs, along with the theory of creating policies and rules for content classification, data loss prevention, governance, and protection. Toward the end, you'll be able to take mock tests to help you prepare effectively for the exam. By the end of this Microsoft book, you'll have covered everything needed to pass the SC-400 certification exam, and have a handy, on-the-job desktop reference guide.
Table of Contents (19 chapters)
1
Section 1: Exam Overview and Introduction to Information Protection
4
Section 2: Implementing Information Protection
9
Section 3: Implementing Data Loss Prevention
13
Section 4: Implementing Information Governance

Defining requirements for implementing Office 365 Advanced Message Encryption

After deciding how to manage encryption in your Microsoft 365 tenant, it is time to start looking at how to use these encryption settings in other services, such as Exchange Online.

Before implementing Office 365 Advanced Message Encryption (OME), you will need to do a quick check to see that the information rights management features in your tenant are working as expected. To perform this verification, follow the outlined steps shown next:

  1. You need to have Exchange Service Administrator permissions or higher to configure tenant-wide settings.
  2. Install the Exchange Online PowerShell module, ExchangeOnlineManagement, by starting your PowerShell prompt as an administrator and entering the following text: cmdlet: Install-Module -Name ExchangeOnlineManagement.
  3. Connect to Exchange Online using the cmdlet command: Connect-ExchangeOnline -UserPrincipalName <[email protected]>.
  4. Use the following...