{"id":15882,"date":"2026-09-18T10:04:35","date_gmt":"2026-09-18T10:04:35","guid":{"rendered":"https:\/\/www.examlabs.com\/certification\/?p=15882"},"modified":"2026-09-18T10:04:35","modified_gmt":"2026-09-18T10:04:35","slug":"microsoft-az-801-practice-test-questions-and-exam-dumps-part-14-q261-280","status":"publish","type":"post","link":"https:\/\/www.examlabs.com\/certification\/microsoft-az-801-practice-test-questions-and-exam-dumps-part-14-q261-280\/","title":{"rendered":"Microsoft AZ-801 Practice Test Questions and Exam Dumps Part 14 Q261-280"},"content":{"rendered":"<h1><\/h1>\n<p><b>View Full <\/b><a href=\"https:\/\/www.examlabs.com\/az-801-exam-dumps\"><b>Microsoft AZ-801 Exam Dumps<\/b><\/a><b> and Practice Test Dumps<\/b><\/p>\n<p>&nbsp;<\/p>\n<h3><b>Question 261. Which Active Directory feature allows administrators to define physical network locations for replication optimization?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Organizational Units<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Active Directory Sites<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Global Catalog<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Group Policy<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Active Directory Sites<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Active Directory Sites represent the physical or logical network structure of an organization within Active Directory. Administrators associate IP subnets with sites so that domain controllers and clients can determine which resources are located nearby. Sites are particularly important for controlling replication traffic because Active Directory treats replication within a site differently from replication between sites. Site links can define the connections between sites, including costs and replication schedules. Organizational Units are logical containers for directory objects and Group Policy management, while the Global Catalog provides forest-wide search capabilities. Therefore, Active Directory Sites are the appropriate feature for representing physical network locations and optimizing directory operations.<\/span><\/p>\n<h3><b>Question 262. Which Active Directory service helps determine the nearest domain controller for a client based on its subnet?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Active Directory Sites and Services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> File Server Resource Manager<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Replica<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Active Directory Sites and Services<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Active Directory Sites and Services uses the association between IP subnets and sites to help clients identify suitable domain controllers. When a client starts a domain-related operation, Active Directory can use site information to locate a domain controller within the client&#8217;s local site when possible. This can reduce unnecessary traffic across WAN connections and improve authentication and directory service efficiency. DHCP can provide the client&#8217;s IP configuration but does not determine the Active Directory site itself. FSRM manages file resources, while Storage Replica handles storage replication. Therefore, Active Directory Sites and Services provides the network topology information used to help clients locate an appropriate domain controller.<\/span><\/p>\n<h3><b>Question 263. Which Windows Server role provides centralized management of IP address leases and reservations?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> DNS Server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Active Directory Domain Services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> File Server<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. DHCP Server<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">The DHCP Server role provides centralized management of IP address allocation and related network configuration. Administrators can create scopes, configure lease durations, define reservations, create exclusions, and configure DHCP options such as DNS servers and default gateways. This allows client devices to obtain network configuration automatically instead of requiring manual settings on each device. DNS Server handles name resolution, Active Directory Domain Services manages directory identities and objects, and the File Server role provides file-sharing capabilities. DHCP can also be configured with failover to improve availability. Therefore, DHCP Server is the appropriate Windows Server role for centrally managing IP address leases and reservations.<\/span><\/p>\n<h3><b>Question 264. Which DNS record maps a hostname directly to an IPv4 address?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> MX<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> PTR<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> CNAME<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. A<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">An A record maps a DNS hostname to an IPv4 address. For example, a record can associate a server name with an IPv4 address so that clients can resolve the name to the corresponding network address. A CNAME record creates an alias that points to another DNS name rather than directly defining an IPv4 address. An MX record identifies mail servers responsible for receiving email, while a PTR record is commonly used for reverse DNS lookups that map IP addresses back to hostnames. Understanding these record types is essential when configuring DNS for Windows Server environments. Therefore, an A record is the correct choice for IPv4 hostname resolution.<\/span><\/p>\n<h3><b>Question 265. Which DNS record is used for reverse lookup from an IPv4 address to a hostname?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> PTR<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> A<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> MX<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> SRV<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. PTR<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A PTR record is used in reverse DNS lookups, where an IP address is mapped back to a hostname. For IPv4, reverse DNS information is normally stored within an in-addr.arpa reverse lookup zone. Reverse lookup can be useful for troubleshooting, logging, network administration, and applications that need to verify the hostname associated with an IP address. An A record performs the opposite function by mapping a hostname to an IPv4 address. MX records identify mail servers, while SRV records identify services and their associated hosts and ports. Therefore, PTR is the appropriate DNS record for mapping an IPv4 address to a hostname.<\/span><\/p>\n<h3><b>Question 266. Which Windows Server feature can configure a policy requiring users to use complex passwords in an Active Directory domain?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Manager<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Group Policy<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DFS Management<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Replica<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Group Policy<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Group Policy provides centralized configuration of many Windows security and management settings, including domain password policies. Administrators can configure requirements such as password length, password complexity, password history, and maximum or minimum password age according to organizational requirements. These settings can be applied through appropriate Group Policy configuration at the domain level. DHCP Manager manages IP address allocation, DFS Management handles distributed file resources, and Storage Replica provides storage replication. Administrators should design password policies according to organizational security requirements and ensure that policies are tested before broad deployment. Therefore, Group Policy is the appropriate technology for centrally configuring domain password requirements.<\/span><\/p>\n<h3><b>Question 267. Which Windows Server technology provides centralized update management for Windows clients and servers?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Windows Server Update Services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> File Server Resource Manager<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Hyper-V Replica<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Spaces<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Windows Server Update Services<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Windows Server Update Services, or WSUS, provides centralized management of Microsoft updates within an organization. Administrators can synchronize update metadata from Microsoft Update, approve or decline updates, organize computer groups, and monitor update deployment. This allows organizations to control when updates are distributed rather than relying entirely on each client independently obtaining updates from Microsoft. FSRM manages file server resources, Hyper-V Replica provides virtual machine disaster recovery replication, and Storage Spaces provides storage management. WSUS is therefore the appropriate Windows Server technology when an organization needs centralized control over Windows update deployment and approval.<\/span><\/p>\n<h3><b>Question 268. Which WSUS feature allows administrators to decide which updates are made available to client computers?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Update approval<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP reservation<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage classification<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DNS delegation<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Update approval<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">WSUS update approval allows administrators to determine which updates should be made available to specific computer groups. Administrators can review synchronized updates and approve them for testing, production, or other defined groups. This provides greater control over the update deployment process and allows organizations to validate updates before broader deployment. DHCP reservations assign specific IP addresses to clients, storage classification identifies file characteristics, and DNS delegation concerns the authority for DNS zones. WSUS administrators can also decline updates that are unnecessary or superseded. Therefore, update approval is the WSUS feature that controls which updates are offered to managed clients.<\/span><\/p>\n<h3><b>Question 269. Which Windows Server feature can create a logical storage pool from multiple physical disks?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Spaces<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DFS Replication<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> BitLocker<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> FSRM<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Storage Spaces<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Storage Spaces allows administrators to combine physical disks into storage pools and then create virtual disks with selected resiliency configurations. Depending on the environment, administrators can use simple, mirror, or parity configurations to balance performance, capacity, and fault tolerance. Storage Spaces abstracts the physical disks from the virtual storage presented to workloads and can simplify storage management. DFS Replication synchronizes files, BitLocker provides encryption, and FSRM manages file server resources. Storage Spaces is therefore the Windows Server technology designed to create logical storage pools from multiple physical disks and provide flexible virtual storage management.<\/span><\/p>\n<h3><b>Question 270. Which Storage Spaces resiliency type provides two copies of data for fault tolerance?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Simple<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Two-way mirror<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Parity<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Thin provisioning<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Two-way mirror<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">A two-way mirror storage space maintains two copies of data across different physical disks, providing protection against a single disk failure under the supported configuration. The mirroring process improves resiliency because another copy remains available if one physical disk becomes unavailable. A simple space does not provide redundancy, while parity uses parity information to provide a different balance of capacity efficiency and fault tolerance. Thin provisioning is a storage allocation capability rather than a specific redundancy method. Therefore, a two-way mirror is the appropriate Storage Spaces resiliency type when the requirement is to maintain two copies of stored data for fault tolerance.<\/span><\/p>\n<h3><b>Question 271. Which Windows Server technology encrypts an entire operating system volume to protect data if the physical disk is removed?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> SMB Signing<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> BitLocker<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DFS Replication<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Data Deduplication<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. BitLocker<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">BitLocker provides full-volume encryption for supported Windows Server volumes. When an operating system volume is encrypted, the stored data is protected against unauthorized access if the physical drive is removed and accessed from another environment. BitLocker can use trusted platform hardware and other authentication mechanisms depending on the deployment. SMB Signing protects the integrity of network file-sharing messages, DFS Replication synchronizes files, and Data Deduplication reduces redundant storage. BitLocker is therefore the appropriate technology when the objective is to protect data stored on an operating system volume against offline access or physical disk theft.<\/span><\/p>\n<h3><b>Question 272. Which Windows Server feature can use certificates to authenticate computers and users within an organization?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Active Directory Certificate Services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Spaces<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DFS Namespaces<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Active Directory Certificate Services<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Active Directory Certificate Services provides an internal public key infrastructure that can issue and manage digital certificates for users, computers, applications, and services. Certificates can be used for authentication, encryption, digital signatures, and other security functions. In an enterprise environment, AD CS can integrate with Active Directory and Group Policy to automate certificate enrollment for appropriate users and computers. DHCP provides network configuration, Storage Spaces manages storage resources, and DFS Namespaces provides logical file paths. Therefore, Active Directory Certificate Services is the appropriate Windows Server technology when certificate-based authentication is required.<\/span><\/p>\n<h3><b>Question 273. Which Windows Server feature provides secure remote management through a browser-based interface?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Windows Admin Center<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Disk Management<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Event Viewer<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Manager<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Windows Admin Center<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Windows Admin Center provides a browser-based management experience for Windows Server infrastructure. It can be used to manage servers, virtual machines, storage, networking, certificates, services, events, and other administrative components. It is especially useful for Server Core because administrators can manage the server remotely without requiring a full graphical desktop interface on the server itself. Disk Management focuses on storage configuration, Event Viewer provides access to event logs, and DHCP Manager manages DHCP infrastructure. Windows Admin Center can also be used to manage multiple servers from a centralized gateway. Therefore, Windows Admin Center is the appropriate browser-based management solution.<\/span><\/p>\n<h3><b>Question 274. Which Windows Server feature allows an administrator to remotely execute a PowerShell script on several servers at the same time?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Enter-PSSession<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Invoke-Command<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Get-Command<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Get-Help<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Invoke-Command<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Invoke-Command allows administrators to execute PowerShell commands and scripts on one or more remote computers. It is particularly useful when the same administrative operation needs to be performed across multiple servers. Administrators can specify several computer names and execute the command remotely, receiving the results in the local PowerShell session. Enter-PSSession is primarily used for an interactive connection to one remote computer, while Get-Command lists available commands and Get-Help provides command documentation. PowerShell Remoting and appropriate WinRM configuration are required for standard remote execution. Therefore, Invoke-Command is the appropriate cmdlet for executing scripts across multiple remote servers.<\/span><\/p>\n<h3><b>Question 275. Which Group Policy feature allows an administrator to target a policy based on a WMI query?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Security Filtering<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Block Inheritance<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> WMI Filtering<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Loopback Processing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 3. WMI Filtering<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">WMI Filtering allows administrators to apply a Group Policy Object only when a specified Windows Management Instrumentation query evaluates as true for the target computer. This can be useful when administrators need to apply different policies based on hardware characteristics, operating system versions, or other information exposed through WMI. Security filtering controls which security principals can apply a GPO, while Block Inheritance affects inherited policies and loopback processing changes how user configuration is applied based on the computer. WMI filters should be designed carefully because poorly written queries can increase processing overhead. Therefore, WMI Filtering is the correct mechanism for targeting GPOs according to WMI-based conditions.<\/span><\/p>\n<h3><b>Question 276. Which Windows Server feature can provide a centralized namespace while allowing multiple file servers to host namespace targets?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> DFS Namespaces<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Replica<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Hyper-V Replica<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Failover<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. DFS Namespaces<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">DFS Namespaces allows administrators to create a logical namespace that can contain folders pointing to shared resources hosted on multiple file servers. Users can access resources through a consistent path without needing to know the physical server where each folder is stored. Multiple namespace targets can improve availability and provide flexibility when file servers are added, replaced, or reorganized. DFS Replication can be used separately when administrators need to synchronize the contents of folders between servers. Storage Replica replicates storage volumes, Hyper-V Replica protects virtual machines, and DHCP Failover provides redundant DHCP services. Therefore, DFS Namespaces is the appropriate technology for a centralized multi-server file namespace.<\/span><\/p>\n<h3><b>Question 277. Which failover cluster feature allows virtual machines to access storage from multiple cluster nodes?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Cluster Shared Volumes<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Failover<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DFS Namespace<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> SMB Signing<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Cluster Shared Volumes<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Cluster Shared Volumes, or CSV, provide a shared storage mechanism for Windows Server failover clusters. In a Hyper-V cluster, multiple nodes can access virtual machine files stored on CSV volumes, allowing virtual machines to move between nodes and remain highly available. CSV provides a coordinated storage namespace and allows concurrent access by clustered workloads. DHCP Failover provides redundancy for DHCP services, DFS Namespace provides logical file paths, and SMB Signing protects the integrity of SMB messages. Therefore, Cluster Shared Volumes are the appropriate cluster feature when multiple Hyper-V nodes need access to shared virtual machine storage.<\/span><\/p>\n<h3><b>Question 278. Which Windows Server feature can automatically detect unauthorized changes to important system files through configured auditing and monitoring mechanisms?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Event Viewer<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Windows Time<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Storage Spaces<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Event Viewer<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Event Viewer provides access to Windows event logs that can contain information about security-related activities, system changes, service operations, and application events. When appropriate auditing policies are configured, security events can be recorded and reviewed through Event Viewer. Administrators can use these events to investigate changes and identify activities that may require further investigation. Event Viewer itself does not automatically prevent unauthorized changes; rather, it provides visibility into events generated by configured auditing and system components. Windows Time manages clock synchronization, DHCP manages network configuration, and Storage Spaces manages storage. Therefore, Event Viewer is the appropriate tool for reviewing recorded system and security events.<\/span><\/p>\n<h3><b>Question 279. Which Windows Server technology provides centralized storage management for Hyper-V virtual machines using clustered file shares?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Scale-Out File Server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> DHCP Server<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Active Directory Certificate Services<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> FSRM<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 1. Scale-Out File Server<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Scale-Out File Server, or SOFS, provides highly available SMB file shares that can be used by workloads such as Hyper-V. Multiple cluster nodes can provide access to the same storage resources, allowing applications and virtual machines to use clustered file shares while benefiting from high availability. SOFS is particularly suited to continuously available workloads that require reliable access to file-based storage. DHCP provides network configuration, AD CS manages certificates, and FSRM provides file server management capabilities such as quotas and screening. Therefore, Scale-Out File Server is the appropriate technology for providing highly available clustered file storage for Hyper-V workloads.<\/span><\/p>\n<h3><b>Question 280. Which Windows Server feature allows administrators to monitor CPU, memory, disk, and network performance counters over time?<\/b><\/h3>\n<ol>\n<li><b><\/b><span style=\"font-weight: 400;\"> Event Viewer<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Performance Monitor<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Task Scheduler<\/span><\/li>\n<li><b><\/b><span style=\"font-weight: 400;\"> Registry Editor<\/span><\/li>\n<\/ol>\n<p><b>Correct Answer: 2. Performance Monitor<\/b><\/p>\n<p><b>Explanation:<\/b><\/p>\n<p><span style=\"font-weight: 400;\">Performance Monitor, also known as PerfMon, provides detailed monitoring of Windows performance counters such as processor utilization, memory usage, disk activity, and network performance. Administrators can use it to observe system behavior in real time or collect performance data over a period for troubleshooting and capacity planning. Performance Monitor can help identify resource bottlenecks and establish performance baselines. Event Viewer focuses on event logs rather than continuous performance counter monitoring. Task Scheduler manages scheduled tasks, while Registry Editor is used to view and modify registry settings. Therefore, Performance Monitor is the appropriate Windows Server tool for monitoring performance counters over time.<\/span><\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>View Full Microsoft AZ-801 Exam Dumps and Practice Test Dumps &nbsp; Question 261. Which Active Directory feature allows administrators to define physical network locations for replication optimization? Organizational Units Active Directory Sites Global Catalog Group Policy Correct Answer: 2. Active Directory Sites Explanation: Active Directory Sites represent the physical or logical network structure of an [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1648,1647],"tags":[],"_links":{"self":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/15882"}],"collection":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/comments?post=15882"}],"version-history":[{"count":1,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/15882\/revisions"}],"predecessor-version":[{"id":15909,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/posts\/15882\/revisions\/15909"}],"wp:attachment":[{"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/media?parent=15882"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/categories?post=15882"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.examlabs.com\/certification\/wp-json\/wp\/v2\/tags?post=15882"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}