SyntaxFix
Write A Post
Hire A Developer
Questions
According to this website, it's a reference to this, mostly in loops.
this
$_ (dollar underscore) 'THIS' token. Typically refers to the item inside a foreach loop. Task: Print all items in a collection. Solution. ... | foreach { Write-Host $_ }