Default behavior of PowerShell is to send any objects at end of pipeline to output. There is no need to explicitly call Write-Output cmdlet. Fixes #416