Windows Server 2019 Overview and Management

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the primary function of a Fax Server?

  • To manage print jobs sent to printers.
  • To send and receive faxes, managing jobs and devices. (correct)
  • To provide remote desktop services.
  • To route scanned documents to network resources.

What does the Print Spooler software manage?

  • Print jobs sent to printers. (correct)
  • Fax sending and receiving.
  • Network resources routing.
  • Active Directory configuration.

Which RAID configuration uses striping to enhance performance?

  • RAID 0 (correct)
  • RAID 1
  • RAID 10
  • RAID 5

When configuring remote access for users, which aspect is crucial for accessing local drives?

<p>Configuring access through Remote Desktop Services. (C)</p> Signup and view all the answers

Why is it recommended to relocate the print spooler from the C drive?

<p>To prevent disk space issues on system drives. (B)</p> Signup and view all the answers

What must be enabled to use BitLocker in Server 2019?

<p>PowerShell or Server Manager (B)</p> Signup and view all the answers

Which file facilitates the installation of the full operating system during the WDS process?

<p>Install.wim (B)</p> Signup and view all the answers

What type of DNS zone is required for AD DS to convert host names to IP addresses?

<p>Forward lookup zone (A)</p> Signup and view all the answers

Which type of certificate server maintains the certificate revocation list (CRL)?

<p>Enterprise CA (C)</p> Signup and view all the answers

What feature does SCCM not provide for software deployment?

<p>Real-time monitoring (C)</p> Signup and view all the answers

In a WDS deployment, what is the purpose of a Discover Image?

<p>For machines without PXE compliance (D)</p> Signup and view all the answers

What is the maximum number of users that can be supported by the Essentials version of Server 2019?

<p>25 users (D)</p> Signup and view all the answers

Which of the following record types is used for aliasing in DNS?

<p>CNAME (D)</p> Signup and view all the answers

What must be done before upgrading to Server 2019 from an earlier version?

<p>Backup the current system (A)</p> Signup and view all the answers

Which role in Windows Server helps manage file storage and classification?

<p>FSRM (D)</p> Signup and view all the answers

What feature of the NTFS file system helps reduce file storage space?

<p>NTFS Data Compression (A)</p> Signup and view all the answers

Which of the following accurately describes the role of PowerShell in task automation?

<p>It allows running scripts that combine cmdlets and logic. (D)</p> Signup and view all the answers

What is the first step in the DHCP lease process?

<p>The client sends a DHCP Discover packet. (D)</p> Signup and view all the answers

In Windows DHCP, what is an essential function of DHCP Reservations?

<p>They allocate a specific IP address to a specific MAC address. (C)</p> Signup and view all the answers

What is the purpose of the Delegation of Control Wizard in Active Directory?

<p>To facilitate delegation of control over organizational units. (B)</p> Signup and view all the answers

How long is the default DHCP lease duration in Windows Server?

<p>Eight days (B)</p> Signup and view all the answers

What is the main advantage of using data deduplication?

<p>It identifies and eliminates duplicate patterns in data. (A)</p> Signup and view all the answers

Which command is used in PowerShell to add roles to a server?

<p>Install-WindowsFeature (B)</p> Signup and view all the answers

What happens if a client cannot renew its DHCP lease before it expires?

<p>It may obtain a lease from another DHCP server or use APIPA. (B)</p> Signup and view all the answers

What can be inferred from the deletion of an object in Active Directory?

<p>The object goes into the Active Directory recycle bin for a specific duration. (C)</p> Signup and view all the answers

Flashcards

Server 2019 Essentials

Server 2019 version with limited user capacity (up to 25 users), lower cost than other versions.

Server 2019 Standard

Server 2019 version capable of supporting 2 Hyper-V virtual machines (VMs).

Server 2019 Datacenter

Server 2019 version with unlimited virtual machine (VM) support, higher price.

BitLocker

Full volume encryption feature in Windows, protecting entire drives or volumes.

Signup and view all the flashcards

EFS

Encrypting File System, providing filesystem-level encryption for files in NTFS version 3.0 and later.

Signup and view all the flashcards

BOOT.WIM

Windows image file used to boot the operating system. It contains Windows Preinstallation Environment (PE).

Signup and view all the flashcards

INSTALL.WIM

Windows image file containing the full operating system, applications, and settings. Used for a complete OS installation.

Signup and view all the flashcards

Standard Image (WDS)

A deployed image created for use with Windows Deployment Services (WDS).

Signup and view all the flashcards

AD CS

Active Directory Certificate Services, providing centralized certificate issuance and management within a Windows domain.

Signup and view all the flashcards

SCCM

System Center Configuration Manager, a licensed software management solution for deploying applications and managing configurations from a central point.

Signup and view all the flashcards

Print Spooler

A program that manages print jobs sent to a printer or print server.

Signup and view all the flashcards

RAID

Redundant Array of Inexpensive Disks; a method of combining multiple hard drives for improved performance and reliability.

Signup and view all the flashcards

RAID 0 Striping

Arranging data across multiple disks for faster performance, but with no redundancy (data loss risk if a disk fails).

Signup and view all the flashcards

RAID 1 Mirroring

Creating identical copies of data on multiple disks for redundancy (data safety, but slower).

Signup and view all the flashcards

Remote Access Resources

Providing network access with simultaneous local drive access while using remote access.

Signup and view all the flashcards

NTFS Data Compression

A built-in file system feature that reduces file size by compressing data.

Signup and view all the flashcards

Data Deduplication

Identifies and removes repeated data patterns, reducing storage space.

Signup and view all the flashcards

DHCP Discover Packet

A broadcast packet sent by a client to locate available DHCP servers.

Signup and view all the flashcards

DHCP Offer Packet

