Quantcast
Channel: PowerShell.org » All Posts
Viewing all articles
Browse latest Browse all 13067

Reply To: Error handling through the pipeline

$
0
0

You really need to move from a one liner into a more structured script. The pipeline is great for quick, linear tasks. But when logic (IF and error, THEN this) starts to get involved, you've moved out of what the single-pipeline model is for.


Viewing all articles
Browse latest Browse all 13067

Trending Articles