Concept Flow - Get-ChildItem for listing
Start: Run Get-ChildItem
Access target directory
Retrieve list of items
Filter items if parameters given
Display items in console
End
The command starts, accesses the folder, gets items, filters if needed, then shows them.