One of the challenges many people face with PowerShell is the difficulty in capturing output from other pipelines like errors and verbose. Success output you could always pipe to Out-File, but that ...