READ Free Dumps For Microsoft- 70-410
Question ID 9691 | Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1.Server1 runs Windows Server 2012 R2.
You create a group Managed Service Account named gservice1.
You need to configure a service named Service1 to run as the gservice1 account.
How should you configure Service1?
|
Option A | From a command prompt, run sc.exe and specify the config parameter.
|
Option B | From a command prompt, run sc.exe and specify the privs parameter.
|
Option C | From the Services console, configure the General settings.
|
Option D | From Windows PowerShell, run Set-Service and specify the -StartupType parameter.
|
Correct Answer | A |
Explanation
Question ID 9692 | You have a server named Server1 that runs Windows Server 2012 R2. Server1 has the Hyper-V server role installed.
An iSCSI SAN is available on the network.
Server1 hosts four virtual machines named VM1, VM2, VM3, and VM4.
You create a LUN on the SAN to host the virtual hard drive files for the virtual machines.
You need to create a 3-TB virtual hard disk for VM1 on the LUN. The solution must prevent VM1 from being paused if the LUN runs out of disk space.
Which type of virtual hard disk should you create on the LUN?
|
Option A | Dynamically expanding VHDX
|
Option B | Fixed-size VHDX
|
Option C | Fixed-size VHD
|
Option D | Dynamically expanding VHD
|
Correct Answer | B |
Explanation Explanation/Reference: Explanation: The virtual disk needs to be a VHDX file since it is going to be over 2TB in size and it must be fixed-size so that the space is already taken on the server (that way the server does not run out of space as the volume grows) even if the actual virtual disk does not yet hold that amount of data.