Valid 70-743 Dumps shared by ExamDiscuss.com for Helping Passing 70-743 Exam! ExamDiscuss.com now offer the newest 70-743 exam dumps, the ExamDiscuss.com 70-743 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-743 dumps with Test Engine here:
Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 has a virtual machine that uses a virtual hard disK (VHD) named disk1.vhdx. You receive the following warning message from Event Viewer: "One or more virtual hard disks have a physical sector size that is smaller than the physical sector size of the storage on which the virtual hard disk file is located." You need to resolve the problem that causes the warning message. What should you run?
Correct Answer: C
Explanation/Reference: Explanation: Issue One or more virtual hard disks have a physical sector size that is smaller than the physical sector size of the storage on which the virtual hard disk file is located. Resolution Do one of the following: * Perform a storage migration to move the virtual hard disk to a new physical system * Use a registry setting to enable a VHD-format virtual hard disk to report a physical sector size of 4k * Use Windows PowerShell or WMI to enable a VHDX-format virtual hard disk to report a specific sector size The Set-VHD cmdlet sets the ParentPath or PhysicalSectorSizeBytes properties of a virtual hard disk. The two properties must be set in separate operations. The Set-VHD -PhysicalSectorSizeBytes parameter specifies the physical sector size, in bytes. Valid values are 512 and 4096. This parameter is supported only on a VHDX-format disk that is not attached when the operation is initiated. References: https://technet.microsoft.com/en-us/windows-server-docs/compute/hyper-v/best-practices-analyzer/avoid- using-virtual-hard-disks-with-sector-size-less-than-size-of-physical https://technet.microsoft.com/en-us/library/hh848561.aspx