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:
- Download Nano Server 2016
- Connect to It using Remote PowerShell.
-
Install Nano Server Package Provider
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.
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.