I\'ve seen the following a lot in PowerShell, but what does it do exactly?
$_
$_ is an variable which iterates over each object/element passed from the previous | (pipe).