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
Poweshell check if you can run scripts on server
get-exceptionpolicy
Powershell allow for scripts to be run on server
set-exceptionpolicy unrestricted
sever configurations are saved in what format
xml script
PowerShell remove a role
Remove-WindowsFeature
Windows IIS?
Internet Information Services
Active Directory Recycling Bin
ability to recover specific deleted objects
steps for rapid AD clone deployment
1) create copy of existing virtual domain controller
2) authorize cloning and use PS for configuration
Active directory certification Services (ADCS)
security public key technology
PS install ADCS roles
Install-AdcsCertofocationAuthority
ADRMS(rights management services)
maintains AD authentication, encryption, and certificates
Unattented Installation via ADK ( assessment and deployment kit
Window installations without having to click through menus
Unattented installation answer file
xml script used for unattested installations
PS enable scripts
Set-ExecutionPolicy AllSigned
PS change password
net user administrator * or Set-ADAccountPassword
PS display file shares
net view \bf1
PS access a shared volume
net use Z: \bf1
PS delete a mapped drive
net use Z: /del
PS get drive info
get-psdrive
PS map new drive
New-PSDrive
PS read text file with notepad
notepad documents\lol.txt
script by Server Core team to perform common registry tasks
SCRegedit
/cli
list common tasks on Server Core
PS run VB script through an interpreter
cscript scregedit.wsf /cli
PS Restart computer
Restart-Computer
VB script that provides product key information
slmgr.vbs
PS open Time and Date panel
control timedate.cpl
verify time and date change
w32tm /tz
get network configuration
PS get-ipconfiguration or CP ipconfig
PS change ip config
New-NetIPAddress
PS add computer to the domain
Add-Computer
PS find computer name
hostname
PS rename a computer
Rename-Computer
PS change how auto updates behave
SCONFIG
The 3 Server customization steps
1) Add roles and features
2) Enable Remote Desktop
3) Configure Windows Firewall
PS list roles and features
Get-WindowsFeature
PS install DHCP server role
Add-WindowsFeature DHCP
PS allows us to enable remote desktop
Sconfig
PS enable protocols associated to Remote Admin group
netsh advfirewall firewall set rule group=”Remote Administration” new enable=yes