Information Technology Reference
In-Depth Information
Objective review
Answer the following questions to test your knowledge of the information in this objective.
You can find the answers to these questions and explanations of why each answer choice is
correct or incorrect in the “Answers” section at the end of the chapter.
How can you monitor real-time performance on a remote computer?
A. Run Resource Monitor from the Administrative Tools folder.
B. Run the command perfmon /res from an elevated prompt.
C. Run Performance Monitor and connect to the remote computer. Then right-click
Monitoring Tools and select Resource Monitor from the Action menu.
D. Open a remote desktop session on the remote computer and then run Resource
Monitor from the Administrative Tools folder.
E. Create a PSSession to the remote computer with New-PSSession; then enter the
session with Enter-PSSession. Run the command perfmon /res in the remote
PSSession.
1.
2. What Windows PowerShell commands can you use to measure the Hyper-V VHD
resource usage of the VM trey-wms-11? (Choose all that apply.)
A. Enable-VMResourceMonitoring -VmName trey-wms-11
B. Enable-VMResourceMetering -VmName trey-wms-11
C. Measure-VM -VMName *
D. (Measure-VM -VMName trey-wms-11).HardDiskMetrics
E. Measure-VM -ComputerName trey-wms-11 -VHD
F. (Measure-VM -VmName trey-wms-11).Totaldisk
 
Search WWH ::




Custom Search