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:


Built-in variables:
* Args
* PSItem
*
* error

Table Of Contents
1 Loops
19 XML
22 Strings
25 Aliases
47 MongoDB
56 Built-in variables
65 AWS S3