Sybex Book Flashcards
EAP-TTLS
Server 2012 exclusive security protocol using tunneling and mutual authentication
NIC teaming advantages
helps fail over and improved load balancing
RPC (Remote procedure Call)
legacy remote accsses protocol
what is WinRM replacing
RPC
command to force GPO update
gpupdate.exe or Invoke GPUupdate
BranchCache
optimizes branch bandwidth by caching data in branch servers
SMB (server message block)
file server service
File Server Resource Manager
manage data stored on file server
Dynamic Access Control File Classification Infrastructure
audit access to files on file server
executable to run server manager
compmgmtlauncher.exe
powershell to open network connections properties sheet
ncpa.cpl
command line set ip
netsh interface ip set address
command line to set dns
netsh interface ip set dns
command line rename computer
netdom /renamecomputer
command line join computer
netdom join
command line reboot flag
/REBooT
RDP port number
TCP3389
The more secure Remote Desktop option
Allow connections with Network authentication
what is a role
generic function like DNS server or web server
what is a feature
specific piece of software for functionality
load Powershell Server Manager modules
import-module Servermanager
Powershell to see installed roles and features
Get-WindowsFeature -Name
Powershell install a role or feature
Install-WindowsFeature -Name Web-Server
Powershell what if simulator
Add-WindowsFeature Name - whatif