SDF-INIT-05 โ PowerShell Basics¶
Purpose:
To learn foundational PowerShell commands for system observation and reporting.
๐งญ Commands to Try¶
Get-Processโ View running processesGet-Serviceโ List services and statusGet-ComputerInfoโ View system specsGet-EventLog -LogName System -Newest 10โ Recent system logs
๐ง Reflection¶
- Which command felt most powerful?
 - Did you discover any hidden services or processes?