Server Admin I Unit 2 (Install) Flashcards

1
Q

Windows Server 2012 Versions

A

Foundation - most basic
Essentials - less basic than foundation
Standard - designed for med/large businesses
Datacenter - top tier.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Server 2012 Foundation Features

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Server 2012 Essentials Features

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Server 2012 Standard Features

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Server 2012 Datacenter Features

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Windows Server 2012 Min Sys Req

A

1.4 GHz 64 bit CPU
512 MB RAM
32 GB Disk Space

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Features on Demand Search Protocol

A
  1. Search locations specified in Add Roles/Features Wiz.
  2. Search path specified in Group Policy
  3. Windows Update
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What PowerShell “verbs” prefixes are used to work with new objects?(3)

A

New-
Add-
Install-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What PowerShell “verb” are used to retrieve information on existing objects?

A

Get-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What PowerShell “verb” is used to change an existing object?

A

Set-

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What PowerShell command is used to find help on a PowerShell Command?

A

Get-Help CmdletName

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Upgrade for:
Windows Server 2008 Standard/SP2

or

Windows Server 2008 Enterprise/SP2

A

Windows Server 2012 Standard

Windows Server 2012 Datacenter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Upgrade for:

Windows Web Server 2008

A

Windows Server 2012 Standard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Upgrade for:
Windows Server 2008 R2 Standard/SP1

or

Windows Server 2008 R2 Enterprise/SP1

A

Windows Server 2012 Standard

Windows Server 2012 Datacenter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Windows Server 2008 R2 Datacenter/SP1

A

Windows Server 2012 Datacenter

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Windows Web Server 2008 R2

A

Windows Server 2012 Standard

17
Q

Powershell command to add cmdlets from a specific module.

A

Import-Module [module_name]

18
Q

PowerShell Providers

A

Allows you to access data stores, such as registry and certificate store, in a way similar to accessing the file system,

19
Q

Deployment Image Servicing and Management

A

DISM

Module that allows for management of features on remote systems.

20
Q

Powershell cmdlet to view features installed on computer.

A

Get-WindowsOptionalFeature -Online

21
Q

Powershell cmdlet to add features on computer.

A

Add-WindowsFeature

22
Q

Powershell cmdlet to remove features on computer

A

Remove-WindowsFeature