Networking with Windows Server 2016 — Question 92

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
Your network contains an Active Directory domain named contoso.com.
You need to create a Nano Server image named Nano1 that will be used as a virtualization host. The windows server 2016 source files are located in drive D.
Solution: You run the following cmdlet.
New-NanoServerImage -Edition Datacenter -DeploymentType Host -Package
Microsoft-NanoServerCompute-Package -MediaPath D:\ -TargetPath
C:\Nano1\Nano1.wim -ComputerName Nano1 -DomainName Contoso.com
Does this meet the goal?

Answer options

Correct answer: A

Explanation

The command provided correctly specifies the parameters needed to create a Nano Server image that functions as a virtualization host. It includes the necessary edition, deployment type, and package, along with the correct media path and target path. Therefore, the solution meets the goal, making option A the correct choice, while option B is incorrect as it suggests the solution does not satisfy the requirements.