Windows & Linux · AD Domain Lab · Installing Windows Server 2016 on Oracle VirtualBox

Installing Windows Server 2016 on Oracle VirtualBox

The following demonstrates installing Windows Server 2016 as a VM using Oracle VirtualBox. Active Directory starts with a Windows Server installation and setting up AD DS as the origin of the Windows domain.

View this project on GitHub

Windows Server

Windows Server is a server-grade operating system developed by Microsoft, built to manage and support enterprise networks, applications, and services. It’s the central brain for many environments—running services like Active Directory, DNS, DHCP, Group Policy, and Hyper-V to keep operations secure and efficient.

Key Capabilities

Download Windows Server 2016 (Evaluation)

For this lab, I used the official 180-day evaluation ISO of Windows Server 2016 from Microsoft’s Evaluation Center:

Windows Server 2016 Evaluation (Microsoft)

Oracle VirtualBox

Oracle VirtualBox is a free, open-source virtualization platform that lets you run multiple operating systems as VMs on a single machine. It’s perfect for simulating an enterprise lab—Active Directory, Group Policy, DNS, DHCP—without dedicated hardware.

Download Oracle VirtualBox

Oracle VM VirtualBox (Official Site)

Windows Server 2016 Installation on Oracle VirtualBox Steps

1. Creating a new VM in Oracle VirtualBox

Create new VM

2. Allocating System Resources

In this example, I'm going to allocate 3460MB of base memory and 2 processors.

Set memory and CPU

3. Create a Virtual Hard Disk

Create virtual disk

4. Configuration Summary

VM configuration summary

5. Adding the ISO Image to the VM

Attach ISO - step 1
Attach ISO - step 2

6. Starting up the VM

Start the virtual machine

Windows Server 2016 Installation

1. Install Now

Install Now screen

2. Select Language, click Next

Language selection

3. Setup is starting

Setup is starting

4. Select Operating System version

In this example, I'm going to install Windows Server 2016 Desktop Experience.

Choose Windows Server 2016 Desktop Experience

5. Accept the license terms, click Next

Accept license terms

6. Select the type of installation

Installation type - step 1
Installation type - step 2

7. Windows Installation Process

Installing Windows
Installation progress bar

8. The user's password must be changed before signing in

Change password prompt

9. Reset Password

Reset password screen

10. Press Ctrl, Alt, Del

Ctrl Alt Del sign-in

11. Desktop Experience

First desktop after install

12. Starting Server Manager

Server Manager starting

13. Server Manager

Server Manager dashboard

This demonstration included adding and setting up a new virtual machine in Oracle VirtualBox and installing Windows Server 2016 on the new VM. From here, I'll walk through setting up the DNS and DHCP server roles on this fresh installation, then installing the AD DS server role to set up Active Directory.

Back to Home