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-NanoServerPackage
E. Add WindowsPackage

microsoft-exams

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

  1. no B E

    E. Add-WindowsPackage – This allows you to add a package to an image.

    Save-NanoServerPackage is wrong because it allows you to download the package without installing it, but it doesn’t insert it into an Image.

  2. https://docs.microsoft.com/en-us/windows-server/get-started/deploy-nano-server

    but another reference says
    Answer is B,E

    Ref:(Tubbysnowman) from 70-740 (v.1)
    B. Install-Package provider – This allows you to add an external package provider, IE not part of the installation media

    E. Add-WindowsPackage – This allows you to add a package to an image.

    Save-NanoServerPackage is wrong because it allows you to download the package without installing it, but it doesn’t insert it into an Image.

    and also
    You can install a saved package on a running Nano Server instance using dism.exe, example:
    Dism.exe /online /Add-Package /PackagePath:c:\Saved_packages
    https://social.technet.microsoft.com/Forums/ie/en-US/3daca0fd-e5da-4264-b272-84c8d609e5fe/how-to-install-nano-server-role-from-a-saved-packaged-?forum=NanoServer

  3. https://docs.microsoft.com/en-us/windows-server/get-started/deploy-nano-server

    but another reference says

    Answer is B,E

    Ref:(Tubbysnowman) from 70-740 (v.1)
    B. Install-Package provider – This allows you to add an external package provider, IE not part of the installation media

    E. Add-WindowsPackage – This allows you to add a package to an image.

    Save-NanoServerPackage is wrong because it allows you to download the package without installing it, but it doesn’t insert it into an Image.

    and also
    You can install a saved package on a running Nano Server instance using dism.exe, example:
    Dism.exe /online /Add-Package /PackagePath:c:\Saved_packages
    https://social.technet.microsoft.com/Forums/ie/en-US/3daca0fd-e5da-4264-b272-84c8d609e5fe/how-to-install-nano-server-role-from-a-saved-packaged-?forum=NanoServer

Leave a Reply

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


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