Domain 1.0 - Operating Systems Flashcards
Name 3 characteristics for Windows 10 overall.
Released July 29, 2015.
Single platform for all devices.
More than twelve different released versions, latest is 22H2.
Name 4 things about Windows 10 Home.
- Default version for consumer.
- Integration with Microsoft accounts and OneDrive.
- Includes Windows Defender (antivirius and anti-malware)
- Includes Cortana (use has decreased)
Name 4 things about Windows 10 Pro
- Basic professional version.
- Remote desktop option.
- Includes BitLocker (FDE or Full Disk Encryption)
- Can join Windows AD
Name 4 things about Windows 10 Pro for Workstations
- An edition for high-end desktops.
- Max of four physical CPUs.
- Supports up to 6 TB RAM.
- Support for ReFS (Resilient File System, same as Windows Server)
Name 4 things about Windows 10 Enterprise
- Built for large implementations ( Volume licensing)
- AppLocker ( Control what applications can run)
- BranchCache (Remote site file caching)
- Granular UX Control (Define user environment, useful for kiosk and workstation customization)
What are the Windows 10 x86 minimum hardware requirements?
1 GHz or faster CPU, 1 GB RAM or more, 32 GB free disk space or more, Microsoft DirectX9 with WDDM driver (minimum of 800 x 600)
What are the Windows 10 x64 minimum hardware requirements?
Same as the x86, but needs 2 GB RAM or more instead of just 1 GB RAM.
Domain Services
- Large database of objects on the network.
*Everything documented in one place, user accounts; servers; volumes; printers. - Distributed architecture. (Many servers)
- Useful for authentication and centralized management.
Windows Workgroups are:
Logical groups of network devices. Each device is a standalone system, everyone is a peer.
Window Domains are:
Used in business networks for centralized authentication and device access / management.
What ususally separates work and home desktop styles?
Home: Complete flexibility.
Work: Standard desktop, common UI, customization very limited usually
Bitlocker vs EFS?
BitLocker: Full Disk Encryption (FDE)
EFS: Protect individual files and folders, built into NTFS
Upgrade paths for Windows include:
Upgrade to Windows 10 from Windows 7 or 8.1
Upgrade to Windows 11 from Windows 10.
Or between similar editions. For example, WIN11 Home to WIN11 Pro.
Post-installation process is:
- Does it boot?
- Install the following:
Any more OS updtes
Security patches
Security apps
Driver updates
Driver installations
Service packs.
Dir (Command)
List files and directories.
cd / chdir (command
Change the working directory
md, cd, rd (Command)
Move directory, change directory, remove directory
copy command parameters
/v - verifies that files are copied correctly.
/y - suppresses all prompts to confirm overwrite of existing files.
Xcopy (command)
Copies files and directory trees.
Robocopy (command)
Copies files from source to destination.
DiskPart (command)
Creates partitions from an available disk.
Winver (command)
Provides information about the current Windows version.
gpupdate (command)
gpupdate /target:{computer | user} /force
gpresult (command)
Verify group policy settings for computer or user.
Netstat (command) parameters
- a - shows all active connections.
-b - shows all binaries; requires admin rights - n - does not resolve hostnames
Nslookup (command)
Looks up information from DNS servers on canonical names for a domain, IP addresses, cache timers, etc.
Net (command)
Lists Windows network commands
tracert (command)
Determine the route a packet takes to a destination. Uses ICMP TTL. Not all devices will reply with ICMP Time Exceeded Messages.
Pathping (Combines ping and traceroute)
First phase runs a traceroute to build a map.
Second phase measures round trip time and packet loss at each hop.
Event viewer:
Central event logging.
- Application, security setup system
- Information, warning, error, critical, sucessful audit, failure edit.
- eventvwr.msc
Task Scheduler does:
Scheduling of an application or script.
Includes predefined schedules.
Organize with folders.
taskschd.msc
Device Manager:
Manages all the hardware drivers that talks from and to Windows and various hardware components.
devmgmt.msc
Local Users and Groups:
User groups are admin, users, backup operators, power users.
lusermgr.msc
Performance Monitor
OS metrics (Disk, memory, CPU, etc.)
Set alerts and automated actions (monitor and act)
Store statistics for analysis of long-term treds.
perfmon.msc
Group Policy Editor
Centrally manage users and systems via GPO
Policies can be local or part of AD.
Group Policy Management Console
gpedit.msc
System Information
System Overview
Hardware resources (IRQs, conflicts, memory, DMA)
Components (Multimedia, display, input, network config info)
Software Environment (Drivers, print jobs, running tasks)
msinfo32.exe
Resource Monitor
Detailed real-time view of system performance.
resmon.exe
System Configuration
Manage boot process, startup, services, etc. (one stop shop)
msconfig.exe