nerdexam
Network_Appliance

NS0-171 · Question #104

An administrator just finished installing Windows Server 2012 (Core) with Hyper-V. Now the administrator must deploy a new VM using PowerShell with the parameters shown below. --Name: web server…

The correct answer is B. New-VM-Name "web server" - MemoryStartupbytes 10 GB- VHDPath d:\vhd\BaseImage.vhdx. https://technet.microsoft.com/en-us/library/hh846766(v=ws.11).aspx

Virtualization and Application Integration

Question

An administrator just finished installing Windows Server 2012 (Core) with Hyper-V. Now the administrator must deploy a new VM using PowerShell with the parameters shown below. --Name: web server --Memory: 10 GB --Hard Drive: Existing Disk (d:\vhd\BaseImage.vhdx) Which PowerShell command creates the VM based on the Information in the scenario?

Options

  • ANew-VM-Name web server-MemoryStartupbytes 1 GB- VHDPath BaseImage.vhdx
  • BNew-VM-Name "web server" - MemoryStartupbytes 10 GB- VHDPath d:\vhd\BaseImage.vhdx
  • CNew-VM-Name "web server"- MemoryStartupbytes 10 GB - VHDPath d:\vhd\BaseImage.vhdx
  • Dnew- VM- Name web server- MemoryStartupBytes 10GB- VHDPath BaseImage.vhdx

How the community answered

(39 responses)
  • A
    5% (2)
  • B
    74% (29)
  • C
    13% (5)
  • D
    8% (3)

Explanation

https://technet.microsoft.com/en-us/library/hh846766(v=ws.11).aspx

Topics

#Hyper-V#PowerShell New-VM#Windows Server Core#VM deployment

Community Discussion

No community discussion yet for this question.

Full NS0-171 Practice