WS-011 Windows Server 2019/2022 Administration
WS-011 Windows Server 2019/2022 Administration
WS-011 Windows Server 2019/2022 Administration
Server 2019/2022
Administration
Module 3: Network
infrastructure services in
Windows Server
Module overview
Lessons:
Deploying and managing DHCP
Deploying and managing DNS services
Deploying and managing IPAM
Lesson 1: Deploying and
managing DHCP
Lesson 1 overview
Topics:
Overview of the DHCP role
Install and configure the DHCP role
Configure DHCP options
Demonstration: Configure the DHCP role
Configure DHCP scopes
Demonstration: Create and configure a DHCP scope
DHCP AD DS authorization
High availability options for DHCP
DHCP Failover
Overview of the DHCP role
DHCP Failover:
Newer method for high availability
Strongly preferred to implement high availability for DHCP
DHCP clustering:
Is configured to run in a failover cluster
Install the DHCP Server role on cluster nodes
DHCP configuration information is stored on shared storage
Split scopes:
Involve two DHCP servers that are configured with non-overlapping scopes
Control the primary server by configuring delay
High availability options for DHCP (slide 2 of 2)
DHCP Failover
Topics:
DNS components
What are DNS zones?
What are DNS records?
Demonstration: Install and configure the DNS role
Manage DNS services
Create records in DNS
Configure DNS zones
DNS forwarding
DNS integration in AD DS
Overview of DNS policies
Overview of DNSSEC
DNS components
Forwarders:
Receive DNS requests, and forward requests for zones for which it is not authoritative
Are common for external name resolution
Conditional forwarders:
Forward requests for a specific namespace
Typical between partners and trusted organizations
Stub zones:
Have a similar role to conditional forwarders
Are useful when you expect name servers to be updated
Are less useful when firewalls restrict communication
DNS integration in AD DS
SRV records:
Are created in DNS by the NetLogon service running on domain controllers
Are used by clients to find AD DS services
Contain service information:
o Service name and port
o Protocol
o Host name
Use DNS policies to manipulate how a DNS server handles queries based on different factors:
Application high availability
Traffic management
Split-brain DNS
Filtering
Forensics
Time-of-day based redirection
Identify elements with DNS policy objects:
Client subnet
Recursion scope
Zone scope
Overview of DNS policies (slide 2 of 2)
Steps to resolve a host record differently for a user from a specific IP address range:
1. Create a DNS server client subnet for the IP address range
2. Create a DNS server zone scope for the zone containing the host record
3. Add a host record to the zone that is specific to the zone scope
4. Add a DNS server query resolution policy that allows the DNS server client subnet to query the zone
scope for the zone
You can configure the DNS policy by using Windows PowerShell
Overview of DNSSEC
3. Configure the name resolution policy table (NRPT) on client computers (typically via Group Policy)
Topics:
What is IPAM?
IPAM deployment requirements
Process for deploying IPAM
Demonstration: Install the IPAM role
Administer IPAM
Configure IPAM options
Manage DNS zones with IPAM
Configure DHCP servers with IPAM
Use IPAM to manage IP addressing
What is IPAM?
IPAM uses role-based management composed of roles, access scopes, and access policies:
GPO provisioning simplifies the configuration of managed servers and uses these GPOs:
<Prefix>_DHCP
<Prefix>_DNS
<Prefix>_DC_NPS
To create the GPOs, run the following command:
Invoke-IpamGpoProvisioning -Domain <domain> -GpoPrefixName <prefix>
-IpamServerFqdn <IPAMServer>
Adding a managed server modifies security filtering on the GPOs
Manage DNS zones with IPAM
Customize how you view and manage the IP address space by using any of the following views:
View Description
IP address blocks IP subnets that you can use to allocate addresses to DHCP
IP address ranges Subcomponents of an IP address block that typically correlates with a DHCP
scope
IP addresses Information about IP addresses from DHCP and DNS servers
IP address inventory A list of all IP addresses in the enterprise
IP address range groups Organizes IP address ranges into logical groups that your define
Instructor-led labs:
Implementing and
configuring network
infrastructure services
in Windows Server
Deploying and configuring DHCP
Deploying and configuring DNS
Thank you