You are on page 1of 46

Install and Manage Windows Nano Server 2016 Step by Step

Complete Lab (V2.0)

Ahmed Abdelwahed
Microsoft Certified Trainer
Ahmed_abdulwahed@outlook.com
Install and Manage Windows Nano Server 2016 Step by Step

Table of Contents
Lab Objective ............................................................................................................................................................................. 3
Windows Nano Server 2016 overview ...................................................................................................................................... 3
Current infrastructure environment ......................................................................................................................................... 3
Create Nano Server ................................................................................................................................................................... 4
Step 1: Download and install Windows Assessment and Deployment Kit (ADK) ................................................................. 4
Step 2: Download and install Nano Server Image Builder .................................................................................................... 6
Step 3: Create Windows Nano Server 2016 VHD image file format ..................................................................................... 8
Step 4: Connect to the created Nano Server VHD through Hyper-V console ..................................................................... 17
Manage Windows Nano Server 2016 (locally) ........................................................................................................................ 23
Add static IP address ........................................................................................................................................................... 23
Allow ICMP (Ping) ................................................................................................................................................................ 24
Manage Windows Nano Server 2016 (Remotely) ................................................................................................................... 26
Check Nano server installed roles ....................................................................................................................................... 27
Manage Nano server remotely through PowerShell........................................................................................................... 28
Add file server role service .................................................................................................................................................. 29
Testing ..................................................................................................................................................................................... 31
Test 1: Create folder share on Nano Server ........................................................................................................................ 31
Test 2: add DNS Server Role ................................................................................................................................................ 36
Connect to DNS on Nano Server and add DNS secondary zone from ITPROLEARN.COM DNS .......................................... 39
Test Name Resolution and Internet Connectivity through Nano Server DNS..................................................................... 46

2|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Lab Objective
In this lab, we'll provide complete information to Create and configure Windows Server 2016
Nano Server also we'll add, configure and test DNS and file server on Nano Server.

Windows Nano Server 2016 overview


1. Is similar to Windows Server in Server Core mode.
2. Smaller hardware footprint also smaller than server core.
3. Completely managed remotely
4. Nano Server is not available for selection through the Windows Server 2016 setup
wizard
5. GUI, Command line and PowerShell not available.

Current infrastructure environment


- Active Directory: ITProLearn.com
- IP address: 172.16.0.95
- DNS Server: 172.16.0.95
- Hyper-V Server: 172.16.0.95
- DHCP Server: 172.16.0.30

3|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Create Nano Server


In this lab, we will create Nano Server image using Nano Server Image Builder tool

Step 1: Download and install Windows Assessment and Deployment Kit (ADK)

4|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

5|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Step 2: Download and install Nano Server Image Builder

6|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

7|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Step 3: Create Windows Nano Server 2016 VHD image file format
- first mount Windows Server 2016 ISO image that will use in installation process

- From this wizard you can create a new Nano VHD image or create bootable USB from existing image.
In our scenario we will use first option to create a new Nano VHD image.

8|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

9|Page
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
- Select the mounted Windows Server 2016 ISO

10 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

11 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
- here is available Nano server editions and roles that Nano Server can play, in our scenario we will
select standard edition and roles that server will play (DNS & File Server)

12 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
- Add Nano server computer name, administrator password and select your time zone. Then join Nano
Server to our ITPROLEARN.COM domain.

13 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
- enable WinRM so you can manage Nano Server remotely and allow DHCP

14 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

- All configuration that you select converted to PowerShell and Nano Server creation started.

15 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
- Nano Server is created, browse saved location files.

16 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Step 4: Connect to the created Nano Server VHD through Hyper-V console
From Hyper-V create new Virtual Machine using our Nano server virtual hard disk that we just create. As
explained in the below figures.

17 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

18 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Connect our VM to the LAN network through virtual NIC that we created in Hyper-V installation process. The
select existing Nano Server hard disk.

19 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Creation started

After creation is done start your VM and connect.

20 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Very simple console to configure some basic configuration like IP addresses and firewall, there is no command
line or PowerShell, login using your created credential.

Here is the configuration that you apply through Nano server creation process.

21 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
We'll connect and manage Nano server remotely through IP address 172.16.0.113 which obtained automatically
through DHCP server.

22 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Manage Windows Nano Server 2016 (locally)


Add static IP address
Select Networking

From this screen, Press F11

23 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
from this screen press F4 to disable DHCP and type static IP

Allow ICMP (Ping)

24 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Press F4 to enable ping

25 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Manage Windows Nano Server 2016 (Remotely)


We can manage Nano server remotely from Server Manager, PowerShell and RSAT (Windows Client), in our
scenario we will connect to Nano server remotely from our ITPROLEARN.COM using PowerShell and Server
Manager.
First login to our DC using administrator account then access Server Manager and add Nano Server in Server
manager console so we can manage the Nano Server remotely.

26 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Check Nano server installed roles
Select Nano Sever to check installed roles from the down menu, in our case Nano server has file and storage role.

Access file and storage services from server manager console to browse which server has this role, you will
notice that Nano Server has this role.

27 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Manage Nano server remotely through PowerShell


Right click on our server to access some admin tasks as explained in the figures below

28 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
From the list select PowerShell (any command run here will executed in Nano Server)

Add file server role service


From server manager add Role and Features as explained in the figures below

29 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

30 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Testing
Test 1: Create folder share on Nano Server

31 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

32 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

33 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

34 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Now you can access Public Share that hosted on Nano Server according to your permissions and create a test
folder

35 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Test 2: add DNS Server Role

36 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

37 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

38 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Connect to DNS on Nano Server and add DNS secondary zone from ITPROLEARN.COM DNS

39 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

40 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Browse to select ITPROEAR.COM DNS server

Add the Master DNS server (Primary Server) so this server will replicate DNS zones from the master server.

41 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

Zone created successfully

Now allow zone transfer from master DNS to secondary DNS (Nano server)

42 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

From Master DNS allow zone transfer to secondary DNS that hosted on Nano Server

43 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

44 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step

now zone transferred successfully to secondary zone on Nano Server

45 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install and Manage Windows Nano Server 2016 Step by Step
Now the two DNS have identical

Test Name Resolution and Internet Connectivity through Nano Server DNS
add the Nano server IP address to test machine and test name resolution and internet connectivity

46 | P a g e
http://www.mycertprofile.com/Profile/3992184764

You might also like