Chapter 1 - Install Windows Servers in host and compute environments Flashcards
Windows Server 2016 Minimum Hardware Requirements for desktop experience
CPU: 1.4 ghz 64 bit RAM: 2 GB ECC DISK: 32GB NETWORK: GIGABIT ETHERNET MONITOR: SUPER VGA OR HIGHER KEYBOARD AND MOUSE INTERNET CONNECTION
Windows Server 2016 Minimum Hardware Requirements Server Core
CPU: 1.4 ghz 64 bit RAM: 512mb ECC DISK: 32GB NETWORK: GIGABIT ETHERNET MONITOR: SUPER VGA OR HIGHER KEYBOARD AND MOUSE INTERNET CONNECTION
What should you do if a Server 2016 Core install on a VM fails with 512mb of RAM allocated?
Increase the RAM during installation and lower it after install is completed
Windows Server 2016 Datacenter Licensing Information
Unlimited OSEs or Hyper-V Containers
Storage Spaces Direct, Storage Replica, shielded VMs, and a new network stack, etc.
Windows Server 2016 Standard Licensing Information
Two OSEs
Core features
Windows Server 2016 Essentials Licensing Information
No server core option
One OSE
25 Users and 50 Devices
Configuration wizard to install and configure AD DS and other services for single server network
Windows Server 2016 Multipoint premium
Academic only, allows multiple users to access a single installation
Windows Storage Server 2016
OEM only, used as part of a dedicated storage hardware solutions
Windows Hyper-V Server 2016
No cost, hypervisor only without a graphical interface and hosts VMs as its only functions
OSE stands for what?
Operating System Environment - includes physical or virtual machines, does include containers
What are some options for performing mass deployments?
Windows Deployment Services and System Center Configuration Manager
CMDLET to install roles and features
install-windowsfeature - name featurename [-includeallsubfeature] [includemanagementtools]
CMDLET to list all available roles and features
get-windowsfeature
What should you type in command line to invoke a powershell session?
powershell
What cmdlet would you use to identify the interface index of a network adapter
get-netadapter
CMDLET used to configure a network adapter
new-netipaddress
CMDLET used to configure DNS server
set-dnsclientserveraddress
What should you use to activate Windows from the command line?
slui.exe
What can you use to activate Windows from a server core installation?
sconfig.cmd
CMDLET used to display the list of available CMDLETs?
get-command
What CMDLET would you use to get help with the syntax of another CMDLET?
get-help [cmdlet name]
What should you use to rename and/or join a computer to a domain using the command line?
netdom
CMDLET used to join a computer to a domain
add-computer
CMDLETs used to create and join a remote PowerShell session?
new-pssession -computername [name]
enter-pssession [session ID]
What is WinRM and is enabled by default on Windows Server 2016?
Windows Remote Management, Yes
CMLETs to leave and/or terminate a remote PowerShell session
Exit-pssession
disconnect-pssession
What can you use to manager a server core or other server installation remotely with a GUI?
Server Manager
What does MMC stand for?
Microsoft Management Console
What can you use to manage individual server roles remotely with a GUI?
Microsoft Management Console (MMC)
Can the MMC be used to remotely control a server that is in it’s default Configuration?
No, DCOM must allowed through the firewall
CMDLET for setting firewall rules?
set-netfirewallrule