Windows Server 2019 Overview
29 Questions
3 Views

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 functionality does NPAS provide to administrators?

  • Enforcing network access policies (correct)
  • Monitoring disk utilization
  • Creating Data Collector Sets
  • Gathering performance data on printers
  • Which component of NPAS allows integration with Cisco Network Access Control Server?

  • Host Credentials Authorization Protocol (HCAP) (correct)
  • Routing and Remote Access Service (RRAS)
  • Network Policy Server (NPS)
  • Data Collector Sets
  • How can custom Data Collector Sets be utilized in performance monitoring?

  • For automated backups of server data
  • Only for monitoring CPU usage
  • To create logs of all network data without specification
  • To troubleshoot specific server issues by gathering targeted data (correct)
  • What is the purpose of creating a Data Collector Set?

    <p>To store performance counter data in a defined log file</p> Signup and view all the answers

    Which network access method can NPS manage centrally?

    <p>VPN servers</p> Signup and view all the answers

    What is a characteristic of DFS replication?

    <p>It allows data to be replicated across two disks.</p> Signup and view all the answers

    Which RAID level uses a parity bit for data recovery?

    <p>RAID 5</p> Signup and view all the answers

    What is the primary purpose of a forward lookup zone in DNS?

    <p>To convert host names to IP addresses.</p> Signup and view all the answers

    Which command would you use to view the DNS client cache on a Windows computer?

    <p>ipconfig /displaydns</p> Signup and view all the answers

    In Active Directory, what happens to an object after it is deleted?

    <p>It becomes a tombstone for 180 days.</p> Signup and view all the answers

    How can GPOs be backed up in Active Directory?

    <p>By accessing the Group Policy Management Console (GPMC).</p> Signup and view all the answers

    What is indicated by RAID 10?

    <p>It is a combination of both striping and mirroring.</p> Signup and view all the answers

    What is the purpose of using debug logging in DNS?

    <p>To track individual DNS queries.</p> Signup and view all the answers

    To perform a differential backup, what is the main advantage?

    <p>It is faster and has less administrative overhead.</p> Signup and view all the answers

    How can you filter Active Directory users with a specific naming convention using PowerShell?

    <p>By using Get-ADUser with a wildcard filter.</p> Signup and view all the answers

    What happens to a DHCP client's IP address lease if it cannot be renewed after expiration?

    <p>The client forgets the IP address and seeks a new one through APIPA.</p> Signup and view all the answers

    How does a DHCP server respond to a client's DHCPDiscover packet?

    <p>By replying with a DHCPOffer packet containing its offering.</p> Signup and view all the answers

    Which of the following options allows delegation of control within Active Directory?

    <p>Delegation of Control Wizard in Active Directory Users and Computers.</p> Signup and view all the answers

    What must be done to use the GUI for Windows Defender on a Server 2016 or 2019 system where it is not installed by default?

    <p>Add it through Add Roles and Features or via PowerShell.</p> Signup and view all the answers

    What command is used to update group policy on a client machine?

    <p>gpupdate</p> Signup and view all the answers

    What is the primary purpose of a DHCP relay?

    <p>To enable DHCP servers to service multiple subnets.</p> Signup and view all the answers

    What does the Auto-approval rule in WSUS manage?

    <p>Approval of updates when they are in a specific classification.</p> Signup and view all the answers

    Which of the following is a feature of Windows Defender?

    <p>It has alternative management methods like PowerShell.</p> Signup and view all the answers

    What does the Active Directory Replication Status Tool (ADREPLSTATUS) help analyze?

    <p>Active Directory replication statuses.</p> Signup and view all the answers

    What is a common DHCP option that can be set in a DHCP packet for clients?

    <p>Network Mask</p> Signup and view all the answers

    How long is the default lease length in Windows Server for DHCP?

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

    Which tool is used for troubleshooting Group Policy Objects (GPOs)?

    <p>GPOTool.exe</p> Signup and view all the answers

    Which statement best describes the relationship of RAID 0, RAID 1, and RAID 5?

    <p>RAID 5 offers parity protection while RAID 0 improves performance.</p> Signup and view all the answers

    What does selecting the appropriate Drives checkbox in Remote Desktop Connection settings allow?

    <p>Sharing local resources with the remote session.</p> Signup and view all the answers

    Study Notes

    Server 2019 Versions

    • Server 2019 versions can be installed without the desktop experience.
    • Essentials: Up to 25 users, lower price
    • Standard: 2 Hyper-V VMs
    • Datacenter: unlimited VMs, very expensive

    Upgrading/Downgrading

    • Server 2012 R2 and 2016 can be upgraded to 2019.
    • Downgrade is only possible to Server 2016.
    • Downgrades require permission from Microsoft.
    • Backups are required for both upgrades and downgrades.

    BitLocker/EFS

    • All Server 2019 versions support BitLocker; enable it in PowerShell or Server Manager.
    • BitLocker encrypts entire volumes.
    • BitLocker encryption is volume-based, not file-based.
    • When BitLocker is used for files, they become extremely small volumes.
    • Only authorized users can access data encrypted with BitLocker.
    • EFS is a feature introduced in version 3.0 of NTFS that provides file system-level encryption.

    Boot/Install.wim

    • Default boot and .wim images are available on the DVD.

    Windows Image File (boot.wim)

    • This image file is used to boot the operating system.
    • It contains Windows PE (Pre-installation Environment).
    • WDS (Windows Deployment Services) sends the boot file to target computers first.
    • The target computer uses this image to boot into Windows PE and then choose additional options.

    WDS Terminology

    • A Standard Image is created in WDS to deploy images from reference computers.
    • A Discover Image is used when PXE compliant network cards are not available.

    DNS Records

    • The DNS zone for AD DS is a forward lookup zone.
    • AD DS domains require a corresponding DNS zone (e.g., contoso.com).

    AD CS (Certificate Services)

    • Standalone certificate servers (root authority) are often kept offline.
    • Subordinate certificate servers only trust root CAs.
    • Certificates can be invoked or revoked.

    SCCM

    • System Center Configuration Manager deploys software based on schedules.
    • Administrators can deploy applications and get reports on success/failure.
    • Requires purchasing license.

    File Server Resource Manager (FSRM)

    • Manages storage quotas and usage for storage users.
    • Sets quotas on folders; creates reports monitoring storage usage.
    • Includes quota management, file screening, classification, and storage reporting management functionalities.
    • Manages print jobs sent to a computer printer or print server.
    • It's recommended to separate it from the C drive for better performance with high volume of users.
    • Used to manage print jobs awaiting printing, allows deletion or other actions.

    RAID

    • RAID (Redundant Array of Inexpensive Disks) can confirm RAID properties in Disk Management.
    • RAID types: 0 (Striping), 1 (Mirroring), 5 (Parity bit), 10 (1+0; combination of 1 and 0).

    Remote Desktop Services (RDS)

    • Allows remote users to access network resources and local drives via a remote connection.

    NTFS Data Compression

    • NTFS data compression is used in the file system.
    • Tools like WinZip compress files into archives.
    • Files must be decompressed before use.

    Automating Tasks

    • PowerShell has cmdlets and scripts for automating tasks.
    • Executables can also be used as standalone tools.
    • Install-WindowsFeature and servermanagercmd.exe are tools to add roles to a server.

    DHCP Process

    • DHCP discovers available DHCP servers.
    • DHCP servers respond with IP addresses to clients.
    • Clients make requests to servers for dynamic IP addresses.

    DHCP Leases

    • Default lease length in Windows Server is 8 days.
    • Clients attempt to renew leases with the original server (50% = 4 days, 87.5% = 7 days).
    • IP addresses are lost if leases cannot be renewed.
    • Routers block broadcast packets between networks.
    • DHCP relay is needed to service multiple subnets from a single server

    WSUS

    • Automatically synchronizes with Microsoft Update.
    • Approves updates to be deployed in the environment.
    • Keeps track of updates and detailed status reports on each system.

    ADREPLSTATUS

    • Tool for analyzing Active Directory replication status.

    Performance Monitor (Perfmon)

    • Monitors and creates graphs and data sets to gather network and other performance data.
    • Custom data collector sets can be created to monitor and troubleshoot issues

    Offline Files

    • Allows users to connect to and download files to their PCs when not connected to a central folder.
    • Offline files are used in shared folders—only specified files are cached.
    • Enabled through group policy.

    DFS (Distributed File System)

    • Replicates files to various locations across a network.
    • Enables file sharing between multiple Windows servers.

    Folder Redirection

    • Forwards user home directories to central locations.

    ISS (Internet Information Services)

    • Manages websites and web applications.

    GPO Backup

    • GPO can be backed up in GPMC.
    • After choosing to back up, the location is specified.

    Active Directory Tombstone

    • When objects in Active Directory are deleted, they go to the recycle bin for a specific amount of time (180 days).

    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

    Description

    This quiz covers the key features and functionalities of Windows Server 2019, including its various versions, upgrading and downgrading processes, and encryption capabilities with BitLocker and EFS. Test your understanding of the installation options and boot images provided with the server. Perfect for IT professionals and students alike!

    More Like This

    Use Quizgecko on...
    Browser
    Browser