Passing Predicates as Parameters in PowerShell
This is just a quick trick that I figured out today. I had a process that manipulated a dataset, and I needed to be able to change the process to allow me to filter the data that was processed. Also, it wasn’t clear exactly what kind of filter would specifically be needed in any given …
Continue reading ‘Passing Predicates as Parameters in PowerShell’ »