Server Admin I Unit 2 (Install) Flashcards
Windows Server 2012 Versions
Foundation - most basic
Essentials - less basic than foundation
Standard - designed for med/large businesses
Datacenter - top tier.
Server 2012 Foundation Features
1 CPU Socket - 32 GB RAM
15 LAN simul. connect.
50 Routing & Remote Access Conn. (RRAS)
20 simul. Remote Desktop (RD) conn.
No Server Core.
No Hyper V
No Server Clustering
Server 2012 Essentials Features
2 CPUs Socket - 64 GB RAM
25 LAN simul. connect.
250 Routing & Remote Access Conn. (RRAS)
250 simul. Remote Desktop (RD) conn.
No Server Core.
No Full Hyper V
No Server Clustering
Server 2012 Standard Features
64 CPUs Socket -4 TB RAM
Unlim. LAN simul. connect.
Unlim.Routing & Remote Access Conn. (RRAS)
Unlim. simul. Remote Desktop (RD) conn.
Server Core.
2 Hyper V guest OS with same License
Server Clustering 64 Nodes per cluster
Server 2012 Datacenter Features
64 CPUs - 4 TB RAM
Unlim. LAN simul. connect.
Unlim.Routing & Remote Access Conn. (RRAS)
Unlim. simul. Remote Desktop (RD) conn.
Server Core.
Unlim. Hyper V
Server Clustering 64 Nodes per cluster
Windows Server 2012 Min Sys Req
1.4 GHz 64 bit CPU
512 MB RAM
32 GB Disk Space
Features on Demand Search Protocol
- Search locations specified in Add Roles/Features Wiz.
- Search path specified in Group Policy
- Windows Update
What PowerShell “verbs” prefixes are used to work with new objects?(3)
New-
Add-
Install-
What PowerShell “verb” are used to retrieve information on existing objects?
Get-
What PowerShell “verb” is used to change an existing object?
Set-
What PowerShell command is used to find help on a PowerShell Command?
Get-Help CmdletName
Upgrade for:
Windows Server 2008 Standard/SP2
or
Windows Server 2008 Enterprise/SP2
Windows Server 2012 Standard
Windows Server 2012 Datacenter
Upgrade for:
Windows Web Server 2008
Windows Server 2012 Standard
Upgrade for:
Windows Server 2008 R2 Standard/SP1
or
Windows Server 2008 R2 Enterprise/SP1
Windows Server 2012 Standard
Windows Server 2012 Datacenter
Windows Server 2008 R2 Datacenter/SP1
Windows Server 2012 Datacenter
Windows Web Server 2008 R2
Windows Server 2012 Standard
Powershell command to add cmdlets from a specific module.
Import-Module [module_name]
PowerShell Providers
Allows you to access data stores, such as registry and certificate store, in a way similar to accessing the file system,
Deployment Image Servicing and Management
DISM
Module that allows for management of features on remote systems.
Powershell cmdlet to view features installed on computer.
Get-WindowsOptionalFeature -Online
Powershell cmdlet to add features on computer.
Add-WindowsFeature
Powershell cmdlet to remove features on computer
Remove-WindowsFeature