SlideShare a Scribd company logo
Install and Configure Windows Server 2016 Core on Hyper-V 2016
Step by Step (V1.1)
Ahmed Abdelwahed
Microsoft Certified Trainer
Ahmed_abdulwahed@outlook.com
Windows Server 2016 Core on Hyper-V 2016
2 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Contents
Lab Scenario ..............................................................................................................................................................................3
Working with Hyper-V...............................................................................................................................................................4
add Hyper-V role through PowerShell ..................................................................................................................................4
add Virtual Switch to Hyper-V...............................................................................................................................................4
Install Server Core 2016 on Hyper-V.........................................................................................................................................5
Manage server 2016 Core locally............................................................................................................................................14
Windows Server 2016 Initial Configuration ........................................................................................................................14
add IIS Role..........................................................................................................................................................................15
Manage Server Core 2016 Remotely ......................................................................................................................................16
Using GUI.............................................................................................................................................................................16
Using PowerShell.................................................................................................................................................................17
Using Remote Desktop........................................................................................................................................................17
Windows Server 2016 Core on Hyper-V 2016
3 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Lab Scenario
This lab provides basic information about:
1- Install and configure Hyper-V 2016 Server role.
2- Install Windows Server 2016 Core on Hyper-V and configure it locally and remotely.
In this lab, we have Active Directory and DNS in Windows Server 2016 named ITPROLABS.XYZ, for
this lab we join another Windows Server 2016 machine named Hyper-V01 to our domain, this
server will play Hyper-V server Role which host Windows Server core 2016.
Domain: ITPROLABS.XYZ
DC IP: 192.168.153.10
DNS: 192.168.153.10
Hyper-V01: 192.168.153.50
For full Windows Server 2016 active directory lab check the following link:
https://gallery.technet.microsoft.com/Install-Windows-Server-f37e3c6d?redir=0
Windows Server 2016 Core on Hyper-V 2016
4 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Working with Hyper-V
Login to server that will play Hyper-V role.
Server name: Hyper-V01
IP address: 192.168.153.50
Domain: ITProLab.xyz
add Hyper-V role through PowerShell
Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart
add Virtual Switch to Hyper-V
Add external virtual switch so we can connect VMs that hosted in Hyper-V with other VMs
Windows Server 2016 Core on Hyper-V 2016
5 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Install Server Core 2016 on Hyper-V
from Hyper-V01 server manager access Hyper-V management console and follow the below figures to install
Server Core 2016 VM.
Windows Server 2016 Core on Hyper-V 2016
6 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Windows Server 2016 Core on Hyper-V 2016
7 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Browse and select Windows Server 2016 ISO image to use it as installation source
Windows Server 2016 Core on Hyper-V 2016
8 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Connect to Server Core VM and start installation process
Windows Server 2016 Core on Hyper-V 2016
9 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Windows Server 2016 Core on Hyper-V 2016
10 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Select Windows Server 2016 Standard Core
Windows Server 2016 Core on Hyper-V 2016
11 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Windows Server 2016 Core on Hyper-V 2016
12 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Windows Server 2016 Core on Hyper-V 2016
13 | P a g e
http://www.mycertprofile.com/Profile/3992184764
After installation is done, change local administrator password (we need it to access our server for first time)
Windows Server 2016 Core on Hyper-V 2016
14 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Manage server 2016 Core locally
Windows Server 2016 Initial Configuration
Login to server core using local administrator account, then use Sconfig to change server Initial Configuration like Server
name and network configuration, so we can join our server to ITPROLABS.XYZ domain.
Server Name: WebServer
IP address: 192.168.153.52
SM:255.255.255.0
DNS: 192.168.153.10
DG: 192.168.153.2
Windows Server 2016 Core on Hyper-V 2016
15 | P a g e
http://www.mycertprofile.com/Profile/3992184764
add IIS Role
Type 15 to exit sconfig to command line mode then type PowerShell to access PowerShell mode. Through
PowerShell use the following command to install IIS server role
Install-WindowsFeature -name Web-Server -IncludeManagementTools -verbose
After IIS installation is done, you can access WebServer through web as shown down
Windows Server 2016 Core on Hyper-V 2016
16 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Manage Server Core 2016 Remotely
Also, we can manage server core remotely as explained down:
Using GUI
By adding server core to another GUI server manager as shown down, we added here through another server
that already joined to our domain ITPROLABS.XYZ.
now server core is added to another GUI server manager, so we can add and remove roles and features remotely
or configure some management tasks as shown down.
Windows Server 2016 Core on Hyper-V 2016
17 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Using PowerShell
By selecting PowerShell from the following down list.
Using Remote Desktop
Also, you can contact and manage server core remotely through remote desktop, first we need to enable remote
desktop through Sconfig console as shown down:
Windows Server 2016 Core on Hyper-V 2016
18 | P a g e
http://www.mycertprofile.com/Profile/3992184764
From any server or PC run mstsc then access WebServer
Windows Server 2016 Core on Hyper-V 2016
19 | P a g e
http://www.mycertprofile.com/Profile/3992184764
Ad

More Related Content

What's hot (20)

Windows Server 2019.pptx
Windows Server 2019.pptxWindows Server 2019.pptx
Windows Server 2019.pptx
masbulosoke
 
Introduction_of_ADDS
Introduction_of_ADDSIntroduction_of_ADDS
Introduction_of_ADDS
Harsh Sethi
 
List of usernames and passwords for Huawei routers
List of usernames and passwords for Huawei routersList of usernames and passwords for Huawei routers
List of usernames and passwords for Huawei routers
Huanetwork
 
NSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptxNSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptx
Atif Raees
 
Windows 2019
Windows 2019Windows 2019
Windows 2019
Gary Williams
 
Mcse 2012
Mcse 2012Mcse 2012
Mcse 2012
Mohammed Zainul Abiddin
 
Windows Server 2019 -InspireTech 2019
Windows Server 2019 -InspireTech 2019Windows Server 2019 -InspireTech 2019
Windows Server 2019 -InspireTech 2019
Diana Carolina Torres Viasus
 
Azure Site Recovery Bootcamp
Azure Site Recovery BootcampAzure Site Recovery Bootcamp
Azure Site Recovery Bootcamp
Asaf Nakash
 
5 modern desktop - windows autopilot
5   modern desktop - windows autopilot5   modern desktop - windows autopilot
5 modern desktop - windows autopilot
Andrew Bettany
 
Microsoft Active Directory.pptx
Microsoft Active Directory.pptxMicrosoft Active Directory.pptx
Microsoft Active Directory.pptx
masbulosoke
 
Installing and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepInstalling and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by step
Ahmed Abdelwahed
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
Mark Wilson
 
Azure-AD.pptx
Azure-AD.pptxAzure-AD.pptx
Azure-AD.pptx
ssuser9dddf7
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking Basics
Sai Kishore Naidu
 
Exchange server.pptx
Exchange server.pptxExchange server.pptx
Exchange server.pptx
Vignesh kumar
 
Wifi Cracking - Step by Step Using Backtracks Tool
Wifi Cracking - Step by Step Using Backtracks ToolWifi Cracking - Step by Step Using Backtracks Tool
Wifi Cracking - Step by Step Using Backtracks Tool
John Henry Gaspay
 
EPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities OverviewEPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities Overview
EPC Group
 
Azure vnet
Azure vnetAzure vnet
Azure vnet
zekeLabs Technologies
 
AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)
AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)
AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)
Amazon Web Services Korea
 
Windows Virtual Desktop Powered By Microsoft Azure
Windows Virtual Desktop Powered By Microsoft AzureWindows Virtual Desktop Powered By Microsoft Azure
Windows Virtual Desktop Powered By Microsoft Azure
David J Rosenthal
 
Windows Server 2019.pptx
Windows Server 2019.pptxWindows Server 2019.pptx
Windows Server 2019.pptx
masbulosoke
 
Introduction_of_ADDS
Introduction_of_ADDSIntroduction_of_ADDS
Introduction_of_ADDS
Harsh Sethi
 
List of usernames and passwords for Huawei routers
List of usernames and passwords for Huawei routersList of usernames and passwords for Huawei routers
List of usernames and passwords for Huawei routers
Huanetwork
 
NSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptxNSX-T Architecture and Components.pptx
NSX-T Architecture and Components.pptx
Atif Raees
 
Azure Site Recovery Bootcamp
Azure Site Recovery BootcampAzure Site Recovery Bootcamp
Azure Site Recovery Bootcamp
Asaf Nakash
 
5 modern desktop - windows autopilot
5   modern desktop - windows autopilot5   modern desktop - windows autopilot
5 modern desktop - windows autopilot
Andrew Bettany
 
Microsoft Active Directory.pptx
Microsoft Active Directory.pptxMicrosoft Active Directory.pptx
Microsoft Active Directory.pptx
masbulosoke
 
Installing and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by stepInstalling and configuring a dhcp on windows server 2016 step by step
Installing and configuring a dhcp on windows server 2016 step by step
Ahmed Abdelwahed
 
Introduction to Hyper-V
Introduction to Hyper-VIntroduction to Hyper-V
Introduction to Hyper-V
Mark Wilson
 
Microsoft Azure Networking Basics
Microsoft Azure Networking BasicsMicrosoft Azure Networking Basics
Microsoft Azure Networking Basics
Sai Kishore Naidu
 
Exchange server.pptx
Exchange server.pptxExchange server.pptx
Exchange server.pptx
Vignesh kumar
 
Wifi Cracking - Step by Step Using Backtracks Tool
Wifi Cracking - Step by Step Using Backtracks ToolWifi Cracking - Step by Step Using Backtracks Tool
Wifi Cracking - Step by Step Using Backtracks Tool
John Henry Gaspay
 
EPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities OverviewEPC Group Intune Practice and Capabilities Overview
EPC Group Intune Practice and Capabilities Overview
EPC Group
 
AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)
AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)
AWS Finance Symposium_국내 메이저 증권사의 클라우드 글로벌 로드밸런서 활용 사례 (gslb)
Amazon Web Services Korea
 
Windows Virtual Desktop Powered By Microsoft Azure
Windows Virtual Desktop Powered By Microsoft AzureWindows Virtual Desktop Powered By Microsoft Azure
Windows Virtual Desktop Powered By Microsoft Azure
David J Rosenthal
 

Similar to Install and configure windows server 2016 core on hyper v 2016 step by step (20)

Hyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by stepHyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by step
Ahmed Abdelwahed
 
Install and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by stepInstall and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by step
Ahmed Abdelwahed
 
Exchange 2016v1.3.pdf
Exchange 2016v1.3.pdfExchange 2016v1.3.pdf
Exchange 2016v1.3.pdf
Rao vặt Đồng Nai
 
SQL4SAP_2019.pdf
SQL4SAP_2019.pdfSQL4SAP_2019.pdf
SQL4SAP_2019.pdf
Navin Somal
 
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by StepCreate and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Ahmed Abdelwahed
 
Compliance Automation Workshop
Compliance Automation WorkshopCompliance Automation Workshop
Compliance Automation Workshop
Chef
 
Chef compliance - Intermediate Training
Chef compliance - Intermediate TrainingChef compliance - Intermediate Training
Chef compliance - Intermediate Training
Sarah Hynes Cheney
 
Iscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by stepIscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by step
Ahmed Abdelwahed
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
parallelminder
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
parallelminder
 
OWA And SharePoint Integration
OWA And SharePoint IntegrationOWA And SharePoint Integration
OWA And SharePoint Integration
jems7
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
Microsoft Exchange Server 2013 Installation
Microsoft Exchange Server 2013 InstallationMicrosoft Exchange Server 2013 Installation
Microsoft Exchange Server 2013 Installation
Shahab Al Yamin Chawdhury
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installation
takdirlovely09
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)
Tuan Yang
 
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
barbuhalahdl
 
SharePoint2010 single server farm installation
SharePoint2010 single server farm installationSharePoint2010 single server farm installation
SharePoint2010 single server farm installation
parallelminder
 
Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2
laonap166
 
Test managementsetupguide
Test managementsetupguideTest managementsetupguide
Test managementsetupguide
Cecilia Briones Figueroa
 
Hyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by stepHyper v replication on windows server 2016 step by step
Hyper v replication on windows server 2016 step by step
Ahmed Abdelwahed
 
Install and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by stepInstall and manage windows nano server 2016 step by step
Install and manage windows nano server 2016 step by step
Ahmed Abdelwahed
 
SQL4SAP_2019.pdf
SQL4SAP_2019.pdfSQL4SAP_2019.pdf
SQL4SAP_2019.pdf
Navin Somal
 
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by StepCreate and Configure Windows Server 2016 VM in the Azure Step by Step
Create and Configure Windows Server 2016 VM in the Azure Step by Step
Ahmed Abdelwahed
 
Compliance Automation Workshop
Compliance Automation WorkshopCompliance Automation Workshop
Compliance Automation Workshop
Chef
 
Chef compliance - Intermediate Training
Chef compliance - Intermediate TrainingChef compliance - Intermediate Training
Chef compliance - Intermediate Training
Sarah Hynes Cheney
 
Iscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by stepIscsi storage in windows server 2016 step by step
Iscsi storage in windows server 2016 step by step
Ahmed Abdelwahed
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
parallelminder
 
Share point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installationShare point 2010 enterprise single server farm installation
Share point 2010 enterprise single server farm installation
parallelminder
 
OWA And SharePoint Integration
OWA And SharePoint IntegrationOWA And SharePoint Integration
OWA And SharePoint Integration
jems7
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
Share point 2019 installation guide
Share point 2019 installation guideShare point 2019 installation guide
Share point 2019 installation guide
Rudresh Tiwari
 
Microsoft exchange-server-2013-installation
Microsoft exchange-server-2013-installationMicrosoft exchange-server-2013-installation
Microsoft exchange-server-2013-installation
takdirlovely09
 
Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)Windows Server 2016 First Look (Part 1)
Windows Server 2016 First Look (Part 1)
Tuan Yang
 
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
Programming ASP NET MVC 4 Developing Real World Web Applications with ASP NET...
barbuhalahdl
 
SharePoint2010 single server farm installation
SharePoint2010 single server farm installationSharePoint2010 single server farm installation
SharePoint2010 single server farm installation
parallelminder
 
Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2Migrating dhcp from windows server 2003 to 2012 r2
Migrating dhcp from windows server 2003 to 2012 r2
laonap166
 
Ad

Recently uploaded (20)

Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Asthma presentación en inglés abril 2025 pdf
Asthma presentación en inglés abril 2025 pdfAsthma presentación en inglés abril 2025 pdf
Asthma presentación en inglés abril 2025 pdf
VanessaRaudez
 
Automation Dreamin': Capture User Feedback From Anywhere
Automation Dreamin': Capture User Feedback From AnywhereAutomation Dreamin': Capture User Feedback From Anywhere
Automation Dreamin': Capture User Feedback From Anywhere
Lynda Kane
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Rock, Paper, Scissors: An Apex Map Learning Journey
Rock, Paper, Scissors: An Apex Map Learning JourneyRock, Paper, Scissors: An Apex Map Learning Journey
Rock, Paper, Scissors: An Apex Map Learning Journey
Lynda Kane
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018
#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018
#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018
Lynda Kane
 
"Rebranding for Growth", Anna Velykoivanenko
"Rebranding for Growth", Anna Velykoivanenko"Rebranding for Growth", Anna Velykoivanenko
"Rebranding for Growth", Anna Velykoivanenko
Fwdays
 
Leading AI Innovation As A Product Manager - Michael Jidael
Leading AI Innovation As A Product Manager - Michael JidaelLeading AI Innovation As A Product Manager - Michael Jidael
Leading AI Innovation As A Product Manager - Michael Jidael
Michael Jidael
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Network Security. Different aspects of Network Security.
Network Security. Different aspects of Network Security.Network Security. Different aspects of Network Security.
Network Security. Different aspects of Network Security.
gregtap1
 
Image processinglab image processing image processing
Image processinglab image processing  image processingImage processinglab image processing  image processing
Image processinglab image processing image processing
RaghadHany
 
Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)Into The Box Conference Keynote Day 1 (ITB2025)
Into The Box Conference Keynote Day 1 (ITB2025)
Ortus Solutions, Corp
 
Asthma presentación en inglés abril 2025 pdf
Asthma presentación en inglés abril 2025 pdfAsthma presentación en inglés abril 2025 pdf
Asthma presentación en inglés abril 2025 pdf
VanessaRaudez
 
