Install Nano Server 2016 PowerShell Package Provider

Today, I’ll show how to Install the Windows Nano Server Package Provider which allows us to Install Roles, Packages, and modules online without taking the server offline and use DISM.

To get started, Connect to your Nano Server PowerShell , type the code below and run:

Save-Module -Path "$env:programfiles\WindowsPowerShell\Modules\" -Name NanoServerPackage -minimumVersion 1.0.1.0

Import-PackageProvider NanoServerPackage

get-PackageProvider nanoserverpackage

Click Yes

To check the Nano Server Provider Version run.

get-PackageProvider nanoserverpackage


Posted

in

by