Book Image

Active Directory Administration Cookbook

By : Sander Berkouwer
Book Image

Active Directory Administration Cookbook

By: Sander Berkouwer

Overview of this book

Active Directory is an administration system for Windows administrators to automate network, security and access management tasks in the Windows infrastructure. This book starts off with a detailed focus on forests, domains, trusts, schemas and partitions. Next, you'll learn how to manage domain controllers, organizational units and the default containers. Going forward, you'll explore managing Active Directory sites as well as identifying and solving replication problems. The next set of chapters covers the different components of Active Directory and discusses the management of users, groups and computers. You'll also work through recipes that help you manage your Active Directory domains, manage user and group objects and computer accounts, expiring group memberships and group Managed Service Accounts (gMSAs) with PowerShell. You'll understand how to work with Group Policy and how to get the most out of it. The last set of chapters covers federation, security and monitoring. You will also learn about Azure Active Directory and how to integrate on-premises Active Directory with Azure AD. You'll discover how Azure AD Connect synchronization works, which will help you manage Azure AD. By the end of the book, you have learned about Active Directory and Azure AD in detail.
Table of Contents (16 chapters)

Configuring Azure AD Privileged Identity Management

This recipe shows how to get the most out of Azure AD Privileged Identity Management (PIM).

Getting ready

To complete this recipe, you'll need to sign into the Azure AD tenant with an account that has the Global administrator role assigned to it.

The PIM functionality requires Azure AD Premium P2 licenses, or Microsoft licenses that include the P2 license, such as EMS E5, EMS A5, Microsoft 365 E5, or Microsoft 365 Business Premium licenses.

People whose Azure AD accounts are assigned privileges roles in PIM, and are required to perform multi-factor authentication to unlock the role, should already have registered their multi-factor authentication methods.

Microsoft recommends...