Hi there,
We want to query a table based on a few "where" clauses and then after the records are collected, we'd like to shuffle them so that when they are exported, they are always ordered differently. We don't want to just simply use an "order" clause, so is there a way to shuffle the records before we export them to a CSV file using Powershell?
Thanks,
-Christian