OS Flashcards
Windows 10 comes preinstalled on vendor hardware & is the OEM (original equipment manufacturer) OS
Also available as a retail product, but lacks the ability to join a domain (Pro & Enterprise feature)
Windows Pro
Allows the user to join corporate domains. MOST COMMON OEM OS & the premier retail edition.
Pro for Workstations
Supports up to 4 CPUs and 6 TB of memory, as well as remote directory memory access (RDMA) and non-volatile dual inline memory modules (NVDIMM). Great for high-end workstations (>2 CPUs, >2 TB memory)
Windows Enterprise
Same functionality as Windows Pro for Workstations, but volume licensed for larger places.
Domain access vs Workgroup
Domain-joined network of computers provides centralized authentication, administration, & auditing. Often found in large corporate networks.
Supported by Pro, Pro for Workstations, & Enterprise.
Workgroup - default mode for OS and is a decentralized collection of computers. Windows Home only offers workgroups, not domains.
Is Remote Desktop Protocol (RDP) supported by Windows Home?
Nope - just Pro, Pro for Workstations, & Enterprise.
Random-Access Memory (RAM) support
Windows Home: 128 GB RAM; 2 CPUs
Windows Pro: 2 TB RAM
2 CPUs
Pro for Workstations: 6 TB RAM
4 CPUs
Enterprise: 6 TB RAM
2 CPUs
Which Windows editions offer BitLocker?
Pro, Pro for Workstations, Windows Enterprise.
Not Windows Home
What editions are the Group Policy feature available on?
Everything but Windows Home (Pro, Pro for Workstations, Enterprise)
How do you apply the Group Policy locally?
gpedit.msc (terminal or PowerShell)
Can group policies be applied through the domain?
Yep, and also locally (gpedit.msc)
Jump levels or update through each release?
Upgrade progressively through Windows releases until you reach the latest.
What is an in-place upgrade?
Straight upgrade from current edition to latest edition, as long as system requirements are met.
Can you change drives with the cd command?
Nope, use <drive>;</drive>
ipconfig
Basic connectivity info (IP address, subnet mask, default gateway) on Windows
ping
Verify network connectivity. Sends an ICMP (internet control message protocol) packet to given address (such as default gateway)
hostname command
gives computer identity
netstat
all listening & established connections on the host network
nslookup
verify DNS addresses
chkdsk
view hard disk info, including creating and viewing reports, correcting file system problems & disk errors
net user
subcommand used to list all local accounts on the host system
net use
maps drive letters to network shares
tracert
shows the path a packet takes to arrive at a destination
format
used to remove data from disks & prepare disks for new use
xcopy
copies files & folders
copy
copy specified files
robocopy
copy files while keeping permissions intact
gpupdate
update group policies
gpresult
used to view report/values of the Resultant Set of Policy (RSoP) for a remote user & users’ computer
shutdown
can schedule a shutdown or restart, remotely or locally
sfc
System File Checker - utility command that verifies & checks the version of the file system on the computer
/?
provide help for a command
diskpart
tool for managing disks, partitions & volumes
pathping
combines tracert & ping commands
winver
Windows version info in a GUI dialogue box. Current version, build number, licensing info
Task Manager
utility that displays & manages running apps & services, logged-in users, & system performance
Task Manager Tabs
Services
Startup
Performance
Processes
Users
What does the Services tab on Task Manager show you?
running services, identification info such as description, group & status
What does the startup tab show you (on Task Manager)?
what services are set to begin upon startup and their associated identifying info
Performance tab of Task Manager
CPU, Memory, Disk I/O, network resource utilization. Can help you find the bottleneck on a slow-running computer
Processes on Task Manager tab
currently running processes & resource consumption
Users on Task Manager tab
Currently logged-in users, their status, and applications they are running
What is the Microsoft Management Console (MMC) snap-in?
A GUI for administrative & config tools
MMC (Microsoft Management Console) tools:
event viewer (eventvwr.msc)
disk management (diskmgmt.msc)
task scheduler (taskschd.msc)
Device manager (devmgmt.msc)
Certificate Manager (certmgr.msc)
Local users & groups (create & delete users, maintain their accounts, establish passwords) (lusrmgr.msc)
Performance monitor - real time stats on memory, disk, CPU, & network (perfmon.msc)
Group Policy Editor (gpedit.msc)
EXE tools for MMC (microsoft management console)
System Information (msinfo32.exe) - system info for advanced hardware & drive info
Resource Monitor (resmon.exe)
System Configuration (msconfig.exe) - change how Windows boots & what programs start with Windows
Disk Cleanup (cleanmgr.exe)
Disk Defragment (dfrgui.exe) - puts large pieces of files back together for better performance
Registry Editor (regedit.exe) - some OS & app settings may need to be changed in advanced troubleshooting.
Control Panel utility
View, change, & troubleshoot system settings.
Internet Options
Devices & Printers
Programs & Features
Network & Sharing Center (configure network adapters, create new network & dial-up connections, configure network file & printer sharing)
System
Windows Defender Firewall
Mail (also additional data files, RSS feeds, internet calendars, address books, SharePoint lists, etc.)
Sound
User Accounts
Device Manager (shows all hardware connected to the computer & provides driver management options)
Indexing Options (indexes Office documents, PDFs, text files, etc.)
Admin Tools
Fire Explorer Options
What’s the highest power setting available? (after power saver and ‘balanced’)
High Performance
What does hibernation do?
Saves the current state before shutting down - restores to the same place when started but doesn’t consume power in the meantime
What does Fast Startup do?
Places the system in hibernation during shutdown so that it boots more quickly
What is USB (universal serial bus) selective suspend?
Allows admin to suspend power to a device connected to a specific USB port
What is Ease of Access for?
Accessibility needs
What are Windows Settings for?
Configuring & personalizing the OS for end users.
Time & Language
Update & Security
Personalization (backgrounds, colors, fonts, etc.)
Apps
Privacy
System (configure OS settings, monitors, display settings, resolution, scale settings, etc.)
Devices (view, configure & control connected devices)
Network & Internet
Gaming (XBox integration)
Accounts (manage & configure user accounts)
What are the 3 primary networking models in Windows OS?
Homegroup
Workgroup (allows the OS to be both server & client; primarily used in SOHO setups.
Domain (in this model, the client must be joined to the domain)
What are shared resources?
Files & folders are shared over the network, creating a shared space for people on the network. For convenience, network shares can be mapped to a drive letter.
For users & apps, the network share appears to be a local disk.
Resources like hardware-based resources can also be shared with the network group.
Administrative shares allow what?
Remote administrators can configure the computer. The shares are not visible or accessible to non-admin users.