Installing&config Servers Flashcards

1
Q

Why does a striped volume offer better write performance then RAID 5 volumes

A

A RAID5 Blum writes both parity block and data blocks, so it does not offer the write performance mace of a striped volume which only writes Data block

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

Which cmd enables server manager remote management and enable all required firewall rule exceptions

A

Configure-SMRemoting.exe -enable

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

To reinstall a role or feature that has been completely removed from windows server 2022 R2, what resource do you require?

A

Either the original installation source or access to windows update

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

What are the four steps for windows server migration tools installation and preparation

A
  1. Install windows server migration tools on destination server that run windows server 2012 R2
  2. Create deployment folder from destination server to source servers
  3. Copy deployment folder from destination servers to source servers
  4. Register windows server migration on source servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How can you perform an in place upgrade from server 2008 server with 32 bit processor to windows server 2012 R2

A

I place upgrade from 32 bit to 64 buy architecture are not supported. You must perform a clean installation on hardware with 64 bit machine

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

What is the minimum number of dynamic drives requir Enti crate a mirrored volume

A

2

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

Which feature of windows server 2012 and above allows the server to have the ability to operate multiple NIC as a single interface

A

NIC Teaming

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

To perform an offline domain join during an unattended operating system installation of a server core version of windows 2012R2, what command should you run first

A

djoin/provision

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

To configure power shell web access, what three things must you do

A
  1. Install windows powershell web access
  2. Configure gateway
  3. Confiqure authorisation rules that allow users to access to the web based windows powershell console
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What type of storage layout from the storage pool will support up to two disk failures

A

Mirror space

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

What happens when you run dcpromo.exe with no parameters form windows server 2912!r22 cmd prompt

A

It will not work. You will get a message pointing you to server manager

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

Which powershell cmdlet creates a new NIC team that consists of one or more network adapters

A

New-NetLbfoTeam

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

Which parameter of the Dism command will allow you remove a GUI interface from an image of full installation of windows server 2012 R2

A

/disable-feature

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

What powershell cmdlet can be used to find a list of stale computers that have not been logged into by anyone in four weeks

A

Get-adcomputer

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

If you have a domain with both windows server 2012 and windows server 2008 servers, which cmdlet must you run before you configure anything using powershell cmdlet on a windows server 2008 server core edition server

A

Import-module ServerManager

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

Which powershell cmdlet would you use to add a computer to the domain such that you will be prompted to supply credential to join the domain

A

Add-Computer

17
Q

Which parameter of the Dism command will allow you add a GUI interface to a server core installation of windows server 2012 R2

A

/enable-feature

18
Q

What steps would you perform to delegate the create, delete and manage user accounts task to a group for and organisation Unit

A

In active directory users and computers. Right click on OU and select delegate control

19
Q

What command will display the server configuration menu on a windows server 2012 R2 server core server

A

sconfig.cmd

20
Q

Which powershell cmdlet would you sue to install a DHCP server and a DNS sever on a server core installation of windows server 2012r2

A

Install-WindowsFeature DHCP, DNS