Skip to content

SDF-INIT-05 โ€” PowerShell Basics

Purpose:
To learn foundational PowerShell commands for system observation and reporting.


๐Ÿงญ Commands to Try

  • Get-Process โ†’ View running processes
  • Get-Service โ†’ List services and status
  • Get-ComputerInfo โ†’ View system specs
  • Get-EventLog -LogName System -Newest 10 โ†’ Recent system logs

๐Ÿง  Reflection

  • Which command felt most powerful?
  • Did you discover any hidden services or processes?