This script simulates the Matrix (for fun). write-host -foregroundColor green -noNewline $($Row.A) write-host -foregroundColor green -noNewline $($Row.B) write-host ...
In order to analyse the differences between providing a pipeline parameter argument either by pipeline or by command line argument, I set up a test matrix, calling an advanced function using both ...