- Home
- Server Administration
- Windows
- MCSA Windows server 2016 (70-740)
16.
You are the admin for a mid-size company. You have a Hyper-V host named Server1 that
runs Windows Server 2016. Server1 has a dynamically expanding virtual hard disk (VHD)
file that is 950 GB. The VHD currently contains around 450 GB of free space. You want to
reduce the amount of disk space used by the VHD. What command should you run?
- A.The Mount-VHD cmdlet
- B.The DiskPart command
- C.The Set-VHD cmdlet
- D.The Optimize-VHD cmdlet
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
The Optimize-VHD command allows an administrator to optimize the allocation of space in virtual hard disk files, except for fixed virtual hard disks. |
17.
You have a Nano Server named Nano1. Which cmdlet should you use to identify whether
the DNS Server role is installed on Nano1?
- A.Find-ServerPackage
- B.Get-Package
- C.Find-Package
- D.Get-WindowsOptionalFeature
- Answer & Explanation
- Report
Answer : [B]
Explanation :
Explanation :
The Get-Package command allows an administrator to view a list of all software packages that have been installed by using Package Management. |
18.
You are working on a Windows Server 2016 Datacenter Server system. You need to view
which roles and services are installed on the machine. Which PowerShell cmdlet can you
use to see this?
- A.Get-event
- B.New-event
- C.Trace-command
- D.Get-WindowsFeature
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
YThe Get-WindowsFeature cmdlet allows an administrator to view a list of available and installed roles and features on the local server. |
19.
What command would be used to register an iSCSI initiator manually to an iSNS server?
- A.iscsicli refreshisnsserver server_name
- B.iscsicli listisnsservers server_name
- C.iscsicli removeisnsserver server_name
- D.iscsicli addisnsserver server_name
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
The iscsicli addisnsserver server_name command manually registers the host server to an iSNS server. refreshisnsserver refreshes the list of available servers. removeisnsserver removes the host from the iSNS server. listisnsservers lists the available iSNS servers. |
20.
You are an administrator who has set up two Hyper-V servers named Server1 (Windows
Server 2016) and Server2 (Windows Server 2012 R2). Each Hyper-V server has multiple
network cards. Each network card is connected to a different TCP/IP subnet. Server1 contains
a dedicated migration network. Server2 contains a virtual machine named VM1. You
plan to perform a live migration of VM1 to Server1. You need to ensure that Server1 uses
all of the available networks to perform the live migration of VM1. What should you run to
complete this task?
- A.The Mount-VHD cmdlet
- B.The DiskPart command
- C.The Set-VHD cmdlet
- D.The Set-VMHost cmdlet
- Answer & Explanation
- Report
Answer : [D]
Explanation :
Explanation :
The Set-VMHost cmdlet allows an administrator to configure a Hyper-V host. These settings include network settings network adapters. |