WS-011 Windows Server 2019 Administration
WS-011 Windows Server 2019 Administration
Server 2019
Administration
This module describes how to implement identity services in a Windows Server 2019
environment
Lessons:
o Overview of AD DS
o Overview of Azure AD
o Overview of AD CS
Lesson 1: Overview of AD
DS
Lesson 1 overview
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 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
A forest:
o Is a security boundary
o Is a replication boundary
A domain:
o Is a replication boundary
o Is an administrative center
o Provides:
• Authentication
• Authorization
Trust relationships:
o Provide access to resources in a
complex AD DS environment
OUs
o Schema partition
o Domain partition
o Application partition
AD DS sign-in process
This lesson describes the purpose and functionalities of using domain controllers in a
Windows Server environment
Topics:
o What is a DC?
o Install a DC
o DC cloning
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 an RODC
What is the global catalog?
In a single domain, you should configure all the domain controllers to hold a copy of the
global catalog
In a multiple-domain environment, the infrastructure master should not be a global
catalog server unless all the domain controllers in the domain are also global catalog
servers
When you have multiple sites, you should also make at least one domain controller at
each site a global catalog server
What are operations masters?
o FSMO
Introduce a new server running Windows Server 2019 into the domain, and then
promote it to be a domain controller (this option is usually preferred):
o Benefit. The new server has no obsolete files and settings
o Risk. It might require additional work to migrate administrators’ files and settings
DC cloning
o Recovery strategies
Transferring is:
o Planned
o Performed using the latest data
Seizing is:
o Unplanned and a last resort
o 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
GPO links the 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
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 Online Responder
Users must provide identifying information Publishes user certificates and CRLs to AD
and specify the type of certificate DS
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
o WS-011T00A-SEA-SVR1
o WS-011T00A-SEA-ADM1
o WS-011T00A-SEA-CL1
Username: Contoso\Administrator
Password: Pa55w.rd
Lab scenario
You are working as an administrator at Contoso, Ltd. The company is expanding its business
with several new locations. The Active Directory Domain Services (AD DS) Administration
team is currently evaluating methods available in Windows Server for rapid and remote
domain controller deployment.
The team is also looking for a way to automate certain AD DS administrative tasks.
Additionally, the team wants to establish configuration management based on Group Policy
Objects (GPO) and enterprise certificate authority (CA) hierarchy.
Lab-review question
During the lab, you collected data in a data collector set. What is the advantage of collecting
data in this way?
Lab-review answer
During the lab, you collected data in a data collector set. What is the advantage of collecting
data in this way?
You can review data in a data collector set periodically for comparative purposes
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