Installation, Storage, and Compute with Windows Server 2016 — Question 10
You have a server named Server1 that runs Windows Server 2016.
Server1 has Internet connectivity.
You have a Nano Server image.
You need to download and save a Nano Server package in the Nano Server image. The package is NOT included in the Windows Server 2016 installation media.
Which two cmdlets should you run on Server1? Each correct answer presents part of the solution.
Answer options
- A. Set-PackageSource
- B. Install-PackageProvider
- C. Add-AppxProvisionedPackage
- D. Save-NanoServerPackage
- E. Add-WindowsPackage
Correct answer: B, D
Explanation
The correct answer includes 'Install-PackageProvider' which is needed to install the required package provider for Nano Server, while 'Save-NanoServerPackage' is essential to download and save the specific Nano Server package. The other options do not directly relate to the process of obtaining and saving a Nano Server package that is excluded from the installation media.