ITP4406 - Lab01 (Install Windows Server 2012R2) v4
ITP4406 - Lab01 (Install Windows Server 2012R2) v4
Learning Objectives
Note:
The image files (ISO) for both Windows Server 2012 R2 and Windows 8.1 Enterprise are stored in
C:\iso_images
Scenario
The following network diagram shows a typical network/system setup of a small Windows-based
network. The major components include:
Page 1
Server and Services Management (ITP4406)
Lab 1 Server Installation
Page 2
Server and Services Management (ITP4406)
Lab 1 Server Installation
Page 3
Server and Services Management (ITP4406)
Lab 1 Server Installation
Memory: 8GB
Processor: 2
Hard Disk: 60GB
Network Adapter: NAT
6. Install the system and leave the Product Key blank. (Product key can be entered later)
1. Log in as Administrator.
3. Select This PC and then right click and from bottom menu bar select Properties.
4. On System window under Computer name, domain, and workgroup settings section click on
Change settings link.
Page 4
Server and Services Management (ITP4406)
Lab 1 Server Installation
5. On System Properties box make sure that you are on Computer Name tab and click on Change
button.
6. On Computer Name/Domain Changes box in Computer name text box type the new name for
Windows server 2012 R2 computer (i.e. dc01).
7. Click on Ok button.
8. On the appeared option box click on Restart Now button to restart the computer.
Questions
Page 5
Server and Services Management (ITP4406)
Lab 1 Server Installation
Page 6
Server and Services Management (ITP4406)
Lab 1 Server Installation
Page 7
Server and Services Management (ITP4406)
Lab 1 Server Installation
4. Find out the following security policy settings from your newly installed Windows Server (Hinsts:
Administrative Tools, Local Security Policies)
5. What are the security setting items under the Windows Firewall with Advanced Security?
1.
2.
3.
6. Write down the built-in users of your server. (Hints: Start Administrative Tools Computer
Management.)
Page 8
Server and Services Management (ITP4406)
Lab 1 Server Installation
7. Write down the built-in groups of your server (Hints: Start Administrative Tools Computer
Management.)
Page 9
Server and Services Management (ITP4406)
Lab 1 Server Installation
Introduction to Powershell
Powershell Commands
Page 10
Server and Services Management (ITP4406)
Lab 1 Server Installation
Command Description
Get-Help Display information about Windows PowerShell cmdlets
and concepts.
Get-Command List all built-in Powershell commands
Get-Alias A full list of built-in alias
Get-PSdrive A list of currently loaded Powershell drive on local
system
Get-Module -ListAvailable List available Powershell module
Import-Module ServerManager Load the ServerManager module to Powershell
Get-WindowsFeature List all available server roles and features (a cmdlet from
ServerManager module)
Get-Process List all running process
Stop-Computer Shutdown the server
Page 11
Server and Services Management (ITP4406)
Lab 1 Server Installation
5. Try at least FIVE commands listed by Get-Command. Find out the functions of these FIVE
Powershell commands
1.
2.
3.
4.
5.
10. What Powershell command(s) should be used to install the print server role in your Windows server?
What Powershell module (import-module) is required (or simply what module should be
imported)?
Page 12