Begin-Process-End in a PowerShell script
Much has been written about how you need to use Begin/Process/End blocks in order to handle a collection of values passed from the pipeline, but those posts all seem to focus on how to do it in a *function*, not a script. I recently struggled to figure out how to retrofit this functionality into one …
Continue reading ‘Begin-Process-End in a PowerShell script’ »