Concept Flow - Reading file content (Get-Content)
Start script
Call Get-Content with file path
PowerShell reads file line by line
Output each line to console
End script
The script starts, calls Get-Content to read a file line by line, outputs each line, then ends.