Skip to content

Lesson 13 — Windows Fundamentals Summary & Module Assessment

Lesson 13 — Windows Fundamentals Summary & Module Assessment

Section titled “Lesson 13 — Windows Fundamentals Summary & Module Assessment”

Congratulations!

You have successfully completed the Windows Fundamentals module.

Windows is one of the most widely used operating systems in enterprise IT, powering millions of desktops, laptops, servers, cloud virtual machines, and business applications worldwide.

Throughout this module, you’ve learned how Windows is built, how it manages users and services, how it secures systems, and how enterprise organizations deploy and manage Windows at scale.

Before moving to the next module, let’s review everything you’ve learned and assess your understanding.


During this module, you completed the following lessons:

Lesson Topic
Lesson 01 Windows Architecture
Lesson 02 Windows File System (NTFS & Storage)
Lesson 03 Windows Users & Groups
Lesson 04 Active Directory Fundamentals
Lesson 05 Windows Services
Lesson 06 Windows Registry
Lesson 07 Windows PowerShell Fundamentals
Lesson 08 Windows Networking
Lesson 09 Windows Event Logs
Lesson 10 Windows Security
Lesson 11 Windows Administration
Lesson 12 Enterprise Windows Administration

These lessons provide the Windows administration foundation required for Cloud Computing, DevOps, Cybersecurity, and Enterprise IT Operations.


Let’s review the key concepts from this module.


You learned:

  • Windows Architecture
  • User Mode & Kernel Mode
  • Windows Kernel
  • Hardware Abstraction Layer (HAL)
  • Windows Boot Process
  • Processes & Threads
  • Windows Services

Understanding Windows architecture helps administrators troubleshoot systems and understand how Windows operates internally.


You explored:

  • NTFS
  • Drives & Volumes
  • Partitions
  • File System Hierarchy
  • NTFS Permissions
  • Access Control Lists (ACLs)
  • File Compression
  • Encrypting File System (EFS)
  • Storage Management

NTFS is the enterprise standard for storing and protecting data.


You learned:

  • Local Users
  • Domain Users
  • Security Identifiers (SID)
  • User Profiles
  • Built-in Accounts
  • Windows Groups
  • Authentication
  • Authorization

Identity management is one of the foundations of Windows administration.


You explored:

  • Domains
  • Domain Controllers
  • Forests
  • Trees
  • Organizational Units (OUs)
  • Group Policy
  • Kerberos
  • LDAP
  • DNS Integration

Active Directory provides centralized identity and access management for enterprise environments.


You learned:

  • Service Control Manager (SCM)
  • Startup Types
  • Service Management
  • Service Accounts
  • Service Dependencies
  • Event Viewer
  • Service Troubleshooting

Services keep Windows and enterprise applications running continuously.


You explored:

  • Registry Architecture
  • Registry Hives
  • Registry Keys
  • Registry Values
  • Registry Data Types
  • Registry Editor
  • Registry Backup & Restore
  • Registry Security

The Registry stores Windows and application configuration settings.


You learned:

  • Cmdlets
  • Objects
  • Variables
  • Pipelines
  • Scripting
  • Remote Administration
  • PowerShell Automation

PowerShell enables administrators to automate enterprise operations efficiently.


You explored:

  • IP Addressing
  • DNS
  • DHCP
  • Network Adapters
  • Windows Firewall
  • Remote Desktop (RDP)
  • SMB
  • Network Troubleshooting

These concepts enable Windows systems to communicate across enterprise and cloud networks.


You learned:

  • Event Viewer
  • Application Logs
  • Security Logs
  • System Logs
  • Event IDs
  • PowerShell Log Analysis
  • Centralized Logging

Windows Event Logs are essential for troubleshooting, auditing, and incident response.


You explored:

  • Microsoft Defender
  • User Account Control (UAC)
  • BitLocker
  • Secure Boot
  • Credential Guard
  • Windows Defender Firewall
  • Windows Hello
  • Defense in Depth

These features provide layered security for Windows systems.


