PSItem

suggest change
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.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents