SlideShare a Scribd company logo
1 of 38
Microsoft®
Official Course
Module 1
Deploying and Managing
Windows Server 2012
Module Overview
• Windows Server 2012 Overview
• Overview of Windows Server 2012 Management
• Installing Windows Server 2012
• Post-Installation Configuration of Windows
Server 2012
• Introduction to Windows PowerShell
Lesson 1: Windows Server 2012 Overview
• On-Premises Servers
• What Is Cloud Computing?
• Windows Server 2012 Editions
• What Is Server Core?
• Windows Server 2012 Roles
• What Are the Windows Server 2012 Features?
On-Premises Servers
ClientsServers Resources provided
to clients
What Is Cloud Computing?
Private clouds have a single tenant, which:
Types of cloud services:
• IaaS
• PaaS
• SaaS
• Is usually on-premises
• Is highly automated
• Uses System Center 2012 to provide automation
and self-service
• Requires minimal direct configuration once set up
Public clouds have multiple tenants
Windows Server 2012 Editions
Windows Server 2012 editions:
• Windows Server 2012 Standard operating system
• Windows Server 2012 Datacenter operating system
• Windows Server 2012 Foundation operating system
• Windows Server 2012 Essentials operating system
• Microsoft Hyper-V Server 2012
• Windows Storage Server 2012 Workgroup operating system
• Windows Storage Server 2012 Standard operating system
• Windows MultiPoint Server 2012 Standard operating system
• Windows MultiPoint Server 2012 Premium operating system
What Is Server Core?
Server Core
• Is a more secure, less resource-intensive
installation option
• Can be converted to the full version of Windows
Server 2012
• Is the default installation option for Windows
Server 2012
• Is managed locally using sconfig.cmd
• If you enable remote management, you will
rarely need to log on locally
Windows Server 2012 Roles
Roles
Functions
• Web Server
• Domain Controller
• Certificate Server
• Are made up of role services components that
provide additional functionality associated with
the role
• In Server Manager 2012, console servers with a
similar role are grouped together
• Role deployment also includes the
configuration of dependencies
What Are the Windows Server 2012 Features?
Features:
•Are components that support the server such
as Windows Server Backup or Failover
clustering
•Usually do not provide a service directly to
clients on the network
Keep in mind the following points:
•Roles can have features as dependencies
•Features on Demand are features that need to
be installed using a mounted image as a source
Lesson 2: Overview of Windows Server 2012
Management
• What Is Server Manager?
• Administrative Tools and Remote Server
Administration Tools
• Demonstration: Using Server Manager
• Configuring Services
• Configuring Windows Remote Management
What Is Server Manager?
You can use Server Manager to:
• Add roles and features
• Launch Windows PowerShell sessions
• View events
• Perform server configuration tasks
• Manage multiple servers on a
network from one console
Administrative Tools and Remote Server
Administration Tools
Administrative tools:
• Active Directory Administrative Center
• Active Directory Users and Computers
• DNS console
• Event Viewer
• Group Policy Management Console
• IIS Manager
• Performance Monitor
• Resource Monitor
• Task Scheduler
Demonstration: Using Server Manager
In this demonstration, you will see how to:
• Sign in to Windows Server 2012 and view the Windows
Server 2012 desktop
• Add a feature by Using the Add Roles and Features
Wizard
• View role-related events
• Run the Best Practice Analyzer for a role
• List the tools available from Server Manager
• Restart Windows Server 2012
Configuring Services
Configuring Windows Remote Management
When deciding to use Remote Management, consider
the following:
• You are more likely to manage a server remotely
than by locally logging on
• With WinRM, you can use consoles, command-line
utilities, or Windows PowerShell to perform remote
management tasks
• With Remote Desktop, you can log on to a server
locally or from across the network
Lesson 3: Installing Windows Server 2012
• Installation Methods
• Installation Types
• Hardware Requirements for Windows Server 2012
• Installing Windows Server 2012
Installation Methods
Windows Server 2012 deployment method
options include:
USB mediaOptical disk
Windows DS
Installation Types
Hardware Requirements for Windows Server 2012
Windows Server 2012 has the following minimum
hardware requirements:
• Processor architecture x86-64
• Processor speed 1.4 GHz
• Memory (RAM) 512 MB
• Hard disk drive space 32 GB
o More hard disk drive space
is needed if the server has
more than 16 GB of RAM
Installing Windows Server 2012
Lesson 4: Post-Installation Configuration of
Windows Server 2012
• Overview of Post-Installation Configuration
• Configuring Server Network Settings
• How to Join a Domain
• Performing an Offline Domain Join
• Activating Windows Server 2012
• Configuring a Server Core Installation
Overview of Post-Installation Configuration
Configuring Server Network Settings
How to Join a Domain
Information necessary
for a domain join:
• Domain name
• Account with
permission to join
computer to domain
Performing an Offline Domain Join
Process for performing an offline join:
1. Ensure the user performing the offline domain join is an
administrator, or delegate the appropriate rights
2. To provision the computer account object and create the
binary file, run djoin on the domain controller
3. Transfer the binary file with the domain information to
client computer system’s hard disk drive
4. To load the binary file, in the destination computer, run
djoin
5. Restart the client computer
Windows Server
2012
Activating Windows Server 2012
Configuring a Server Core Installation
Lesson 5: Introduction to Windows PowerShell
• What Is Windows PowerShell?
• Windows PowerShell Cmdlet Syntax
• Common Cmdlets for Server Administration
• What Is Windows PowerShell ISE?
• Demonstration: Using Windows PowerShell
• Demonstration: Using Windows PowerShell ISE
What Is Windows PowerShell?
Windows PowerShell Cmdlet Syntax
Windows PowerShell Cmdlet
Syntax:
• Get-Help -Noun
NounName
• Get-Help -Verb
VerbName
• Help CmdltName
• Get-Command
Common Cmdlets for Server Administration
• Service Cmdlets
• Use the Service noun
• Event Log Cmdlets
• Use the Eventlog noun
• Process Cmdlets
• Use the Process noun
• ServerManager module
• Allows the WindowsFeature noun
What Is Windows PowerShell ISE?
Demonstration: Using Windows PowerShell
• In this demonstration, you will see how to use
Windows PowerShell to display the running services
and processes on a server
Demonstration: Using Windows PowerShell ISE
In this demonstration, you will see how to:
• Use Windows PowerShell ISE to import the ServerManager
module
• View the cmdlets made available in the ServerManager
module
• Use the Get-WindowsFeature cmdlet from Windows
PowerShell ISE
Lab: Deploying and Managing Windows Server 2012
• Exercise 1: Deploying Windows Server 2012
• Exercise 2: Configuring Windows Server 2012
Server Core
• Exercise 3: Managing Servers
• Exercise 4: Using Windows PowerShell to Manage
Servers
Logon Information
Virtual machines 20410B-LON-DC1
20410B-LON-SVR3
20410B-LON-CORE
User name AdatumAdministrator
Password Pa$$w0rd
Estimated Time: 60 minutes
Lab Scenario
A. Datum Corporation is a global engineering and
manufacturing company with a head office based in
London, England. A. Datum has recently deployed a
Windows Server 2012 infrastructure with Windows 8
clients.
You have been working for A. Datum for several years as a
desktop support specialist and have recently accepted a
promotion to the server support team.
The marketing department has purchased a new
web-based application. You need to install and configure
the servers in the data center for this application. One
server has a GUI interface, and the other server is
configured as Server Core.
Lab Review
• What IP address range is used by the computers in
the lab?
• Why must you set the DNS server address prior to
joining the domain?
• Besides sconfig.cmd, what other tool can you use
to rename a computer running the Server Core
operating system?
Module Review and Takeaways
• Review Questions
• Common Issues and Troubleshooting Tips

More Related Content

What's hot

MCSA 70-410 1 -installing windows server 2012 R2
MCSA 70-410  1 -installing windows server 2012 R2MCSA 70-410  1 -installing windows server 2012 R2
MCSA 70-410 1 -installing windows server 2012 R2Tarek Amer
 
Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00gameaxt
 
Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Aidan Finn
 
Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13gameaxt
 
Microsoft Offical Course 20410C_07
Microsoft Offical Course 20410C_07Microsoft Offical Course 20410C_07
Microsoft Offical Course 20410C_07gameaxt
 
Step by Step Installation of Microsoft SQL Server 2012
Step by Step Installation of Microsoft SQL Server 2012 Step by Step Installation of Microsoft SQL Server 2012
Step by Step Installation of Microsoft SQL Server 2012 Sameh AboulDahab
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012drakoumu
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012passiteasy
 
Q1 Southern California Session Slides
Q1 Southern California Session SlidesQ1 Southern California Session Slides
Q1 Southern California Session SlidesHarold Wong
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Harold Wong
 
Installation & configuration
Installation & configurationInstallation & configuration
Installation & configurationSyAM Software
 
Windows 8 Deployment
Windows 8 DeploymentWindows 8 Deployment
Windows 8 DeploymentHarold Wong
 

What's hot (18)

MCSA 70-410 1 -installing windows server 2012 R2
MCSA 70-410  1 -installing windows server 2012 R2MCSA 70-410  1 -installing windows server 2012 R2
MCSA 70-410 1 -installing windows server 2012 R2
 
Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00Microsoft Offical Course 20410C_00
Microsoft Offical Course 20410C_00
 
20410 b 00
20410 b 0020410 b 00
20410 b 00
 
WIndows Server 2012
WIndows Server 2012WIndows Server 2012
WIndows Server 2012
 
Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012Why Upgrade To Windows Server 2012
Why Upgrade To Windows Server 2012
 
Mcsa certification 410
Mcsa certification 410Mcsa certification 410
Mcsa certification 410
 
Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13Microsoft Offical Course 20410C_13
Microsoft Offical Course 20410C_13
 
MCSA 70-412 Chapter 08
MCSA 70-412 Chapter 08MCSA 70-412 Chapter 08
MCSA 70-412 Chapter 08
 
Microsoft Offical Course 20410C_07
Microsoft Offical Course 20410C_07Microsoft Offical Course 20410C_07
Microsoft Offical Course 20410C_07
 
MCSA 70-412 Chapter 05
MCSA 70-412 Chapter 05MCSA 70-412 Chapter 05
MCSA 70-412 Chapter 05
 
Step by Step Installation of Microsoft SQL Server 2012
Step by Step Installation of Microsoft SQL Server 2012 Step by Step Installation of Microsoft SQL Server 2012
Step by Step Installation of Microsoft SQL Server 2012
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012
 
Q1 Southern California Session Slides
Q1 Southern California Session SlidesQ1 Southern California Session Slides
Q1 Southern California Session Slides
 
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
Upgrading from Windows Server 2008 / 2008 R2 to Windows Server 2012
 
Installation & configuration
Installation & configurationInstallation & configuration
Installation & configuration
 
MCSA 70-412 Chapter 12
MCSA 70-412 Chapter 12MCSA 70-412 Chapter 12
MCSA 70-412 Chapter 12
 
Windows 8 Deployment
Windows 8 DeploymentWindows 8 Deployment
Windows 8 Deployment
 

Similar to 20410B_01

Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01gameaxt
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02gameaxt
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012stowofro
 
Session 3 - Windows Server 2012 with Jared Thibodeau
Session 3 - Windows Server 2012 with Jared ThibodeauSession 3 - Windows Server 2012 with Jared Thibodeau
Session 3 - Windows Server 2012 with Jared ThibodeauCTE Solutions Inc.
 
Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012iTawy Community
 
MCSA (Window Server 2012) Training Gurgaon
MCSA (Window Server 2012) Training GurgaonMCSA (Window Server 2012) Training Gurgaon
MCSA (Window Server 2012) Training GurgaonInformation Technology
 
Installing and Configuring Windows Server® 2012
Installing and Configuring Windows Server® 2012Installing and Configuring Windows Server® 2012
Installing and Configuring Windows Server® 2012Napoleon NV
 
Chapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptxChapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptxPRAMNOORBATH1
 
Windows server basics installation and configuration and
Windows server basics installation and configuration andWindows server basics installation and configuration and
Windows server basics installation and configuration andDanielMckay25
 
01 server manager spiffy
01 server manager spiffy01 server manager spiffy
01 server manager spiffySpiffy
 
WinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows Server
WinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows ServerWinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows Server
WinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows ServerWinOps Conf
 
Wally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration managerWally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration managerNordic Infrastructure Conference
 
module 13 implementing server virtualization with hyper-v.pptx
module 13 implementing server virtualization with hyper-v.pptxmodule 13 implementing server virtualization with hyper-v.pptx
module 13 implementing server virtualization with hyper-v.pptxshnider101
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementSharkrit JOBBO
 
SQL Server Lecture 1
SQL Server Lecture 1SQL Server Lecture 1
SQL Server Lecture 1Hazem Torab
 
The Devopsification of Windows Server
The Devopsification of Windows ServerThe Devopsification of Windows Server
The Devopsification of Windows ServerJeffrey Snover
 
Debugging Integration Flows
Debugging Integration FlowsDebugging Integration Flows
Debugging Integration FlowsWSO2
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OSJulian Dunn
 

Similar to 20410B_01 (20)

Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01Microsoft Offical Course 20410C_01
Microsoft Offical Course 20410C_01
 
Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02Microsoft Offical Course 20410C_02
Microsoft Offical Course 20410C_02
 
70-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 201270-410 Installing and Configuring Windows Server 2012
70-410 Installing and Configuring Windows Server 2012
 
Session 3 - Windows Server 2012 with Jared Thibodeau
Session 3 - Windows Server 2012 with Jared ThibodeauSession 3 - Windows Server 2012 with Jared Thibodeau
Session 3 - Windows Server 2012 with Jared Thibodeau
 
Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012Upgrading from WinS 2008/2008 R2 to WinS 2012
Upgrading from WinS 2008/2008 R2 to WinS 2012
 
MCSA (Window Server 2012) Training Gurgaon
MCSA (Window Server 2012) Training GurgaonMCSA (Window Server 2012) Training Gurgaon
MCSA (Window Server 2012) Training Gurgaon
 
Moka .Net Study Week 01
Moka .Net Study Week 01Moka .Net Study Week 01
Moka .Net Study Week 01
 
Installing and Configuring Windows Server® 2012
Installing and Configuring Windows Server® 2012Installing and Configuring Windows Server® 2012
Installing and Configuring Windows Server® 2012
 
Chapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptxChapter 1 Installing Windows Server 2016(1).pptx
Chapter 1 Installing Windows Server 2016(1).pptx
 
Windows server basics installation and configuration and
Windows server basics installation and configuration andWindows server basics installation and configuration and
Windows server basics installation and configuration and
 
Chapter Two.pptx
Chapter Two.pptxChapter Two.pptx
Chapter Two.pptx
 
01 server manager spiffy
01 server manager spiffy01 server manager spiffy
01 server manager spiffy
 
WinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows Server
WinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows ServerWinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows Server
WinOps Conf 2016 - Jeffrey Snover - The DevOpsification of Windows Server
 
Wally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration managerWally Mead - Upgrading to system center 2012 r2 configuration manager
Wally Mead - Upgrading to system center 2012 r2 configuration manager
 
module 13 implementing server virtualization with hyper-v.pptx
module 13 implementing server virtualization with hyper-v.pptxmodule 13 implementing server virtualization with hyper-v.pptx
module 13 implementing server virtualization with hyper-v.pptx
 
Windows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server ManagementWindows 2012 R2 Multi Server Management
Windows 2012 R2 Multi Server Management
 
SQL Server Lecture 1
SQL Server Lecture 1SQL Server Lecture 1
SQL Server Lecture 1
 
The Devopsification of Windows Server
The Devopsification of Windows ServerThe Devopsification of Windows Server
The Devopsification of Windows Server
 
Debugging Integration Flows
Debugging Integration FlowsDebugging Integration Flows
Debugging Integration Flows
 
Automating That "Other" OS
Automating That "Other" OSAutomating That "Other" OS
Automating That "Other" OS
 

More from Krishna Sujeer

1-informatica-training
1-informatica-training1-informatica-training
1-informatica-trainingKrishna Sujeer
 
SAP REQRUITMENT NOTES03
SAP REQRUITMENT NOTES03SAP REQRUITMENT NOTES03
SAP REQRUITMENT NOTES03Krishna Sujeer
 
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,Krishna Sujeer
 
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,Krishna Sujeer
 
KEYTAKEAWAYAS Krishna Nayak v2.0 Notes
KEYTAKEAWAYAS Krishna Nayak v2.0 NotesKEYTAKEAWAYAS Krishna Nayak v2.0 Notes
KEYTAKEAWAYAS Krishna Nayak v2.0 NotesKrishna Sujeer
 
Recruitment_Process[1]
Recruitment_Process[1]Recruitment_Process[1]
Recruitment_Process[1]Krishna Sujeer
 
ETI_Krishna_Nayak_Sujeer
ETI_Krishna_Nayak_SujeerETI_Krishna_Nayak_Sujeer
ETI_Krishna_Nayak_SujeerKrishna Sujeer
 
itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)
itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)
itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)Krishna Sujeer
 
Software testing strategies
Software testing strategiesSoftware testing strategies
Software testing strategiesKrishna Sujeer
 
Software Quality Management
Software Quality ManagementSoftware Quality Management
Software Quality ManagementKrishna Sujeer
 
Basic adminstration and configuration techniques
Basic adminstration and configuration techniquesBasic adminstration and configuration techniques
Basic adminstration and configuration techniquesKrishna Sujeer
 
LSI - PMP - Training material
LSI - PMP - Training materialLSI - PMP - Training material
LSI - PMP - Training materialKrishna Sujeer
 
SAP HCM CORE MODULES V1.0
SAP HCM CORE MODULES V1.0SAP HCM CORE MODULES V1.0
SAP HCM CORE MODULES V1.0Krishna Sujeer
 
MASTER_Trainer Notes_V5.2
MASTER_Trainer Notes_V5.2MASTER_Trainer Notes_V5.2
MASTER_Trainer Notes_V5.2Krishna Sujeer
 

More from Krishna Sujeer (20)

1-informatica-training
1-informatica-training1-informatica-training
1-informatica-training
 
SAP REQRUITMENT NOTES03
SAP REQRUITMENT NOTES03SAP REQRUITMENT NOTES03
SAP REQRUITMENT NOTES03
 
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
 
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
KRISHNA NAYAKSujeer B.E(IT), MS(QM) , PGDCA,ITIL PMP,
 
KEYTAKEAWAYAS Krishna Nayak v2.0 Notes
KEYTAKEAWAYAS Krishna Nayak v2.0 NotesKEYTAKEAWAYAS Krishna Nayak v2.0 Notes
KEYTAKEAWAYAS Krishna Nayak v2.0 Notes
 
Selenium.PDF
Selenium.PDFSelenium.PDF
Selenium.PDF
 
Recruitment_Process[1]
Recruitment_Process[1]Recruitment_Process[1]
Recruitment_Process[1]
 
ETI_Krishna_Nayak_Sujeer
ETI_Krishna_Nayak_SujeerETI_Krishna_Nayak_Sujeer
ETI_Krishna_Nayak_Sujeer
 
KRISHNA_NAYAK_Sujeer
KRISHNA_NAYAK_SujeerKRISHNA_NAYAK_Sujeer
KRISHNA_NAYAK_Sujeer
 
itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)
itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)
itil2011foundation-allvolumes-signed-131020235516-phpapp01 (1)
 
Software testing strategies
Software testing strategiesSoftware testing strategies
Software testing strategies
 
Software Processes
Software ProcessesSoftware Processes
Software Processes
 
Software Quality Management
Software Quality ManagementSoftware Quality Management
Software Quality Management
 
Software Testing
Software TestingSoftware Testing
Software Testing
 
Basic adminstration and configuration techniques
Basic adminstration and configuration techniquesBasic adminstration and configuration techniques
Basic adminstration and configuration techniques
 
LSI - PMP - Training material
LSI - PMP - Training materialLSI - PMP - Training material
LSI - PMP - Training material
 
SAP HCM CORE MODULES V1.0
SAP HCM CORE MODULES V1.0SAP HCM CORE MODULES V1.0
SAP HCM CORE MODULES V1.0
 
MASTER_Trainer Notes_V5.2
MASTER_Trainer Notes_V5.2MASTER_Trainer Notes_V5.2
MASTER_Trainer Notes_V5.2
 
1- java
1- java1- java
1- java
 
7_-_Inheritance
7_-_Inheritance7_-_Inheritance
7_-_Inheritance
 