You learned:

  • User Management
  • Service Management
  • Performance Monitoring
  • Device Management
  • Patch Management
  • Backup & Recovery
  • Automation
  • Operational Best Practices

Windows administrators keep enterprise systems secure and available.


You explored:

  • Active Directory
  • Group Policy
  • Microsoft Intune
  • Microsoft Entra ID
  • Enterprise Monitoring
  • Asset Management
  • Compliance
  • Disaster Recovery
  • Enterprise Operations

These concepts prepare you to manage Windows environments at enterprise scale.


The topics in this module work together to build and manage enterprise Windows environments.

Windows Architecture
Windows File System
Users & Groups
Active Directory
Windows Services
Registry
PowerShell
Networking
Event Logs
Security
Administration
Enterprise Operations

Together, these concepts form the operational lifecycle of Windows in enterprise environments.


Item Details
Assessment Type Module Assessment
Questions 40
Passing Score 80%
Duration 60 Minutes
Attempts Unlimited

What is Windows?

A. Programming Language

B. Operating System

C. Database

D. Web Browser


Which Windows component manages hardware and system resources?

A. Registry

B. Kernel

C. Event Viewer

D. PowerShell


Which mode has unrestricted access to hardware?

A. User Mode

B. Guest Mode

C. Kernel Mode

D. Safe Mode


Which Windows file system is commonly used in enterprise environments?

A. FAT16

B. FAT32

C. NTFS

D. ext4


Which Windows folder stores user profiles?

A. C:\Windows

B. C:\Program Files

C. C:\Users

D. C:\System32


Which NTFS feature controls access to files?

A. FAT Table

B. ACLs

C. DHCP

D. DNS


What does SID stand for?

A. Security Identifier

B. System Information Database

C. Service Integration Directory

D. Secure Internet Device


Which account has the highest local privileges?

A. Guest

B. User

C. Administrator

D. Power User


What is Active Directory primarily used for?

A. Gaming

B. Centralized Identity Management

C. Media Streaming

D. File Compression


Which server authenticates users in an Active Directory domain?

A. Web Server

B. DHCP Server

C. Domain Controller

D. File Server


What is the purpose of Organizational Units (OUs)?

A. Store applications

B. Organize Active Directory objects

C. Monitor network traffic

D. Encrypt files


Which protocol is primarily used for Active Directory authentication?

A. FTP

B. HTTP

C. Kerberos

D. SMTP


Which Windows component starts and manages services?

A. Task Manager

B. Service Control Manager (SCM)

C. Registry Editor

D. Device Manager


Which tool opens the Windows Services console?

A. eventvwr.msc

B. services.msc

C. gpedit.msc

D. regedit


Which Registry hive stores computer-wide settings?

A. HKCU

B. HKCR

C. HKLM

D. HKU


Which command opens the Registry Editor?

A. regedit

B. registry

C. regview

D. regopen


PowerShell cmdlets generally follow which naming convention?

A. Noun-Verb

B. Verb-Noun

C. Object-Value

D. Task-Run


Which symbol represents the PowerShell pipeline?

A. >

B. |

C. &

D. #


Which cmdlet displays running services?

A. Get-Service

B. Get-Registry

C. Show-Service

D. List-Service


Which command displays help for a PowerShell cmdlet?

A. Help

B. Get-Help

C. Show-Help

D. Manual


Which command displays IP configuration?

A. route

B. ipconfig

C. net use

D. arp


Which protocol translates domain names into IP addresses?

A. DHCP

B. FTP

C. DNS

D. SSH


Which protocol automatically assigns IP addresses?

A. SMTP

B. DNS

C. DHCP

D. LDAP


Which tool displays Windows Event Logs?

A. Task Scheduler

B. Event Viewer

C. Registry Editor

D. Computer Management


Which Windows log records authentication events?

A. Application

B. System

C. Security

D. Setup


Which Event ID commonly represents a successful logon?

A. 4624

B. 6005

C. 1102

D. 4720


