Concept Flow - Why cmdlets are the building blocks
User types cmdlet
PowerShell parses cmdlet
Cmdlet runs small task
Output produced or passed on
Next cmdlet or user input
PowerShell takes each cmdlet typed by the user, runs it as a small task, and produces output that can be used by the next cmdlet or shown to the user.