exam questions

Exam 70-745 All Questions

View all questions & answers for the 70-745 exam

Exam 70-745 topic 1 question 41 discussion

Actual exam question from Microsoft's 70-745
Question #: 41
Topic #: 1
[All 70-745 Questions]

DRAG DROP -
You plan to deploy a new virtual machine (VM) that uses the following components:
✑ Windows server 2016
✑ Microsoft system center virtual machine manager (SCVMM)
✑ Nano Server
You create a Microsoft Hyper-V clustered environment and install SCVMM on a server named server1.
You need to create Nano based server image by using an SCVMM template. The image must contain the SCVMM agent.
Which 3 actions should you perform in sequence? Rearrange the answer in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Create a virtual hard disk for a physical machine
1. Copy NanoServerImageGenerator.psm1 and Convert-WindowsImage.ps1 from the \NanoServer folder in the Windows Server ISO, to a folder on your hard drive.
2. Start Windows PowerShell as an administrator. Navigate to the folder in which you placed the scripts.
3. Import the NanoServerImageGenerator script by running:
✑ Import-Module NanoServerImageGenerator.psm1 -Verbose
1. Create a VHD that includes the VMM packages. To do this, run the following command which will prompt you for an administrator password for the new VHD:
✑ New-NanoServerImage -MediaPath <path to root of media> -BasePath .\Base -TargetPath .\NanoServerVM\NanoServerVM.vhdx -ComputerName
<computername> -OEMDrivers -Package Microsoft-NanoServer-SCVMM-Package,Microsoft-NanoServer-SCVMM-Compute-Package
1. Log in as an administrator on the physical server on which you want to run the Nano Server VHD.
2. Copy the VHD that the script creates to the physical computer, and configure it to boot from the new VHD, as follows:
Mount the generated VHD.

✑ Run bcdboot d:\windows (in this example, it's mounted under D:)
✑ Unmount the VHD.
1. Boot the physical computer into the Nano Server virtual hard disk.
2. Log on to the Nano server Recovery Console using the administrator name and password you supplied when running the script, and obtain the IP address of the Nano server-based host.
3. Ensure that the Nano server is joined to the same domain as the VMM server.
4. Ensure that the VMM service account, and the Run As account, are added to the administrators group on the Nano server.
Install the VMM packages offline on an existing Nano Server
If you didn't add the VMM packages when you created the Nano Server VHD, you can install them later, as follows:
1. Copy the VHD/VHDX to a location on a Windows Server 2016 machine. For example: C:\MyNano.vhd.
2. Use PowerShell to install and import the NanoServerPackage provider of the PackageManagement (OneGet) PowerShell module:
Install-PackageProvider NanoServerPackage
Import-PackageProvider NanoServerPackage
3. After the provider is installed, you can search and install the VMM packages (VMM agent and Hyper-V), on the VHD using these cmdlets, where C:
\MyNano.vhd is the location of the Nano Server based VHD.

Find-NanoServerPackage -
Install-NanoServerPackage -Name Microsoft-NanoServer-SCVMM-Package -culture en-US
-ToVhd "C:\MyNano.vhd"
Install-NanoServerPackage -Name Microsoft-NanoServer-SCVMM-Compute-Package
-culture en-US -ToVhd "C:\MyNano.vhd
References:
https://docs.microsoft.com/en-us/system-center/vmm/hyper-v-nano?view=sc-vmm-2016

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Currently there are no comments in this discussion, be the first to comment!
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...