20410B_01

  • 1. Microsoft® Official Course Module 1 Deploying and Managing Windows Server 2012
  • 2. Module Overview • Windows Server 2012 Overview • Overview of Windows Server 2012 Management • Installing Windows Server 2012 • Post-Installation Configuration of Windows Server 2012 • Introduction to Windows PowerShell
  • 3. Lesson 1: Windows Server 2012 Overview • On-Premises Servers • What Is Cloud Computing? • Windows Server 2012 Editions • What Is Server Core? • Windows Server 2012 Roles • What Are the Windows Server 2012 Features?
  • 5. What Is Cloud Computing? Private clouds have a single tenant, which: Types of cloud services: • IaaS • PaaS • SaaS • Is usually on-premises • Is highly automated • Uses System Center 2012 to provide automation and self-service • Requires minimal direct configuration once set up Public clouds have multiple tenants
  • 6. Windows Server 2012 Editions Windows Server 2012 editions: • Windows Server 2012 Standard operating system • Windows Server 2012 Datacenter operating system • Windows Server 2012 Foundation operating system • Windows Server 2012 Essentials operating system • Microsoft Hyper-V Server 2012 • Windows Storage Server 2012 Workgroup operating system • Windows Storage Server 2012 Standard operating system • Windows MultiPoint Server 2012 Standard operating system • Windows MultiPoint Server 2012 Premium operating system
  • 7. What Is Server Core? Server Core • Is a more secure, less resource-intensive installation option • Can be converted to the full version of Windows Server 2012 • Is the default installation option for Windows Server 2012 • Is managed locally using sconfig.cmd • If you enable remote management, you will rarely need to log on locally
  • 8. Windows Server 2012 Roles Roles Functions • Web Server • Domain Controller • Certificate Server • Are made up of role services components that provide additional functionality associated with the role • In Server Manager 2012, console servers with a similar role are grouped together • Role deployment also includes the configuration of dependencies
  • 9. What Are the Windows Server 2012 Features? Features: •Are components that support the server such as Windows Server Backup or Failover clustering •Usually do not provide a service directly to clients on the network Keep in mind the following points: •Roles can have features as dependencies •Features on Demand are features that need to be installed using a mounted image as a source
  • 10. Lesson 2: Overview of Windows Server 2012 Management • What Is Server Manager? • Administrative Tools and Remote Server Administration Tools • Demonstration: Using Server Manager • Configuring Services • Configuring Windows Remote Management
  • 11. What Is Server Manager? You can use Server Manager to: • Add roles and features • Launch Windows PowerShell sessions • View events • Perform server configuration tasks • Manage multiple servers on a network from one console
  • 12. Administrative Tools and Remote Server Administration Tools Administrative tools: • Active Directory Administrative Center • Active Directory Users and Computers • DNS console • Event Viewer • Group Policy Management Console • IIS Manager • Performance Monitor • Resource Monitor • Task Scheduler
  • 13. Demonstration: Using Server Manager In this demonstration, you will see how to: • Sign in to Windows Server 2012 and view the Windows Server 2012 desktop • Add a feature by Using the Add Roles and Features Wizard • View role-related events • Run the Best Practice Analyzer for a role • List the tools available from Server Manager • Restart Windows Server 2012
  • 15. Configuring Windows Remote Management When deciding to use Remote Management, consider the following: • You are more likely to manage a server remotely than by locally logging on • With WinRM, you can use consoles, command-line utilities, or Windows PowerShell to perform remote management tasks • With Remote Desktop, you can log on to a server locally or from across the network
  • 16. Lesson 3: Installing Windows Server 2012 • Installation Methods • Installation Types • Hardware Requirements for Windows Server 2012 • Installing Windows Server 2012
  • 17. Installation Methods Windows Server 2012 deployment method options include: USB mediaOptical disk Windows DS
  • 19. Hardware Requirements for Windows Server 2012 Windows Server 2012 has the following minimum hardware requirements: • Processor architecture x86-64 • Processor speed 1.4 GHz • Memory (RAM) 512 MB • Hard disk drive space 32 GB o More hard disk drive space is needed if the server has more than 16 GB of RAM
  • 21. Lesson 4: Post-Installation Configuration of Windows Server 2012 • Overview of Post-Installation Configuration • Configuring Server Network Settings • How to Join a Domain • Performing an Offline Domain Join • Activating Windows Server 2012 • Configuring a Server Core Installation
  • 24. How to Join a Domain Information necessary for a domain join: • Domain name • Account with permission to join computer to domain
  • 25. Performing an Offline Domain Join Process for performing an offline join: 1. Ensure the user performing the offline domain join is an administrator, or delegate the appropriate rights 2. To provision the computer account object and create the binary file, run djoin on the domain controller 3. Transfer the binary file with the domain information to client computer system’s hard disk drive 4. To load the binary file, in the destination computer, run djoin 5. Restart the client computer Windows Server 2012
  • 27. Configuring a Server Core Installation
  • 28. Lesson 5: Introduction to Windows PowerShell • What Is Windows PowerShell? • Windows PowerShell Cmdlet Syntax • Common Cmdlets for Server Administration • What Is Windows PowerShell ISE? • Demonstration: Using Windows PowerShell • Demonstration: Using Windows PowerShell ISE
  • 29. What Is Windows PowerShell?
  • 30. Windows PowerShell Cmdlet Syntax Windows PowerShell Cmdlet Syntax: • Get-Help -Noun NounName • Get-Help -Verb VerbName • Help CmdltName • Get-Command
  • 31. Common Cmdlets for Server Administration • Service Cmdlets • Use the Service noun • Event Log Cmdlets • Use the Eventlog noun • Process Cmdlets • Use the Process noun • ServerManager module • Allows the WindowsFeature noun
  • 32. What Is Windows PowerShell ISE?
  • 33. Demonstration: Using Windows PowerShell • In this demonstration, you will see how to use Windows PowerShell to display the running services and processes on a server
  • 34. Demonstration: Using Windows PowerShell ISE In this demonstration, you will see how to: • Use Windows PowerShell ISE to import the ServerManager module • View the cmdlets made available in the ServerManager module • Use the Get-WindowsFeature cmdlet from Windows PowerShell ISE
  • 35. Lab: Deploying and Managing Windows Server 2012 • Exercise 1: Deploying Windows Server 2012 • Exercise 2: Configuring Windows Server 2012 Server Core • Exercise 3: Managing Servers • Exercise 4: Using Windows PowerShell to Manage Servers Logon Information Virtual machines 20410B-LON-DC1 20410B-LON-SVR3 20410B-LON-CORE User name AdatumAdministrator Password Pa$$w0rd Estimated Time: 60 minutes
  • 36. Lab Scenario A. Datum Corporation is a global engineering and manufacturing company with a head office based in London, England. A. Datum has recently deployed a Windows Server 2012 infrastructure with Windows 8 clients. You have been working for A. Datum for several years as a desktop support specialist and have recently accepted a promotion to the server support team. The marketing department has purchased a new web-based application. You need to install and configure the servers in the data center for this application. One server has a GUI interface, and the other server is configured as Server Core.
  • 37. Lab Review • What IP address range is used by the computers in the lab? • Why must you set the DNS server address prior to joining the domain? • Besides sconfig.cmd, what other tool can you use to rename a computer running the Server Core operating system?
  • 38. Module Review and Takeaways • Review Questions • Common Issues and Troubleshooting Tips

