Network Administration#1
Network Administration#1
• Network Overview
• Windows Server Overview
• Installing Windows Server
• Understanding Server Core
• A word on Nano Server
• Post Installation Configuration
• Introduction to PowerShell
Windows Server Overview
• Hardware
• The physical components of a computer is called Hardware.
• Or any electronic or mechanical component which form a computer is hardware.
• Examples are,
• Keyboard
• CPU
• Monitor
• Software
• Software refers to computer programs, routines and packages required to utilize and
control the operation of the computer such as
• DISK Operating System,
• Operating Systems,
• MS-Office or
• User developed programs
Network Overview
Operating System
• Is a software program that enables the computer hardware to communicate and
operate with computer software
Migration
Moving one role or feature and its data to a different computer not upgrading the feature on
the same computer – source server destination server.
Ex: Migrate DHCP role from Server 2012 Server 2016
Upgrade
Is an option that keep the same hardware and all the server roles you have setup without
flattening.
Classic upgrade: upgrading from an older OS to a newer one (server 2012 2016).
Modern upgrade: upgrading from an older version to a newer (server 2016[1607] [1709).
Installing Windows Server
Hardware requirements
Minimum hardware requirements for installation of windows server 2016.
- 1.4 GHz, 64 bit processor
- 512 MB RAM
- 32 GB Hard Drive for partition
- Gigabit NIC that support PXE boot
Installing Windows Server
Two types of command line interpreter applications are available in most windows
OS.
• CMD
is a command line interpreter application available in most win OS, is officially
called windows command processor, command shell, Cmd prompt or Cmd.exe.
• PowerShell
is an interactive command line shell developed by Microsoft to help IT
professionals configure systems and automate administrative tasks.
Introduction to PowerShell
PowerShell Vs Cmd.exe
PowerShell and Cmd.exe do have similarities, but they have some common difference.
- Cmd.exe provide command line interface for limited set of functionalities and PowerShell do that for
more set of functionalities.
Ipconfig, ipconfig | out-file –filepath c:\iptxt.txt; c:\iptxt.txt / Dir, (Dir, Get-Childitem, Get-Help Get-
Childitem)
- Cmd.exe makes dealing with command result difficult, while PowerShell makes dealing with command
result very easy Ex: automation
- PowerShell provides access to the .NET Framework
Update-Help, Get-Help Get-Help –Online
Summary
• Network Overview
• Windows Server Overview
• Installing Windows Server
• Understanding Server Core
• A word on Nano Server
• Post Installation Configuration
• Introduction to PowerShell