Get-Process | ForEach-Object -Process { $PSItem.Name }
Same as $_. Contains the current object in the pipeline object. You can use this variable in commands that perform an action on every object or on selected objects in a pipeline.
$_