Which PowerShell command creates the VM based on the Information in the scenario?
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:vhdBaseImage.vhdx)Which PowerShell command creates the VM based on the Information in the scenario?Reference https://technet.microsoft.com/en-us/library/hh846766(v=ws.11).aspx
Question:
Which PowerShell command creates the VM based on the Information in the scenario?
Options:
New-VM-Name web server-MemoryStartupbytes 1 GB- VHDPath BaseImage.vhdx
New-VM-Name oeweb server – MemoryStartupbytes 10 GB- VHDPath d:vhdBaseImage.vhdx
New-VM-Name oeweb server- MemoryStartupbytes 10 GB – VHDPath d:vhdBaseImage.vhdx-NewVHDSireBytes 6000000
new- VM- Name web server- MemoryStartupBytes 10GB- VHDPath BaseImage.vhdx
Correct Answer
The Correct Answer for this Question is
New-VM-Name oeweb server – MemoryStartupbytes 10 GB- VHDPath d:vhdBaseImage.vhdx