Session 1 Flashcards

1
Q

Max number of physical memory on Win Server 2012

A

4TB

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

Max number of virtual processors per host in Win Server ‘12

A

2048

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

List the editions of Windows Server 2012

A

Standard
Essentials
Foundation
Datacenter

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

Limitations on the Essentials edition

A

For small business. Up to 25 users, 50 devices and running on servers with up to two processors

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

What edition of server 2012 r2 is free?

A

Hyper-V Server 2012 R2 is a free download

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

Big differences between Enterprise and Standard editions

A

Number of virtualized Windows Servers you can run. Standard is only 2. Datacenter is as many as you want.

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

Microsoft’s cloud-based service?

A

Azure

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

MAP

A

Microsoft Assessment and Planning Toolkit
Agentless (no clients on your PCs)
Scans the network to inventory your current IT infrastructure and generates a readiness profile for your network.

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

2008 R2 Enterprise SP1 upgrade paths to

A

Standard or Datacenter 2012

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

2008 Datacenter upgrade paths to

A

Data center 2012

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

Web server 2008 R2 upgrade path to

A

2012 R2 Standard

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

2008 Standard upgrades to

A

Standard 2012

Datacenter 2012

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

Min Hardware for Server 2012

A
1.4GHz 64-bit CPU
512 MB RAM
32 GB free disk space
GB Ethernet
DVD-ROM drive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Preparing for installing Win Server 2012 – Steps

A
Disable AV software
Disconnect UPS
Back up servers
Be aware / disable Windows Firewall
Supply mass storage drivers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Advantages to running server core

A

Command line (faster to do things!)
More secure – most updates apply to the GUI. Reduced attack surface
Fewer drivers required

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

Server Core Installation is defined by

A

No user interface
Fewer resource overhead
Recommended install
Managed via PS comand line

17
Q

GUI installation is

A

Graphical management tools
User interface
Features server manager
Features MMC – Microsoft Management Consol

18
Q

What are the two components of a virtual machine?

A

VHD (virtual hard drive), XML file

19
Q

Components of a Windows Installation

A

Setup.exe
Win PE (Windows Preinstallation Environment)
WIM Files

20
Q

Win PE does what

A

runs setups

allows for recoveries

21
Q

WIM Files

A

Windows Image Manager file – contains an image of the system to be installed.

22
Q

Advantages of a WIM file over past .cab files.

A

Hardware Agnostic. Can build a standard server image and it will work on a variety of hardware.

Compressed

Can have multiple images on a WIM file.

23
Q

Tools and processes for creating a custom image for Windows Server

A
Downloading & installing ADK
Create Win PE (for capturing images)
Create answer filr (for reference server)
Install reference server
Customize server
Sysprep to make the system generic
Capture ref server image
24
Q

ADK

A

Assessment and Deployment Toolkit – Gives you a set of tools to administrate windows images (WIM)

25
RSAT
Remote Server Administration Tools -- Tools for specific features (SMTP, failover clusters, etc) that allows you to remotely manage those features.
26
IPAM
IP Address Management feature
27
Powershell for installing telnet to a remote server.
enter-pssession Server-Name install-windowsfeature telnet OR invoke-command Server-Name1, Server-Name2, Server-Name3 -scriptblock {install-windowsfeature telnet}
28
How would you use server manager on Windows 8
RSAT tools -- Remote Server Administration Tools
29
Gets you access to a minimalist set of options / menu system from Server Core. Type from the core command prompt
sconfig
30
PS command to list the features installed on a server
get-windowsfeature
31
MMC
Microsoft Management Console | DNS, DHCP, Active Directory,
32
Benefits of on-demand installations for specific components
Save on disk space Centralize in a central repository Create and maintain reusable configurations
33
What PS would you use to uninstall a feature and remove the binary
uninstall-windowsfeature -remove FEATURENAME
34
WSMT
Windows Server Migration Tools Can migrate server roles, features and operating system settings and share either Server Core or GUI installation of Server 2012
35
3 options for migrating data / settings from an older server to Win Server 2012
export / import powershell Windows Server Migration Tools