Book Image

Microsoft 365 Security Administration: MS-500 Exam Guide

By : Peter Rising
Book Image

Microsoft 365 Security Administration: MS-500 Exam Guide

By: Peter Rising

Overview of this book

The Microsoft 365 Security Administration (MS-500) exam is designed to measure your ability to perform technical tasks such as managing, implementing, and monitoring security and compliance solutions for Microsoft 365 environments. This book starts by showing you how to configure and administer identity and access within Microsoft 365. You will learn about hybrid identity, authentication methods, and conditional access policies with Microsoft Intune. Next, the book shows you how RBAC and Azure AD Identity Protection can be used to help you detect risks and secure information in your organization. You will also explore concepts, such as Advanced Threat Protection, Windows Defender ATP, and Threat Intelligence. As you progress, you will learn about additional tools and techniques to configure and manage Microsoft 365, including Azure Information Protection, Data Loss Prevention, and Cloud App Discovery and Security. The book also ensures you are well prepared to take the exam by giving you the opportunity to work through a mock paper, topic summaries, illustrations that briefly review key points, and real-world scenarios. By the end of this Microsoft 365 book, you will be able to apply your skills in the real world, while also being well prepared to achieve Microsoft certification.
Table of Contents (29 chapters)
1
Section 1: Configuring and Administering Identity and Access in Microsoft 365
7
Section 2: Implementing and Managing Threat Protection
13
Section 3: Information Protection in Microsoft 365
18
Section 4: Data Governance and Compliance in Microsoft 365
24
Section 5: Mock Exam and Assessment
25
Chapter 20: Mock Exam
26
Chapter 21: Mock Exam Answers

Questions

  1. Which of the following is not one of the identity methods available with Azure AD?

    a. Pass-through authentication

    b. Federation

    c. MFA

    d. Password hash sync

  2. Which of the following tools could you use to assess your organization's readiness to synchronize their active directory to Azure AD?

    a. The Remote Connectivity Analyzer tool

    b. The IdFix tool

    c. The OffCAT tool

    d. Synchronization Service Manager

  3. True or false – with password hash synchronization, users will always authenticate to on-premises AD when logging onto Azure AD.

    a. True

    b. False

  4. Which of the following Microsoft 365 licenses allow users to use SSPR (choose two)?

    a. Azure AD Premium P2

    b. Intune

    c. Azure Information Protection P1

    d. Azure AD Premium P1

  5. Which of the following PowerShell commands could you use to run a full Azure AD Connect sync manually?

    a. Start-ADSyncSyncCycle -PolicyType Initial

    b. Start-ADSyncSyncCycle -PolicyType Delta

    c. Start-ADSyncSyncCycle -PolicyType Full

    d. Start-ADSyncSyncCycle...