A few years ago I wrote “Build your SharePoint 2013 development machine on Windows Server 2012” series, I mainly work in the cloud now, but as the blogs was so popular, I thought I would create a new series for the newer version of SharePoint.
You can access other parts of this post below.
- Part 1 – Introduction
- Part 2 – Setting up and configuring Host Computer using Hyper V
-
- Installing Windows Server 2012 R2
- Setting up the Menu
- Syspreping
- Installing Windows Server 2012 R2
- Part 4 – Installing Active Directory
- Part 5 – Creating Certificate Authority
- Part 6 – Creating SQL & SharePoint Machine
- Part 7 – Adding AD Accounts
-
- Installing SQL 2016
- Installing SQL 2016
- Part 9 – Installing SharePoint 2016 – (This post)
- Part 10 – Configuring Central Administration for SSL
- Part 11- Configuring Services
- Part 12 – Configuring Hosting Apps and HNSC
- Part 13 – Configuring My Sites and User Profiles
- Part 14 – Enterprise Search Centre
-
- Installing SharePoint Designer
- Installing SharePoint Designer
-
- Installing Visual Studio
- Cleaning up Hyper V Checkpoints
- Installing Visual Studio
Giving SP_Setup Account administrative privilege on your SQL/SharePoint Virtual Machine
Before we can start installing SharePoint 2016, we want to install it using a Setup account. In Part 6 we created the SP_Setup account, now we need to add this to the administrators group of the local machine.
- On the start menu, type Edit local users and groups and select the application
In the left hand pane, click Groups. Then double click Administrators group to open it up.

- Click on Add… and enter SP_Setup. Click on OK, and then OK again to close the Administrators property box.
- Sign out of the SQL/SharePoint Virtual Machine as Adminstrator, and sign back in as SP_Setup
Insert SharePoint Server 2016 disk
- From the Hyper V Manager on your host machine, right click and select Settings…
- Under the DVD Drive, change the image file from SQL 2016 to SharePoint 2016. Click OK.
Install SharePoint 2016 prerequisites.
- Go back within the Virtual Machine, and double click the D drive, or run splash.hta
- Click the Install Software Prerequisites link.
- In the Microsoft SharePoint 2016 Products Preparation Tool dialog, click Next
- Accept the License Terms. Click Next.
- The prerequisites for SharePoint 2016 will be installed and set up. When it has completed, will be asked to reboot. Click Finish
- After a reboot and logged back in as SP_Setup, the installer continued. The prerequisites finally completed. Click Finish
Installing SharePoint 2016
- Double click the D drive, or run splash.hta
- Click Install SharePoint Server
- When prompted Enter your Product key. Click Continue.
- Tick I accept the terms of this agreement. Click Continue.
- Accept the default file location (Unless you have a reason not to). Click Install Now.
- When it has finished. Run the configuration wizard by clicking Close.
- On the Welcome to SharePoint Products click Next >
- Accept the dialog warning that services may have to be started or reset during configuration. Click Yes.
- On Connect to a server farm, select Create a new server farm. Click Next >
-
On the Specify Configuration Database settings
- Database Server: SQL2016
- Database Name: SharePoint_Config
- UserName: cfcode2016\SP_Farm
- Password: Pa55w0rd
Click Next >
- On Specify Farm Security Settings put the Passphrase as Pa55w0rd. Click Next >
- On Specify Server Role as this is a development environment, select Single Server Farm. Then click Next >
- On Configure SharePoint Central Administration Web Application tick Specify port number. Type in the number 2016. Select NTLM for security settings. Click Next >.
- On the final page Completing the SharePoint Products Configuration Wizard it will display a summary of what you have selected. Click Next >
- When the installer has finished, you will be presented with Configuration Successful. Click Finish. Internet explorer will open Central Administration allowing you to complete the installation. Click Cancel to Configure your SharePoint Farm. There is no need to run the wizard and better doing each service separately as you need it.
Next post will show you how to configure Central Administration for SSL. Again, now is a good place to shut down machines take checkpoints before continuing.