I’ve been toying with the idea of bringing up a lab for tinkering around with Configuration Manager lately. It’s something I’d love to do at work but there’s not enough time and never will be. Since Windows 10 offers the Hyper-V role, I decided to give it a shot. I’m running all of this on a Core i5 w/ 16GB RAM until I can build up something more substantial.
My background is desktop support. I spent a few years at Geek Squad driving the bug, setting up wireless routers, and watching the company slowly turn technicians into sales people. This drove me to corporate I.T. and desktop support. I spent three or four years doing that before I had finally picked up enough responsibilities to make it official as a system admin. That said, I’ve never had the opportunity to setup a domain from scratch before, outside of the labs for the MCSA course for Server 2012. A few downloads and a couple VMs later..
I’m not going to make step-by-step instructions for getting the labs ready for ConfigMgr as there is plenty out there. Here are some useful links and my notes. My daily work is in an environment with a CAS and three primaries with 8 DPs. For now, my lab will consist of a standalone Primary site with all roles.
It’s worth noting that in production, I’ve read that you shouldn’t use an external DNS name for your AD forest. Not a problem in this lab environment, but in the real world I’d do something like corporate.sccmchris.com. Not sure of all the ramifications, but if I gave them Internet access I know my clients wouldn’t load this blog by visiting “sccmchris.com” without being preceded by www. It also goes without saying that this is a bare minimum configuration to bring up a working domain, and I won’t be focusing on Best Practices other than Configuration Manager stuff.
Domain Controller: DC.SCCMCHRIS.COM
Primary Site Server: CM-PRIMARY.SCCMCHRIS.COM
Windows 7 Ent. Client: CLIENT-W7.SCCMCHRIS.COM
Windows 10 Ent. Client: CLIENT-W10.SCCMCHRIS.COM
Downloads and notes..
Windows Server 2016
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016
Configuration Manager 1606 / CB
https://www.microsoft.com/en-us/evalcenter/evaluate-system-center-configuration-manager-and-endpoint-protection
SQL Server 2016
https://www.microsoft.com/en-us/evalcenter/evaluate-sql-server-2016
Sweet packaged Hyper-V systems for Windows 7, 8, 10.
https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/#downloads
Lab Setup Guide
https://docs.microsoft.com/en-us/sccm/core/get-started/set-up-your-lab
Install Server 2016 on DC VM
Install Server 2016 on Primary VM
Create External switch in Hyper-V for DC Internet access (optional)
Create Internal switch in Hyper-V for use between VMs
On DC, install DNS/DHCP/AD DS roles.
Promote system to DC, create forest
Add second network adapter on internal network virtual switch, configure static IP. I used 10.0.0.1. This adapter will be on the same virtual switch as all other VMs.
Configure dhcp. add a scope to assign 10.0.0.2-.254/24, set router and all else to 10.0.0.1
Connect other systems virtual adapter to the internal network
clients receiving IPs after this step.
Create a domain user, add to domain admins
Join clients to newly created domain with new account
Creating snapshots and calling it a day. Ready to begin pre-req installation for 1606!