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

Implementing Microsoft Exchange Online archiving policies

Administrators can utilize the Exchange Admin Center and Exchange Online PowerShell module to enable an archive mailbox for users in addition to their existing user mailbox. The following exercise will enable an archive mailbox for a standard user utilizing both admin locations:

  1. Browse to the Exchange Admin Center and sign in with an account that has Exchange administrator permissions.
  2. Choose recipients and click on the user mailbox you want to enable.
  3. On the right-hand side of the window, under In-Place Archive, click on Enable:

Figure 11.16 – Enable archive mailbox

The same task can be completed by using the following cmdlet in the Exchange Online PowerShell module:

Enable-Mailbox -Identity <username> -Archive

In this example, <username> is the FQDN of the user's Microsoft 365 account.

Once archiving is enabled on a mailbox, you can then create policies...