Home
11.
What is the default TCP port for iSCSI?
  • A.
    3260
  • B.
    1433
  • C.
    21
  • D.
    3389
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
The iSCSI default port is TCP 3260. Port 3389 is used for RDP, port 1433 is used for Microsoft SQL, and port 21 is used for FTP.
Report
Name Email  
12.
You have a Windows Server 2016 Hyper-V host named Jupiter. You want to deploy several shielded virtual machines on Jupiter. You deploy a Host Guardian on a new server. You need to view the process of the shielded virtual machines installation. What should you run to see the progress of the shielded VM?
  • A.
    Get-ShieldedVMProvisioningStatus cmdlet
  • B.
    the Diskpart command
  • C.
    the Set-VHD cmdlet
  • D.
    the Set-VM cmdlet
  • Answer & Explanation
  • Report
Answer : [A]
Explanation :
The Get-ShieldedVMProvisioningStatus command allows you to view the provisioning status of a shielded virtual machine.
Report
Name Email  
13.
You are the administrator of a mid-size network. You have a Hyper-V host that runs Windows Server 2016. The host contains a virtual machine named Virtual1. Virtual1 has resource metering enabled. You need to use resource metering to track the amount of network traffic that Virtual1 sends to the 10.10.16.0/20 network. Which command would you run?
  • A.
    Add-VMNetworkAdapteiAd
  • B.
    Set-VMNetworkAdapter
  • C.
    New-VMResourcePool
  • D.
    Set-VMNetworkAdapterRoutingDomamMapping
  • Answer & Explanation
  • Report
Answer : [B]
Explanation :
The Set-VMNetworkAdapter command allows an administrator to configure features of the virtual network adapter in a virtual machine or the management operating system.
Report
Name Email  
14.
You are the administrator for an organization that has started using Hyper-V. You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 contains a virtual machine named Earth. You need to make sure that you can use nested virtualization on Earth. What should you run on Server1?
  • A.
    The Mount-VHD cmdlet
  • B.
    The DiskPart command
  • C.
    The Set-VMProcessor cmdlet
  • D.
    The Set-VM cmdlet
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
This Set-VMProcessor command allows an administrator to configure the processors of a virtual machine. While the virtual machine is in the OFF state, run the Set-VMProcessor command on the physical Hyper-V host. This enables nested virtualization for the virtual machine
Report
Name Email  
15.
You need to ensure that VM1 and VM2 can communicate with each other only. The solution must prevent VM1 and VM2 from communicating with Server1. Which cmdlet should you use?
  • A.
    Set-NetNeighbor
  • B.
    Remove-VMSwitchTeamMember
  • C.
    Set-VMSwitch
  • D.
    Enable-VMSwitchExtension
  • Answer & Explanation
  • Report
Answer : [C]
Explanation :
The Set-VMSwitch cmdlet allows an administrator to configure a virtual switch.
Report
Name Email