Lesson 2 - Configuring Servers Flashcards

1
Q

Define: NIC teaming

A

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

Define: role group

A

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

Define: role group

A

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

What is the cmdlet to rename a computer?

A

netdom renamecomputer %ComputerName% /NewName:

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

What is the cmdlet to restart a computer?

A

shutdown /r

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

What is the cmdlet to restart a computer?

A

shutdown /r

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

What is the cmdlet to join a computer to the domain?

A

netdom join %ComputerName% /domain: /userd: /paswordd:*

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

What is the cmdlet to join a computer to the domain?

A

netdom join %ComputerName% /domain: /userd: /paswordd:*

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

What PowerShell command is needed to convert a Windows Server 2012 R2 Server Core installation into a full GUI install?

A

Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

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

What PowerShell command can be used to convert a GUI installation of 2012 R2 to a Server Core installation?

A

Uninstall-Windows Feature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

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

What PowerShell command can be used to convert a GUI installation of 2012 R2 to a Server Core installation?

A

Uninstall-Windows Feature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

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

What PowerShell command can you use to create a NIC team?

A

New–NetLbfoTeam –Name –TeamMembers [–TeamingMode LACP|Static|SwitchIndependent] [–LoadBalancingAlgorithm TransportPorts|IPAddresses |MACAddresses|HyperVPort]

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

What PowerShell command can you use to create a NIC team?

A

New–NetLbfoTeam –Name –TeamMembers
[–TeamingMode LACP|Static|SwitchIndependent]
[–LoadBalancingAlgorithm TransportPorts|IPAddresses |MACAddresses|HyperVPort]

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