Planning and Installation Flashcards
What are the minimum resource requirements for Windows Server 2016 installation?
1.4GHZ 64-bit
512MB (CORE) / 2GB (DESKTOP) RAM
32GB Storage
1 NIC
What utility is used to manage Server GUI?
Server Manager
What utility is used to manage Server Core?
sconfig
What is the PoSH command to configure an IP address?
New-NetIPAddress -InterfaceIndex/Alias -IPAddress -PrefixLength -DefaultGateway
What is the PoSH command to configure a DNS address?
Set-DnsClientServerAddress -InterfaceIndex/Alias -ServerAddresses (“ip”,”ip”)
What is the PoSH command to get the ip configuration?
Get-NetIPConfiguration
What is the PoSH command to rename a computer and restart?
Rename-Computer -NewName -Restart
What is the PoSH command to enable/disable the firewall on all profiles?
Set-NetFirewallProfile -Profile domain,public,private -Enabled True/False
What is the legacy command to enable/disable the firewall
netsh advfirewall set allprofiles state off
What is the legacy command to rename domain joined computers?
netdom renamecomputer %computername% /newname:CORE-NUG
What is the PoSH command to ping a computer?
Test-NetConnection
What are the max hardware specs supported in Server 2016?
512 LPs, 240 VPs
24TB RAM
12TB Storage
How many OSEs (OS Environment) can be run with one Standard license?
2
Physical OS Environment or Virtual
What is the minimum number of licenses per CPU and server?
8 core licenses per CPU
16 core licenses per Server
What is the legacy command to configure an ip address?
netsh interface ipv4 set address name=”Ethernet” static