Concept Flow - Custom objects (PSCustomObject)
Start script
Create PSCustomObject
Add properties with values
Use object (e.g., output or assign)
End script
The script starts by creating a PSCustomObject, adds properties with values, then uses the object, and finally ends.