Check Installed Roles On Nano Server 2016

With the official release of Windows Nano Server 2016 to the public I have decided to revise most of my Nano Server articles to reflect the latest release, In this article I’ll show you how to check which Roles are Installed on your Windows Nano Server 2016.

To get started:

Once done run the two cmdlets below to see all the Installed roles:

Import-PackageProvider NanoServerPackage

Get-Package -ProviderName NanoServerPackage

The version number will tell you the build number of the Roles.


Posted

in

by

Comments

One response to “Check Installed Roles On Nano Server 2016”

  1. parth6288 Avatar

    how do you download and install the nanoserver package using proxy? i am using a proxy in my environment to connect to internet. I tried supplying the proxy setting however it might not work as Nano server does not have IE feature/application.