Chapter 4
Working with Active Directory
IN THIS CHAPTER
Learning Active Directory basics
Configuring Active Directory objects in Windows Server 2022
Most system administrators have worked with or will at some point in their careers work with Active Directory. Most become familiar with Active Directory Users and Computers, because they use it in their daily work. But that’s such a small part of what Active Directory contains.
In this chapter, I fill you in on what Active Directory is, what it does, and what the different components in Active Directory are.
Active Directory 101
Active Directory is a directory service. It’s used to store user accounts, computer accounts, group policies, and all kinds of records.
An Active Directory forest is the top level in the hierarchy. Each forest serves as a security boundary and is created by default with a root domain. Other domains can be created within the forest, though they must share the same namespace as the forest (this namespace matches the underlying DNS zones). For instance, if your forest’s namespace is sometestorg.com
, the domains in that forest can be things like hr.sometestorg.com
or accounting.sometestorg.com
.
Domains are the next tier down from forests in the Active Directory hierarchy. Active Directory domains are a collection ...
Get Windows Server 2022 & Powershell All-in-One For Dummies now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.