Automation Dreamin': Capture User Feedback From Anywhere
Automation Dreamin': Capture User Feedback From AnywhereAutomation Dreamin': Capture User Feedback From Anywhere
Automation Dreamin': Capture User Feedback From Anywhere
Lynda Kane
 
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfComplete Guide to Advanced Logistics Management Software in Riyadh.pdf
Complete Guide to Advanced Logistics Management Software in Riyadh.pdf
Software Company
 
Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025Splunk Security Update | Public Sector Summit Germany 2025
Splunk Security Update | Public Sector Summit Germany 2025
Splunk
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Technology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data AnalyticsTechnology Trends in 2025: AI and Big Data Analytics
Technology Trends in 2025: AI and Big Data Analytics
InData Labs
 
Rusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond SparkRusty Waters: Elevating Lakehouses Beyond Spark
Rusty Waters: Elevating Lakehouses Beyond Spark
carlyakerly1
 
Rock, Paper, Scissors: An Apex Map Learning Journey
Rock, Paper, Scissors: An Apex Map Learning JourneyRock, Paper, Scissors: An Apex Map Learning Journey
Rock, Paper, Scissors: An Apex Map Learning Journey
Lynda Kane
 
What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...What is Model Context Protocol(MCP) - The new technology for communication bw...
What is Model Context Protocol(MCP) - The new technology for communication bw...
Vishnu Singh Chundawat
 
#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018
#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018
#AdminHour presents: Hour of Code2018 slide deck from 12/6/2018
Lynda Kane
 
"Rebranding for Growth", Anna Velykoivanenko
"Rebranding for Growth", Anna Velykoivanenko"Rebranding for Growth", Anna Velykoivanenko
"Rebranding for Growth", Anna Velykoivanenko
Fwdays
 
Leading AI Innovation As A Product Manager - Michael Jidael
Leading AI Innovation As A Product Manager - Michael JidaelLeading AI Innovation As A Product Manager - Michael Jidael
Leading AI Innovation As A Product Manager - Michael Jidael
Michael Jidael
 
Drupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy ConsumptionDrupalcamp Finland – Measuring Front-end Energy Consumption
Drupalcamp Finland – Measuring Front-end Energy Consumption
Exove
 
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...
TrustArc
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager API
UiPathCommunity
 
Network Security. Different aspects of Network Security.
Network Security. Different aspects of Network Security.Network Security. Different aspects of Network Security.
Network Security. Different aspects of Network Security.
gregtap1
 
Image processinglab image processing image processing
Image processinglab image processing  image processingImage processinglab image processing  image processing
Image processinglab image processing image processing
RaghadHany
 
Ad