Editor's Notes

  1. Presentation: 60 minutes Lab: 60 minutes After completing this module, students will be able to: Describe Windows Server® 2012. Describe the management tools available in Windows Server 2012. Install Windows Server 2012. Perform post‑installation configuration of Windows Server 2012. Perform basic administrative tasks with Windows PowerShell®. Required Materials To teach this module, you need the Microsoft® Office PowerPoint® file 20410B_01.pptx. Important: It is recommended that you use Office PowerPoint 2007 or a newer version to display the slides for this course. If you use PowerPoint Viewer or an earlier version of PowerPoint, all the features of the slides might not display correctly. Preparation Tasks To prepare for this module: Read all of the materials for this module. Practice performing the lab exercises. Work through the Module Review and Takeaways section, and determine how you will use this section to reinforce student learning and promote knowledge transfer to on‑the‑job performance.
  2. This module instroduces students to the editions of Windows Server 2012, the new Windows Server 2012 management tools, how to install Windows Server 2012, how to perform post-deployment, tasks and how to perform basic administrative tasks.
  3. Discuss with students the need for locally deployed servers, and the role that they play now that organizations are moving some of their infrastructure to cloud computing. Question What is the difference between a server and a client operating system? Answer The difference between a server and a client operating system is that a server provides resources to many users on a network, and a client operating system is used by only one user at a time. Question How has the role of the server evolved over time from the Microsoft Windows NT 4.0 Server operating system to Windows Server 2012? Answer Answers will vary. Solicit class discussion about their experience with different versions of Windows Server.
  4. Ask students the extent to which they have adopted cloud services in their organizations. If they have adopted cloud services in their organizations, ask how they have integrated cloud services into information technology infrastructure. If they have not, ask if and how they are planning to utilize cloud services in the future. Question Which type of cloud would you use to deploy a custom virtual machine running Windows Server 2012? Answer You would deploy a custom virtual machine to an IaaS cloud, which could be either a public cloud or a private cloud.
  5. Describe for students in what type of environment they would deploy each edition, and why they should not use the Windows Server 2012 Standard edition as a “one size fits all” solution.
  6. Inform students that they can run remote administration tools from client computers that are running appropriate editions of the Windows® 7 and Windows 8 operating systems.
  7. Ask students about roles that are commonly deployed on their network. Ask which roles they deploy often, and which roles they are unlikely to deploy. Question Which roles are often co‑located on the same server? Answer Answers may vary. Domain Name System (DNS) and Active Directory® Domain Services (AD DS) are often co‑located.
  8. Choose several features to point out and discuss. For example, point out that you need to install the Wireless local area network (LAN) Service to use a wireless adapter with Windows Server 2012. Also point out that by default no roles and features are installed. Question Which feature do you need to install to support NetBIOS name resolution for client computers running a Microsoft Windows NT® 4.0 operating system workstation? Answer You need to install the Windows Internet Name Service (WINS) server role to support NetBIOS name resolution.
  9. Briefly present the lesson content.
  10. Demonstrate different Server Manager windows to illustrate the bulleted points on the slide.
  11. Describe each administrative tool and its function.
  12. When working through this demonstration, explain the purpose of each feature. Point out the following: Although the visual style differs, many wizards have the same content. When adding roles with Windows Server 2012, point out that any other necessary components will be added automatically. When viewing DNS events, describe what would appear in these dialog boxes in the event that a DNS server was unhealthy. Best Practices Analyzer will only show results if it has been run previously. When using the Start menu, explain how to pin particular consoles to the Start menu or to the taskbar. Discuss other methods for shutting down the Windows Server 2012 server. Preparation Steps If necessary, start 20410B‑LON‑DC1. Sign in as Adatum\Administrator with the password Pa$$w0rd. Demonstration Steps Sign in to Windows Server 2012 and view the Windows Server 2012 desktop Sign in to server LON‑DC1 with the Adatum\Administrator account and the password Pa$$w0rd. Click Close to close the Server Manager console. Add a feature by Using the Add Roles and Features Wizard On the Windows Server 2012 taskbar, click the Server Manager icon. In the Server Manager console, click Manage, and then click Add Roles and Features. In the Add Roles and Features Wizard, on the Before you begin page, click Next. On the Select Installation Type page, select the Role‑based or featured‑based installation check box, and then click Next.
  13. On the Select destination server page, click Select a server from the server pool, verify that LON‑DC1.Adatum.com is selected, and then click Next. On the Select server roles page, select Fax Server. In the Add Roles and Features Wizard dialog box that opens, click Add Features. On the Select server roles page, click Next. On the Select features page, select BranchCache, and then click Next. On the Fax Server page, click Next. On the Print and Document Services page, click Next. On the Select role services page, click Next. On the Confirmation page, select the Restart the destination server automatically if required check box, click Yes, and then click Install. On the Installation progress page, click Close. Click the flag icon next to Server Manager Dashboard, and review the messages. Note: You can close this console without terminating the task. View role‑related events In the Server Manager console, click the Dashboard node. In the Roles and Server Groups area, under DNS, click Events. On the DNS ‑ Events Detail View, change the time period to 12 hours and the Event Sources to All, and then click OK.
  14. Run the Best Practice Analyzer for a role In the Roles and Server Groups area, under DNS, click BPA results. In the DNS ‑ BPA Results Detail View dialog box, click the Severity Levels drop‑down menu, click All, and then click OK. List the tools available in Server Manager In the Server Manager console, click the Tools menu, and review the tools that are installed on LON‑DC1. Hold down the Alt and Home keys to open the Start menu. Sign out the currently signed‑in user In the Start menu, click Administrator, and then click Sign Out. Sign back in to LON‑DC1 using the Adatum\Administrator account and the password Pa$$w0rd. Restart Windows Server 2012 On the taskbar, click the Windows PowerShell icon. In the Windows PowerShell window, type the following command, and then press Enter: Shutdown /r /t 15
  15. Discuss configuring service recovery, and why you should avoid having the service keep restarting. Remind students to be careful with the option to restart the computer, because a service that keeps failing might trigger a cycle of restarting. Discuss the benefits of managed service accounts over traditional service accounts. Ask students what method they currently use when it comes to service accounts. The slide shows the properties of the DNS Server service which is accessible from the Services console. Question What is the advantage of a managed service account compared to a traditional domain‑based service account? Answer The advantage of a managed service account is that you do not have to manage passwords for it.
  16. Ask students how often they perform server management when they are signed in locally using a keyboard and mouse, compared to how often they perform remote server management. Ask students which management technologies they use most frequently. Ask them what the benefits and drawbacks are of these technologies.
  17. Ask students which deployment method they most frequently use in their organization. Answer is likely to differ between clients and servers. Ask them if they have already deployed Windows Server 2012, and if so, what method they used for this deployment. Question What is another method that you can use to deploy Windows Server 2012? Answer You can also configure Windows Server 2012 to boot to either a .vhd or a .vhdx file. Deployment involves copying the .vhd file to a computer, either from a network share or from local media.
  18. Remind students that the minimum hardware requirements are for the operating system itself, and do not include any applications that they might want to deploy on the operating system. Hardware requirements also vary depending on the server role. For example, a SQL Server database server requires a more powerful processor and more RAM than a server that functions as a file server. Question Why does a server need more hard disk drive space if it has more than 16 GB of RAM? Answer A server needs more hard disk drive space because it requires additional hard disk space for virtual memory.
  19. This is an animated build slide with seven screens. The first screen is present at slide load. Click six times to see the remaining six screens. The screens are: Screen 1 (present at slide load): Choose installation language, currency format, time format, and keyboard input method. Screen 2: Click Install Now or choose to repair your computer. Screen 3: Select the operating system you want to install. Screen 4: Review and accept the license terms. Screen 5: Select the installation type, Upgrade or Custom. Screen 6: Select the installation location. Screen 7: Provide the password for the local administrator account. Use this animated slide to demonstrate each part of the Windows Server 2012 installation process. Reinforce that only a small number of choices are required to deploy Windows Server 2012. Remind students that in almost all cases, they will use the Custom rather than the Upgrade installation option. Remind them that upgrades must be launched from within the Windows Server operating system, but that they can launch a fresh installation from bootable media.
  20. Use this animated slide to discuss the properties outlined on the slide. Click once for each of the following properties (seven times total), which appear in this order: Computer name Domain Windows Firewall Remote Desktop Local Area Connection (all three together) Last installed updates, Windows Update, Last checked for updates Time zone
  21. Refer to slide that shows a screen capture of the local server node for the Server Manager console. In the local server node, the Local Area Connection and IP address display. Also note that the Network adapter teaming status displays.
  22. Display the Computer Name/Domain Changes dialog box, and review the list of information necessary for domain join.
  23. Discuss the scenarios for offline domain join. Ask students how they might utilize this feature in their own environments. Students from organizations that do not have branch offices will find this feature less useful than students from organizations that have remote branches. Question In what situation would you perform an offline domain join rather than a traditional domain join? Answer You would you perform an offline domain join when deploying a server to a remote site with intermittent network connectivity.
  24. Discuss the traditional activation process. Ask students about the last time they performed a telephone activation. Ask students if they have ever had any problems with activation, and how they resolved the problem. Ask students if they use any automatic activation technologies in their environment.
  25. Discuss with students the functionality of sconfig.cmd. Sconfig is a menu‑driven command‑line tool that presents menu options in a numerical format. Administrators can run commands and perform configurations based on the numbered menu options This tool simplifies the process of performing common basic administrative tasks on Server Core, something that was a problem for many administrators with the version of Server Core that was available with Windows Server 2008.
  26. Briefly present the lesson content.
  27. When discussing Windows PowerShell, remind students that they should consider automating repetitive tasks because it gives them more time to perform non‑repetitive tasks. Students should try to automate any task that they need to perform more than a few times.
  28. Discuss these common systems administration cmdlets. Discuss how these cmdlets can be used on both Server Core and full GUI servers, and that they are often quicker to use than opening the Services console, Task Manager, or the Add Roles and Features wizard.
  29. Discuss the benefits of using the Windows PowerShell Integrated Scripting Environment (ISE) over using the normal Windows PowerShell window.
  30. When performing this demonstration, explain the information presented after executing each command. Explain how you would modify the commands to display different information. Preparation Steps If necessary, start 20410B‑LON‑DC1. Sign in as Adatum\Administrator with a password of Pa$$w0rd. Demonstration Steps Use Windows PowerShell to display the running services and processes on a server On LON‑DC1 on the taskbar, click the Windows PowerShell icon. At the Windows PowerShell prompt, execute the following command: Get‑Service | where‑object {$_.status ‑eq “Running”} To view all the commands that are related to managing services, at the Windows PowerShell prompt, execute the following command: Get‑Command ‑Noun Service To view a list of running possesses on the server, at the Windows PowerShell prompt, execute the following command: Get‑Process To view all the commands that are related to managing processes, at the Windows PowerShell prompt, execute the following command: Get‑Help Process To view detailed information about the Start‑Process cmdlet, at the Windows PowerShell prompt, execute the following command: Get‑Help ‑Full Start‑Process On the taskbar, right‑click the Windows PowerShell icon, and then click Run as Administrator. Discuss with students why you might need to run a Windows PowerShell session using this option.
  31. Preparation Steps If necessary, start 20410B‑LON‑DC1. Sign in as Adatum\Administrator with a password of Pa$$w0rd. Demonstration Steps Use Windows PowerShell ISE to import the ServerManager module Ensure that you are signed in to LON‑DC1 as Administrator. In Server Manager, click Tools, and then click Windows PowerShell ISE. At the prompt, type Import‑Module ServerManager, and then press Enter. This will demonstrate the command completion feature of the Windows PowerShell ISE. View the cmdlets made available in the ServerManager module In the Commands pane, use the Modules drop‑down menu to select the ServerManager module. Describe the function of the listed Windows PowerShell cmdlets. Use the Get‑WindowsFeature cmdlet from Windows PowerShell ISE Click Get‑WindowsFeature, and then click Show Details. In the ComputerName field, type LON‑DC1, and then click Run.
  32. Before the students begin the lab, read the lab scenario and display the next slide. Before each exercise, read the scenario associated with the exercise to the class. The scenarios give context to the lab and exercises, and help you facilitate the discussion at the end of the lab. Remind the students to complete the discussion questions after the last lab exercise. Exercise 1: Deploying Windows Server 2012 The first Windows Server 2012 server that you are installing for the Marketing department will host a SQL Server 2012 database engine instance. You want to configure the server so that it will have the full GUI, as this will allow the application vendor to run support tools directly on the server, rather than requiring a remote connection. The first server you are installing for the new marketing application is for a SQL Server 2012 database. This server will have the full GUI to allow the application vendor to run support tools directly on the server. Exercise 2: Configuring Windows Server 2012 Server Core The web‑based tier of the marketing application is a .NET application. To minimize the operating system footprint and reduce the need to apply software updates, you have chosen to host the IIS component on a computer that is running the Server Core installation option of the Windows Server 2012 operating system. To enable this, you will need to configure a computer that is running Windows Server 2012 with the Server Core installation option. Instructor Note: Advanced students can choose to use appropriate command‑line commands rather than utilizing sconfig.cmd to perform these configuration tasks. Exercise 3: Managing Servers After deploying the servers LON‑SVR3 and LON‑CORE for hosting the Marketing application, you need to install appropriate server roles and features to support the application. With this in mind, you will install the Windows Server Backup feature on both LON‑SVR3 and LON‑CORE. You will install the Web Server role on LON‑CORE. You also need to configure the World Wide Web Publishing service on LON‑CORE. Exercise 4: Using Windows PowerShell to Manage Servers The marketing application vendor has indicated that they can provide some Windows PowerShell scripts to configure the web server that is hosting the application. You need to verify that remote administration is functional before running the scripts.
  33. Question What IP address range is used by the computers in the lab? Answer The IP address range used by the computers in the lab is 172.16.0.0 to 172.16.255.255. Question Why must you set the DNS server address prior to joining the domain? Answer The DNS server allows the computer to locate the Domain Controller when performing the domain join operation. Question Besides sconfig.cmd, what other tool can you use to rename a computer running the Server Core operating system? Answer You can use the command netdom renamecomputer %computername% /newname: to rename a computer running the Server Core operating system.
  34. Review Questions Point students to the appropriate section in the course so that they are able to answer the questions that this section presents. Question What is the benefit of using Windows PowerShell to automate common tasks? Answer Automating common tasks by using Windows PowerShell allows you to spend more time planning and performing troubleshooting tasks. Question What are the advantages to performing a Server Core deployment compared to the full GUI deployment? Answer The advantages are that the operating system will require fewer updates and fewer hardware resources. Question What tool can you use to determine which cmdlets are contained in a Windows PowerShell module? Answer You can use Windows PowerShell or the Windows PowerShell ISE to determine which cmdlets are contained in a Windows PowerShell module. Question Which role can you use to manage KMS? Answer The Volume Activation Services role allows you to manage KMS.
  35. Common Issues and Troubleshooting Tips Common Issue: WinRM connections fail. Troubleshooting Tip: Verify firewall settings. Verify WinRM configuration. Common Issue: Windows PowerShell cmdlets not available. Troubleshooting Tip: Ensure that appropriate Windows PowerShell modules (such as Server Manager), are loaded. Common Issue: Cannot install the GUI features on Server Core deployments. Troubleshooting Tip: Mount a .wim image containing all of the Windows Server 2012 files, and use the Install-WindowsFeature cmdlet ‑source option. Common Issue: Unable to restart a computer running Server Core. Troubleshooting Tip: Use sconfig.cmd or the shutdown /r command. Common Issue: Unable to join the domain. Troubleshooting Tip: Verify DNS resolution and network connectivity between the host and the domain controller. Verify that user account has necessary domain‑join permissions.