Windows Server 2012
Windows Server 2012
Tutorials
Introduction
Officially it was released on August 1, 2012 and
is just a commercial version as of now.
Windows Server 2012 has four editions:
› Foundation
› Essentials
› Standard
› Datacenter.
Each one of them has their own limitations except the
Datacenter version, which is also the most expensive
one.
Windows Server 2012 – Installation: System
Requirements
Congratulations!!!
Windows Server 2012 - Server Roles
Roles and Features are the tools that you need to install or activate in order to complete your
IT Administration duties, without their installation you cannot do anything.
Server Roles
Step 1 − Click with the mouse on Server Manager which is
found in the task bar
Step 2 − After opening the “Server Manager”, click on the
second option “Add roles and features”
Server Roles
Step 3 − The following screen will appear, then
you can Click on the Next button
Server Roles
Step 4 − Select the Role-based or feature-based installation and then click
on the Next button
Server Roles
Option 1 − Select a server from the server pool. This option is – if you
want to install the services in the physical server like being done in the
following screenshot
Server Roles
Option 2 − Select a virtual Hard disk if you want to install the services in
a virtual disk that can be somewhere in the network storage. Take a look
at the following screenshot for better understanding
Server Roles
Step 5 − The last step will be to check the service that you want to install,
but in the upcoming chapters we will continue this setup for each and
every important services
Windows Server 2012 - PowerShell
1: Get-Help
› The first PowerShell cmdlet every administrator
should learn is Get-Help. You can use this command to
get help with any other command. For example, if you
want to know how the Get-Process command works,
you can type:
Get-Help -Name Get-Process
Get-Process
Stop-Process
Stop-Process -Name notepad
Stop-Process -ID 2668
Windows Server 2012 - IIS Overview