Install and configure windows server 2016 core on hyper v 2016 step by step

  • 1. Install and Configure Windows Server 2016 Core on Hyper-V 2016 Step by Step (V1.1) Ahmed Abdelwahed Microsoft Certified Trainer [email protected]
  • 2. Windows Server 2016 Core on Hyper-V 2016 2 | P a g e http://www.mycertprofile.com/Profile/3992184764 Contents Lab Scenario ..............................................................................................................................................................................3 Working with Hyper-V...............................................................................................................................................................4 add Hyper-V role through PowerShell ..................................................................................................................................4 add Virtual Switch to Hyper-V...............................................................................................................................................4 Install Server Core 2016 on Hyper-V.........................................................................................................................................5 Manage server 2016 Core locally............................................................................................................................................14 Windows Server 2016 Initial Configuration ........................................................................................................................14 add IIS Role..........................................................................................................................................................................15 Manage Server Core 2016 Remotely ......................................................................................................................................16 Using GUI.............................................................................................................................................................................16 Using PowerShell.................................................................................................................................................................17 Using Remote Desktop........................................................................................................................................................17
  • 3. Windows Server 2016 Core on Hyper-V 2016 3 | P a g e http://www.mycertprofile.com/Profile/3992184764 Lab Scenario This lab provides basic information about: 1- Install and configure Hyper-V 2016 Server role. 2- Install Windows Server 2016 Core on Hyper-V and configure it locally and remotely. In this lab, we have Active Directory and DNS in Windows Server 2016 named ITPROLABS.XYZ, for this lab we join another Windows Server 2016 machine named Hyper-V01 to our domain, this server will play Hyper-V server Role which host Windows Server core 2016. Domain: ITPROLABS.XYZ DC IP: 192.168.153.10 DNS: 192.168.153.10 Hyper-V01: 192.168.153.50 For full Windows Server 2016 active directory lab check the following link: https://gallery.technet.microsoft.com/Install-Windows-Server-f37e3c6d?redir=0
  • 4. Windows Server 2016 Core on Hyper-V 2016 4 | P a g e http://www.mycertprofile.com/Profile/3992184764 Working with Hyper-V Login to server that will play Hyper-V role. Server name: Hyper-V01 IP address: 192.168.153.50 Domain: ITProLab.xyz add Hyper-V role through PowerShell Install-WindowsFeature -Name Hyper-V -IncludeManagementTools -Restart add Virtual Switch to Hyper-V Add external virtual switch so we can connect VMs that hosted in Hyper-V with other VMs
  • 5. Windows Server 2016 Core on Hyper-V 2016 5 | P a g e http://www.mycertprofile.com/Profile/3992184764 Install Server Core 2016 on Hyper-V from Hyper-V01 server manager access Hyper-V management console and follow the below figures to install Server Core 2016 VM.
  • 6. Windows Server 2016 Core on Hyper-V 2016 6 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 7. Windows Server 2016 Core on Hyper-V 2016 7 | P a g e http://www.mycertprofile.com/Profile/3992184764 Browse and select Windows Server 2016 ISO image to use it as installation source
  • 8. Windows Server 2016 Core on Hyper-V 2016 8 | P a g e http://www.mycertprofile.com/Profile/3992184764 Connect to Server Core VM and start installation process
  • 9. Windows Server 2016 Core on Hyper-V 2016 9 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 10. Windows Server 2016 Core on Hyper-V 2016 10 | P a g e http://www.mycertprofile.com/Profile/3992184764 Select Windows Server 2016 Standard Core
  • 11. Windows Server 2016 Core on Hyper-V 2016 11 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 12. Windows Server 2016 Core on Hyper-V 2016 12 | P a g e http://www.mycertprofile.com/Profile/3992184764
  • 13. Windows Server 2016 Core on Hyper-V 2016 13 | P a g e http://www.mycertprofile.com/Profile/3992184764 After installation is done, change local administrator password (we need it to access our server for first time)
  • 14. Windows Server 2016 Core on Hyper-V 2016 14 | P a g e http://www.mycertprofile.com/Profile/3992184764 Manage server 2016 Core locally Windows Server 2016 Initial Configuration Login to server core using local administrator account, then use Sconfig to change server Initial Configuration like Server name and network configuration, so we can join our server to ITPROLABS.XYZ domain. Server Name: WebServer IP address: 192.168.153.52 SM:255.255.255.0 DNS: 192.168.153.10 DG: 192.168.153.2
  • 15. Windows Server 2016 Core on Hyper-V 2016 15 | P a g e http://www.mycertprofile.com/Profile/3992184764 add IIS Role Type 15 to exit sconfig to command line mode then type PowerShell to access PowerShell mode. Through PowerShell use the following command to install IIS server role Install-WindowsFeature -name Web-Server -IncludeManagementTools -verbose After IIS installation is done, you can access WebServer through web as shown down
  • 16. Windows Server 2016 Core on Hyper-V 2016 16 | P a g e http://www.mycertprofile.com/Profile/3992184764 Manage Server Core 2016 Remotely Also, we can manage server core remotely as explained down: Using GUI By adding server core to another GUI server manager as shown down, we added here through another server that already joined to our domain ITPROLABS.XYZ. now server core is added to another GUI server manager, so we can add and remove roles and features remotely or configure some management tasks as shown down.
  • 17. Windows Server 2016 Core on Hyper-V 2016 17 | P a g e http://www.mycertprofile.com/Profile/3992184764 Using PowerShell By selecting PowerShell from the following down list. Using Remote Desktop Also, you can contact and manage server core remotely through remote desktop, first we need to enable remote desktop through Sconfig console as shown down:
  • 18. Windows Server 2016 Core on Hyper-V 2016 18 | P a g e http://www.mycertprofile.com/Profile/3992184764 From any server or PC run mstsc then access WebServer
  • 19. Windows Server 2016 Core on Hyper-V 2016 19 | P a g e http://www.mycertprofile.com/Profile/3992184764