Quantcast
Channel: TechNet Blogs
Viewing all articles
Browse latest Browse all 36188

Windows 2012 Core Survival Guide - Getting Started setting up your lab

$
0
0

 

About my 2012 Core Survival Guide

This first post is going to get us started on the journey. As I develop this guide I will need a lab. I am going to keep the lab simple: 3 Servers and a virtual switch. I created this lab virtually on my Windows 8 laptop because it supports 64 bit guests. I used my MSDN subscription for the servers. You can use evaluation copies of Windows server 2012 for your lab learning. You can find the rest of the details about my lab below in the picture.

My Lab Setup

clip_image004

Now that you have your lab setup we need to get started. The first thing you will need to know how to do is get PowerShell started.

Starting PowerShell

PowerShell is the primary automation tool for Windows Server 2012. To launch PowerShell while running Windows Server 2012 Core type "PowerShell" on the command line. You can determine you are in PowerShell by viewing your command prompt. It will start with "PS". To exit out of PowerShell type "Exit" on the command line. Below is an example of starting and exiting PowerShell.

clip_image006

Yup, I am starting slowly here since it must have taken you a couple of hours to get the lab setup. From the command window there is another tool you should know, Sconfig.cmd. Windows Server 2012 ships with a command line script called Sconfig.cmd. This utility requires you be an administrator on the local box. As I played around with Sconfig.cmd I discovered it was very limited in what it allowed me to set. I found to be able to completely configure a core server you will need to use PowerShell. I encourage you to play around with this tool. Below is a screen shot of sconfig.cmd.

clip_image007

More information about this Sconfig.cmd can be found at: http://technet.microsoft.com/en-us/library/jj647766.aspx

Windows Server 2012 core provides us with command line tools. A list of the command line tools can be found at: http://technet.microsoft.com/en-us/library/cc754340.aspx

Bruce


Viewing all articles
Browse latest Browse all 36188

Trending Articles