Install Windows Server 2016 Flashcards

1
Q

What are the minimum storage requirements for Server 2016?

A

1.4 GHZ 64-bit Processor
512MB / 2GB ECC Memory
32GB Storage
1 Ethernet

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

How many VMs does Standard vs Datacenter edition support?

A

Standard: 2 per license
Datacenter: Unlimited

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

What does OSE stand for?

A

Operating System Environment

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

What are the minimum license requirements for Server 2016?

A

8 core licenses per CPU
8 core licenses per VM *standard edition
16 core licenses per server

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

What are the alternate editions of windows: Essentials, MultiPoint Premium Server, Storage Server and Hyper-V Server?

A

Essentials: Small business (25 to 50 users)
MultiPoint Premium Server: Academic only
Storage Server: OEM only
Hyper-V Server: Standalone, free

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

What are roles vs role services?

A

Role services are underlying roles that are within a parent role

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

What is the GUI like management called for Server Core?

A

sconfig

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

What is the PoSH command to configure an ethernet adapter?

A

New-NetIPAddress -InterfaceIndex/InterfaceAlias -IPAddress -DefaultGateway

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

What is the legacy command to configure an ethernet adapter?

A

netsh interface ipv4 set address name=”Ethernet” static

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

What is the PoSH command to configure DNS addresses?

A

Set-DnsClientServerAddress -InterfaceIndex/InterfaceAlias -ServerAddresses

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

What is the legacy command to configure DNS addresses?

A

netsh interface ipv4 set dns name=”Ethernet” static index=

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

What is the PoSH command to turn off windows firewall?

A

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

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

What is the legacy command to turn off windows firewall?

A

netsh
advfirewall
set all profiles state off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
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
15
Q

What is the legacy command to rename a computer?

A

netdom rename computer %computername% /newname:

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

What is the PoSH command to domain join a computer and restart?

A

Add-Computer -DomainName -DomainCredential -Restart

17
Q

What is legacy command to domain join a computer and restart?

A

netdom join %computername% /domain: /userd: /passwordd:

18
Q

What port do Get-Service, Get-Process, Get-EventLog use?

A

DCOM

19
Q

What port does powershell remoting use?

A

HTTP