WS-011 Windows Server 2019/2022 Administration
WS-011 Windows Server 2019/2022 Administration
Server 2019/2022
Administration
Module 02: Identity services
in Windows Server
Module overview
This module describes how to implement identity services in a Windows Server 2019 environment
Lessons:
o Overview of AD DS
o Deploying Windows Server domain controllers
o Overview of Azure AD
This lesson describes the core logical components and physical components that make up an AD DS
deployment
Topics:
o What is AD DS?
o AD DS objects
o AD DS forests and domains
o OUs
o AD DS schema
o Overview of AD DS replication
o AD DS sign-in process
User objects
Group objects
o Group types: Security and distribution
o Group scopes: Local, Domain-local, Global, and Universal
Computer objects
AD DS forests and domains
This lesson describes the purpose and functionalities of using domain controllers in a Windows Server
environment
Topics:
o What is a DC?
o What is the global catalog?
o What are operations masters?
o Install a DC
Domain controllers:
Are servers that host the AD DS database (Ntds.dit) and SYSVOL
Host the Kerberos authentication service and KDC services to perform authentication
Have best practices for:
o Availability:
• Use at least two domain controllers in a domain
o Security:
• Use an RODC or BitLocker
What is the global catalog?
In the multimaster replication model, some operations must be single master operations
Many terms are used for single master operations in AD DS, including:
o Operations master (or operations master role)
o Single master role
o FSMO
Transferring is:
o Planned
o Performed using the latest data
o Achieved through snap-ins, Windows PowerShell, or ntdsutil.exe
Seizing is:
o Unplanned and a last resort
o Performed with incomplete or out-of-date data
o Accomplished through Windows PowerShell or ntdsutil.exe
Deploy a DC in Azure IaaS
o IP addressing
o DNS
o Hard disk read/write caching
Lesson 3: Overview of Azure AD
Lesson 3 overview
This lesson describes how you can use Azure AD to provide authentication and authorization for cloud-
based services and apps
Topics:
o What is Azure AD?
o Azure AD versions
o Connect AD DS with Azure AD by using Azure AD Connect
o Benefits of integrating Azure AD with AD DS
What is Azure AD?
Azure AD versions
Free
Office 365 Apps
Premium P1
Premium P2
Connect AD DS with Azure AD by using Azure AD Connect
Benefits of integrating Azure AD with AD DS
This lesson describes how to manage a Windows Server environment by using the Group Policy
infrastructure
Topics:
• What are GPOs?
• Overview of GPO scope and inheritance
• What are domain-based GPOs?
• Default domain GPOs
• Demonstration: Create and configure a domain-based GPO
• Overview of GPO storage
• What are Starter GPOs?
• What are administrative templates?
• Overview of the Central Store
What are GPOs?
You can scope GPOs by using: GPOs are processed on a client computer in the
GPO links following order:
Security filters 1. Local GPOs
WMI filters
2. Site-level GPOs
3. Domain-level GPOs
Group Policy settings are presented as GPOs in AD DS user interface tools, but a GPO is actually two
components:
o The Group Policy container
o The Group Policy template
The Group Policy container and the Group Policy template both replicate between all domain
controllers in AD DS. However, these two items use different replication mechanisms:
o The Group Policy container in AD DS replicates by the Directory Replication Agent
o The Group Policy template in the SYSVOL replicates by using the Distributed File System
Replication
What are Starter GPOs?
A Starter GPO:
Stores administrative template settings on which new GPOs will be based
Can be exported to .cab files
Can be imported into other areas of an organization
What are administrative templates?
Overview of the Central Store
This lesson describes how to deploy and manage CAs to manage, distribute, and validate digital
certificates
Topics:
o What is AD CS?
o Options for implementing CA hierarchies
o Standalone vs. enterprise CAs
o Demonstration: Manage CAs
Users must provide identifying information and Publishes user certificates and CRLs to AD DS
specify the type of certificate
Does not support certificate templates Issues certificates based on a certificate template
All certificate requests are kept pending until Supports autoenrollment for issuing certificates
administrator approval
Demonstration:
Manage CAs
• Create a new template based on the Web
Server template
• Configure templates so that they can be
issued
What are certificate templates?
When using certificates for different purposes, it is important to consider who (or rather what) might
be expected to assess the digital certificate as a form of proof of identity
Generally, there are three types of certificate that you can use:
o Internal certificates from a private CA such as a server installed with the AD CS role
o External certificates from a public CA such as an organization on the internet
o A self-signed certificate
• You can create a self-signed certificate by using the New-SelfSignedCertificate cmdlet
Instructor-led labs:
Implementing
identity services
and Group Policy
Deploying a new domain controller on Server
Core
Configuring Group Policy
Deploying and using certificate services
Module-review questions
1. What are the two reasons to create organizational units (OUs) in a domain?
2. If the domain controller that holds the primary domain controller (PDC) Emulator operations master
role is going to be offline for an extended period, what should you do?
3. True or false? Azure AD is hierarchical.
4. If you have a new version of Microsoft Office to deploy in your on-premises environment, and you want
to configure settings with Group Policy Objects (GPOs), what would you do?
5. What is a certificate template?
Module-review answers (slide 1 of 2)
1. What are the two reasons to create organizational units (OUs) in a domain?
The first reason is because you want to group users and computers, perhaps by geography or
department. The second reason is that you might then want to delegate administration on the OU or
configure the objects in an OU by using Group Policy Objects (GPOs)
2. If the domain controller that holds the primary domain controller (PDC) Emulator operations master role
is going to be offline for an extended period, what should you do?
You should transfer the operations master role to another server in the same domain ahead of the
planned outage
3. True or false? Azure AD is hierarchical.
False. Azure AD has a flat structure.
Module-review answers (slide 2 of 2)
4. If you have a new version of Microsoft Office to deploy in your on-premises environment, and you want
to configure settings with Group Policy Objects (GPOs), what would you do?
You could download and install the latest .admx files for Office. If you install these into the Central
Store, you could configure the new Office settings in one location
5. What is a certificate template?
Certificate templates define how you can request or use a certificate, such as for file encryption or
email signing
Thank you