Install DNS Server On Windows 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 I Install the IIS Server role on my Nano Server.

To get started I have download Nano Server 2016 and connected to It using Remote PowerShell.

Import-PackageProvider NanoServerPackage

find-NanoServerPackage -Name *

install-NanoServerPackage -name Microsoft-NanoServer-DNS-Package -culture en-us

Enable-WindowsOptionalFeature -Online -FeatureName DNS-Server-Full-Role

import-module DNSServer

Get-Command -Module DNSServer


Posted

in

by