Active Directory Configuration and Management
21 Questions
1 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

Which of the following statements is true regarding the global catalog?

  • It enables users to search for any object in the forest regardless of the domain. (correct)
  • It functions independently from Active Directory replication processes.
  • It is a directory service solely for Active Directory Domain Services.
  • It contains only user account information.
  • What does the TTL (Time to Live) value in a DNS record represent?

  • The duration a record is cached by DNS servers before being refreshed. (correct)
  • The time a client must wait before querying for a DNS record again.
  • The total lifespan of a DNS record before it becomes obsolete.
  • The number of times a record can be transferred between servers.
  • Which type of DNS record is commonly used to map a domain name to an IP address?

  • PTR Record
  • CNAME Record
  • A Record (correct)
  • MX Record
  • Which resource record stores zone transfer settings?

    <p>SOA Record (C)</p> Signup and view all the answers

    In which order are group policy settings applied?

    <p>Local Computer Policy, Site Policy, Domain Policy, User Configuration (B)</p> Signup and view all the answers

    What is the primary function of schema attributes in Active Directory?

    <p>They determine the type of information stored in each object. (D)</p> Signup and view all the answers

    Which component is responsible for determining the replication topology in Active Directory?

    <p>Knowledge Consistency Checker (KCC) (D)</p> Signup and view all the answers

    Which command is recommended for installing Active Directory on a Server Core installation?

    <p>dcpromo.exe (D)</p> Signup and view all the answers

    What is the default behavior of the Windows Server 2019 firewall regarding ICMP Echo Request packets?

    <p>It allows incoming ICMP Echo Request packets by default. (D)</p> Signup and view all the answers

    Which of the following statements is true regarding the Active Directory Recycle Bin?

    <p>It must be enabled in the Active Directory Administrative Center. (D)</p> Signup and view all the answers

    What access rights do Security Principals determine for users in Active Directory?

    <p>Resource access and the corresponding level of access. (D)</p> Signup and view all the answers

    When configuring updates in a Windows domain, which method is considered the best practice?

    <p>Group Policy configurations. (A)</p> Signup and view all the answers

    Which account types does Windows automatically create during installation?

    <p>Administrator and User. (A)</p> Signup and view all the answers

    What defines the objects that a Group Policy Object affects?

    <p>The Organizational Unit hierarchy (D)</p> Signup and view all the answers

    Which of the following scenarios is not ideal for the deployment of a single domain structure?

    <p>A geographically dispersed organization (B)</p> Signup and view all the answers

    What command syntax should an administrator use to rename a computer currently named Pittsburgh to Chicago?

    <p>Rename-Computer -NewName Chicago (B)</p> Signup and view all the answers

    Which of the following is not one of the three user account types defined in Windows Server 2019?

    <p>Network service accounts (D)</p> Signup and view all the answers

    What folder under Policies within the Computer Configuration Node of a GPO contains the Control Panel, Network, Printers, System, and Windows Component folders?

    <p>Windows Settings (C)</p> Signup and view all the answers

    Which type of Active Directory replication occurs between domain controllers in the same site?

    <p>Change notification replication (D)</p> Signup and view all the answers

    Under what circumstances would a multi-domain structure not be an ideal choice?

    <p>When user management needs are simple (D)</p> Signup and view all the answers

    Which of the following stores information about a computer network and offers features for retrieving and managing that information?

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

    Flashcards

    Active Directory Configuration Information

    Details about how domain controllers replicate with each other, impacting the whole forest.

    Server Core Installation

    A Windows Server installation without a GUI (graphical user interface), suitable for servers needing minimal interaction.

    Schema Attributes

    Specifications defining object data types (like first name, last name, password) in Active Directory.

    Built-in User Accounts

    Automatically set up by Windows, which include Administrator and User.

    Signup and view all the flashcards

    Multimaster Replication

    Active Directory's method for automatically replicating changes to all domain controllers.

    Signup and view all the flashcards

    Group Policy Updates

    The best method for configuring updates across a Windows domain.

    Signup and view all the flashcards

    Knowledge Consistency Checker (KCC)

    A tool that runs on every domain controller to identify replication topology.

    Signup and view all the flashcards

    Read-Only Domain Controller (RODC)

    A domain controller that does not store or modify directory data in a domain but allows users to authenticate.

    Signup and view all the flashcards

    Global Catalog

    A special domain controller that stores a complete copy of all objects and their attributes in a forest. It allows users to search across the entire forest for objects and users.

    Signup and view all the flashcards

    DNS Record Types

    Different types of records stored in DNS servers to map domain names to IP addresses, email servers, and other services. Common types include A, AAAA, MX, and SRV records.

    Signup and view all the flashcards

    What is a Zone File?

    A file stored on a DNS server containing all the records for a specific domain, including names, IP addresses, and other resource records.

    Signup and view all the flashcards

    Forest Schema

    The blueprint defining the structure and types of objects within an Active Directory forest. It determines how data is organized, stored, and replicated.

    Signup and view all the flashcards

    Boot Mode for Restore

    A special mode that allows you to repair or recover a corrupted Active Directory database by accessing it directly through the command line interface.

    Signup and view all the flashcards

    GPO affects

    GPOs affect objects defined by the scope of the GPO. This might be computers or users.

    Signup and view all the flashcards

    AD DS standalone role

    If no other Domain Controllers exist, the AD DS server role automatically becomes a domain controller.

    Signup and view all the flashcards

    Single domain limitations

    A single domain structure isn't suitable for large or complex organizations due to scalability and management issues.

    Signup and view all the flashcards

    Remove DNS Server PowerShell

    Use the Disable-ADLDS PowerShell cmdlet to remove the DNS Server role.

    Signup and view all the flashcards

    AD User Accounts

    Windows Server 2019 defines three user account types: Administrator, Standard User, and Guest.

    Signup and view all the flashcards

    Clean install

    A clean installation of Windows Server 2019 involves installing on a new partition without upgrading from a previous version.

    Signup and view all the flashcards

    AD Restoration

    Using a special boot mode helps you restore data in Active Directory when you have critical AD data loss.

    Signup and view all the flashcards

    Computer Configuration Node folders

    The 'Policies' node, in 'Computer Configuration' hosts folders like Control Panel, Network, etc. for GPO control of system components

    Signup and view all the flashcards

    Study Notes

    Directory Partition and Configuration

    • Directory partition holds configuration info affecting the entire forest, including replication details between domain controllers.
    • Choose Windows Server 2019 Server Core if a GUI is unnecessary.
    • Schema attributes define stored object information (e.g., user name, password).
    • Security Principals define user resource access and permissions levels.
    • Active Directory automatically creates Administrator and User accounts.
    • Multimaster replication ensures automatic replication of changes to AD objects across domain controllers.
    • Group Policy is the best update configuration method for Server Core and all Windows domain computers.
    • Knowledge Consistency Checker (KCC) runs on every Domain Controller (DC) to determine replication topology.
    • The second DC is always configured as a Global Catalog (GC) server.
    • Server Core installation is suitable for the first server in a Windows domain.
    • Active Directory Recycle Bin can be enabled in the Active Directory Administrative Center (ADAC), though disabled by default.
    • dcpromo.exe is the preferred Active Directory installation method on Server Core.
    • By default, Windows Server 2019 installs only TCP/IPv4.
    • By default, Windows Server 2019 firewall doesn't block incoming ICMP Echo Requests.

    Active Directory Configuration and Roles

    • Command to change server editions if wrong one installed?
    • Forest-wide FSMO roles and object/object attribute information?
    • Definition of "Operating System release updates" and related bug fixes/security updates?
    • Active Directory installed folder objects?
    • Selecting server domain configurations and Active Directory participation/management (Non Active Directory members)?
    • Defining and understanding an RODC?
    • Definition and identification of Group Policy Object effects?
    • Identifying server role installed with Active Directory Domain Services?
    • Domain structure deployment scenarios?
    • PowerShell cmdlet for removing DNS Server role?

    Windows Server 2019 User Accounts

    • Three user account types in Windows Server 2019?
    • Windows Server installation types(new disk partitions, upgrades, etc...)
    • Active Directory restore using boot mode?
    • Group Policy folder locations for Control Panel, Network, Printers, System, and Windows Components?
    • Windows servers hosting universal group membership information?
    • Renaming a computer using command syntax?
    • Multi-domain structure suitability?
    • Primary object for resource organization and management in a domain?
    • Operations master role for backward compatibility with Windows NT servers?
    • Understanding computer network information storage and retrieval software?
    • Installing Active Directory Domain Services with PowerShell?
    • Understanding of Active Directory application identifications (administrative units)?
    • Application installation via Group Policy (Programs and Features)?
    • Identification of replicated folder location for file-based information?
    • Identification of same-site AD replication?
    • Identification of post-installation tasks?
    • Replication timing for intrasite changes?
    • Group Policy settings application order?
    • Definition of Active Directory objects and attributes?
    • Statement of True/False about a global catalog?
    • Definition of DNS record mapping domain names to IP addresses?
    • Function of a TTL value?
    • Identifying the zone file for resolving names to IP addresses?
    • DNS file path on a server?
    • Definition of zone transfer settings?

    Active Directory Restoration and Installation

    • Installing new forests and their requirements?
    • Boot mode for Active Directory restore in case of corruption or accidental deletion?

    Studying That Suits You

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

    Quiz Team

    Related Documents

    Test Review PDF

    Description

    Explore the essential concepts of Active Directory, including directory partitions, schema attributes, and security principals. This quiz covers Windows Server 2019 features such as Server Core installation and Group Policy management. Test your knowledge on replication and configuration within a Windows domain environment.

    More Like This

    Windows Server 2012: Active Directory
    10 questions

    Windows Server 2012: Active Directory

    SufficientCalifornium2707 avatar
    SufficientCalifornium2707
    Windows Server 2019 Key Concepts
    9 questions
    Windows Server Admin: Active Directory Overview
    31 questions
    Active Directory Configuration Quiz
    66 questions
    Use Quizgecko on...
    Browser
    Browser