Which two cmdlets should you run on Server1.

You have a server named Server 1 thai runs Windows Server 2016.
Server 1 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.
A. Set-PaekageSource
B. Install-PackageProvider
C. Add-AppxProvisioncdPackage
D. Save-NanoServer
E. Package Add WindowsPackage

microsoft-exams

6 thoughts on “Which two cmdlets should you run on Server1.

  1. You need the nano server package, so it’s necessary a provider for that. You need to execute Install-PackageProvider -Name nanoserverpackage.
    Then, you need to download the package which is only possible with save-nanoserverpackage (use it to download and save the package without install it).
    I think B and D should be the correct answers.

    1. B,E Explanation: First use Install-Package Provider to add the 3rd party package, then use add- WindowsPackage to include it in the existing Nano Image.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.