Concept Flow - First PowerShell command
Open PowerShell
Type command: Write-Output 'Hello'
Press Enter
PowerShell runs command
Output appears: Hello
Command prompt ready for next input
This flow shows how you open PowerShell, type a simple command, run it, and see the output.