A unicast packet from a DHCP server containing IP address information.

Signup and view all the flashcards

DHCP Lease

A temporary IP address assignment to a client, typically lasting several days.

Signup and view all the flashcards

DHCP Relay

A device enabling a DHCP server to manage clients on multiple subnets.

Signup and view all the flashcards

DHCP Reservation

Assigning a specific IP address to a known client (e.g., by MAC address).

Signup and view all the flashcards

Active Directory Object

A single entity in Active Directory, like a user, computer, or printer.

Signup and view all the flashcards

Delegation of Control Wizard

A tool to delegate Active Directory permissions to other users/administrators.

Signup and view all the flashcards

Windows Defender GUI

Graphical user interface for managing Windows Defender Antivirus.

Signup and view all the flashcards

Study Notes

Server 2019 Versions

  • Server 2019 comes in different editions with varying features and prices
  • Essentials edition supports up to 25 users and is more affordable
  • Standard edition supports two Hyper-V virtual machines
  • Datacenter edition supports unlimited virtual machines and is the most expensive

Upgrading/Downgrading

  • Upgrading from 2012 R2 or 2016 to 2019 requires backing up the server first
  • Then mount the installation ISO, run setup, and choose to keep settings
  • Downgrading to Server 2016 is possible only if you have the downgrade rights from Microsoft
  • Backing up the server is required before downgrading

BitLocker/EFS

  • All Server 2019 versions support BitLocker, but it needs enabling (in PowerShell or Server Manager)
  • A full volume encryption feature is included starting with Windows Vista
  • BitLocker encrypts entire volumes to protect data
  • BitLocker on a file makes it a small volume accessible only to authorized users
  • EFS (Encrypting File System) is a filesystem-level encryption feature introduced in version 3.0 of NTFS

BOOT/INSTALL.WIM

  • Default boot and wim images are available from the DVD
  • The windows image (boot.wim) is for booting the operating system
  • The boot file (Windows PE) is used to facilitate system installation

WDS Terminology

  • A standard image used for deployment with WDS is created on a reference computer
  • PXE-compliant network cards are needed for discover images (rarely used now)
  • Install.wim contains the full operating system and settings; boot.wim is for operating system boot

DNS Records

  • DNS zones used for AD DS are forward lookup zones to convert host names to IP addresses
  • A DNS zone named contoso.com is needed for a domain named contoso.com
  • DNS record types include A (IPv4), AAAA (IPv6), CNAME, MX, NS

AD CS (Certificate Services)

  • Standalone certificate servers are often kept offline and are root authority
  • Subordinate certificate servers only trust the root CA
  • Enterprise certificate servers are within a domain and are intermediate

SCCM

  • System Center Configuration Manager allows software deployment on a schedule
  • Administrators can deploy applications and report on deployment success/failure
  • SCCM is a paid service not readily available in labs
  • SCCM allows remote installation, patch management, and OS deployment
  • It can also create reports monitoring storage usage

FSRM Role

  • FSRM (File Server Resource Manager) role is for managing and classifying data
  • It also handles automatic file classification, quota setting and report creation for storage usage
  • Quota management specifies allowed storage per directory
  • File screening manages data types allowed in directories
  • Classification management allows for different criticality levels for files
  • File management tasks occur automatically, based on file classification

FSRM Use Cases

  • Establishes quotas for user home directories in megabytes, alerting when limits are breached
  • Precludes music files from shared folders
  • Generates reports of the most accessed files over the past two days (on Sundays at midnight)
  • Print spooler manages print jobs currently being sent to printers
  • It is recommended to install the spooler on a different drive (from printer or user machine, in cases of massive workloads)
  • The spooler allows for deletion of waiting print jobs or management of print queues

RAID

  • RAID (Redundant Array of Inexpensive Disks) optimizes data storage using multiple drives.
  • RAID configurations like RAID 0, RAID 1, RAID 5 and RAID 10 are provided but are not explained in detail

Accessing Resources through RDS

  • RDS (Remote Desktop Services) allows remote user access to network resources and local drives
  • Remote desktop connection can facilitate remote access for users to connect with office resources

NTFS Data Compression

  • NTFS data compression is a built-in file system tool to compress files for archival purposes
  • Data deduplication eliminates duplicate data patterns in files

Automating Tasks

  • PowerShell is used for automating tasks through cmdlets, scripts, or executables
  • Install-WindowsFeature replaces the old servermanagercmd.exe tool for adding roles to the server

DHCP Process

  • DHCP (Dynamic Host Configuration Protocol) automatically assigns IP addresses to clients
  • DHCP servers respond to DHCP Discover packets with DHCP Offer packets containing IPs for client selection
  • Clients accept the DHCPOffer using DHCP Request, and the first offer is accepted
  • DHCP acknowledges successful IP assignment
  • DHCP leases are standard at 8 days, and clients attempt to renew every 4 and 7 days, respectively, with possible IP address loss and reassignment

DHCP Options

  • DHCP reservations assign specific IP addresses to specific clients based on MAC addresses
  • DHCP options include time offset, router, NTP server, DNS servers, and DNS domain name for redundancy

Delegation of Control Wizard

  • Allows administrators to delegate control of Active Directory's parts (like OUs) to other users
  • Simplify the Active Directory administration tasks by allowing administrators to assign permissions at organization level (OU)
  • Simplify the process of assigning permissions to specific directory objects

Enable the Windows Defender GUI

  • Microsoft Defender Antivirus is pre-installed on server 2016 and 2019
  • The GUI allows for management; use PowerShell or other methods in the absence of the GUI
  • Active Directory objects contain information about resources, such as printers, and security principals like users and groups

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

Server 2019 Versions PDF

More Like This

Use Quizgecko on...
Browser
Browser