
Understand how domain controllers authenticate users and computers, the global catalog, DNS and service records, and how read-only domain controllers and operations masters shape deployment.
Domain controllers store the Active Directory Services database and NTDS.dit, plus the SYSVOL folder, using multi-master replication to synchronize changes and support Kerberos authentication, the KDC, and ROTC.
Host and manage the Active Directory database (NTDS.dit) and authentication on domain controllers, using Kerberos and KDC, while supporting multi-master replication and SYSVOL-based Group Policy.
Store a partial, read-only copy of all objects in the forest as a global catalog, containing a subset of attributes for cross-domain searches across domain controllers.
Explore how the global catalog provides a partial, read-only copy of forest objects to speed cross-domain searches, while the partial attribute set in the schema controls replication.
Clients query DNS SRV records, like _ldap._tcp.adatum.com, to locate the nearest domain controller. Netlogon registers domain controller records in DNS at startup and re-registers them on restart.
Explore how srv records guide Active Directory domain services to locate domain controllers, optimize sign-in through site-aware dns lookups, and manage dns registration with Netlogon.
Examine the ad ds sign-in process: dns lookups locate a domain controller, authentication via lsa, and access tokens with sids and group memberships, plus tgt and service tickets for logon.
Learn how Active Directory uses DNS SRV records to locate domain controllers, how site definitions prioritize nearby controllers, and how Netlogon and ipconfig register DNS to support sign-in.
Learn how operations masters manage key domain controller roles, including schema master, domain naming master, read master, infrastructure master, and PDC emulator master, and how role moves prevent replication conflicts.
Test your understanding of FSMO operation master roles in Active Directory, including RID, infrastructure, schema, domain naming, and PDC emulator, plus time, forest, and inter-domain references.
Transfer FSMO roles between domain controllers in Active Directory to balance workloads, letting the target receive current data; seize roles only during failures when the original domain controller is unavailable.
Transferring FSMO roles is planned; seizing is a last resort. Use schema master via schema snap-in and infrastructure, RID, and PDC emulator via AD snap-ins; PowerShell uses force to seize.
Explore deploying domain controllers in Windows Server 2016/19, including cloning in virtual environments, Azure considerations with VM generation ID and rollback, and installation options from GUI or media.
Install and promote a domain controller via Server Manager and the Active Directory Domain Services configuration wizard, choosing forest or domain options, configuring functional levels, DNS, and global catalog settings.
Install a new forest by promoting the server to a domain controller using server manager, AD DS, and PowerShell, configuring forest and domain levels and a global catalog.
Install a domain controller on a server core installation by using remote server manager or Windows PowerShell to install the AD DS feature and run Install-ADDSDomainController.
Deploy a domain controller from media to minimize WAN use, by creating an AD DS snapshot with ntdsutil on a full DC and promoting from media at the remote site.
Clone domain controllers to rapidly deploy virtual machines with identical configurations using Hyper-V for provisioning in private clouds, customizing computer names and IP addresses for immediate operation and disaster recovery.
Demonstrates how to prepare a source domain controller for cloning, export via Hyper-V, and create a clone using Active Directory Administrative Center, PowerShell, and Hyper-V manager.
Demonstrates adding a new domain controller via GUI, installing AD DS and DNS, promoting it to an existing domain, and configuring replication and database locations.
Explore core PowerShell concepts, including pipelines, aliases, and navigation, using Get-ChildItem, Set-Location, and Get-Command. Master variables and tab completion to accelerate script building.
Install the Active Directory Domain Services role, use the HDD deployment module to prepare, test prerequisites, and promote a server to a new forest and domain with PowerShell.
Demonstrates the five fsmo roles—schema master, domain naming master, rid master, pdc emulator, and infrastructure master—and how to transfer or seize them on a single domain controller using PowerShell.
This course is aimed to IT Pros and is supposed to give the viewer the information they need to know to get started with Active Directory (AD DS) and its key concepts. The goal is to provide coverage of AD DS main concepts like AD DS components: domain controllers, global catalog, cloning domain controllers, operations masters (FSMO), and more...
The course is targeted to help learning Active Directory and do your job more efficiently.
After completing this course, you will be able to describe:
What is a domain controller?
What is a global catalog?
Give an overview of domain controller SRV records
AD DS sign-in process
What are operations masters?
Transfer and seize FSMO roles
Deploy a domain controller
Install a domain controller from Server Manager
Install a domain controller on a Server Core installation of Windows Server
Install a domain controller by installing from media
Clone domain controllers
Add Another domain controllers
Powershell Key Concepts
Install a domain controller and manage FSMO roles with Powershell