Which feature prompts for administrator approval before making system changes?

A. BitLocker

B. Credential Guard

C. User Account Control (UAC)

D. Secure Boot


Which Windows feature encrypts an entire drive?

A. Defender

B. BitLocker

C. EFS

D. Firewall


Which built-in antivirus protects Windows?

A. McAfee

B. Norton

C. Microsoft Defender

D. Avast


Which Windows component filters inbound and outbound network traffic?

A. Windows Defender Firewall

B. Device Manager

C. Task Scheduler

D. Explorer


Which tool monitors CPU, memory, and performance counters?

A. Paint

B. Performance Monitor

C. Calculator

D. Registry Editor


Which console manages disks and partitions?

A. diskmgmt.msc

B. services.msc

C. devmgmt.msc

D. eventvwr.msc


Which Microsoft cloud service manages Windows endpoints?

A. Microsoft Intune

B. Microsoft Paint

C. Visual Studio

D. IIS


Which Microsoft service provides cloud identity management?

A. Microsoft Entra ID

B. Hyper-V

C. IIS

D. WSUS


Which enterprise technology centrally applies Windows security settings?

A. Group Policy

B. Notepad

C. Disk Cleanup

D. Device Manager


Which enterprise practice helps ensure systems remain protected from known vulnerabilities?

A. Ignoring updates

B. Patch Management

C. Disabling Event Logs

D. Removing backups


Which practice protects business continuity during disasters?

A. Registry Cleanup

B. Disaster Recovery Planning

C. Browser Cache

D. Disk Defragmentation


Why is PowerShell widely used in enterprise environments?

A. It replaces Windows Explorer.

B. It automates administration and management tasks.

C. It installs Windows automatically.

D. It replaces Active Directory.


Which enterprise practice provides visibility into thousands of Windows systems?

A. Centralized Monitoring

B. Desktop Themes

C. Wallpaper Policies

D. Screen Savers


Why is Windows administration an important IT skill?

A. Windows is only used for gaming.

B. Windows powers enterprise desktops, servers, cloud virtual machines, and business applications worldwide.

C. Windows has no role in cloud computing.

D. Windows is only used by home users.


Before moving to the next module, make sure you have:

  • ☐ Completed all 12 lessons.
  • ☐ Practiced PowerShell commands.
  • ☐ Managed users and groups.
  • ☐ Explored Active Directory tools.
  • ☐ Reviewed Windows Event Logs.
  • ☐ Practiced Windows administration tasks.
  • ☐ Passed the module assessment with at least 80%.
  • ☐ Reviewed any concepts that need additional practice.

By completing this module, you’ve developed practical skills in:

  • Windows Architecture
  • NTFS File System
  • Users & Groups
  • Active Directory
  • Windows Services
  • Windows Registry
  • PowerShell Automation
  • Windows Networking
  • Event Log Analysis
  • Windows Security
  • Windows Administration
  • Enterprise Windows Operations

These skills prepare you for roles such as:

  • Windows Administrator
  • Systems Administrator
  • Infrastructure Engineer
  • Cloud Engineer
  • SOC Analyst
  • Endpoint Administrator
  • IT Support Engineer
  • Cybersecurity Analyst

🎉 You have successfully completed the Windows Fundamentals module.

You now have a strong understanding of how Windows systems operate, how enterprise organizations manage Windows infrastructure, and how to secure, automate, and troubleshoot Windows environments.

Combined with your Linux Fundamentals knowledge, you now possess a solid operating systems foundation that will support your learning throughout the rest of the GoHackersCloud Academy.


➡️ Module 05 — Programming Fundamentals

In the next module, you’ll learn the fundamentals of programming, including variables, data types, operators, control flow, functions, object-oriented programming concepts, scripting, and problem-solving techniques.

Programming skills will help you automate tasks, build tools, understand cloud applications, write security scripts, and prepare for advanced topics such as DevOps, Cloud Engineering, AI, and Cybersecurity.

Welcome to Module 05 — Programming Fundamentals! 🚀