Planning and Installation Flashcards

1
Q

What are the minimum resource requirements for Windows Server 2016 installation?

A

1.4GHZ 64-bit
512MB (CORE) / 2GB (DESKTOP) RAM
32GB Storage
1 NIC

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

What utility is used to manage Server GUI?

A

Server Manager

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

What utility is used to manage Server Core?

A

sconfig

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

What is the PoSH command to configure an IP address?

A

New-NetIPAddress -InterfaceIndex/Alias -IPAddress -PrefixLength -DefaultGateway

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

What is the PoSH command to configure a DNS address?

A

Set-DnsClientServerAddress -InterfaceIndex/Alias -ServerAddresses (“ip”,”ip”)

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

What is the PoSH command to get the ip configuration?

A

Get-NetIPConfiguration

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

What is the PoSH command to rename a computer and restart?

A

Rename-Computer -NewName -Restart

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

What is the PoSH command to enable/disable the firewall on all profiles?

A

Set-NetFirewallProfile -Profile domain,public,private -Enabled True/False

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

What is the legacy command to enable/disable the firewall

A

netsh advfirewall set allprofiles state off

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

What is the legacy command to rename domain joined computers?

A

netdom renamecomputer %computername% /newname:CORE-NUG

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

What is the PoSH command to ping a computer?

A

Test-NetConnection

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

What are the max hardware specs supported in Server 2016?

A

512 LPs, 240 VPs
24TB RAM
12TB Storage

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

How many OSEs (OS Environment) can be run with one Standard license?

A

2

Physical OS Environment or Virtual

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

What is the minimum number of licenses per CPU and server?

A

8 core licenses per CPU

16 core licenses per Server

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

What is the legacy command to configure an ip address?

A

netsh interface ipv4 set address name=”Ethernet” static

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

What is the PoSH command to show NICs?

A

Get-NetAdapter

17
Q

What is the legacy command to configure a dns server?

A

netsh interface ipv4 set dns name=”Ethernet” static

Second dns append: index=2

18
Q

How do you get back to the command prompt if closed on server core?

A

Ctrl + Alt + Delete

Task Manager | Sign out, Sign in
Start process: cmd.exe