Hi, folks! I'm looking for a way to create custom operators such as -any or -selectmany and so on. Not sure that it's possible to do with PowerShell scripts so… Maybe somebody faced with this or have an experience for creating custom operators? Can you explain me how to do this?
My second question is how to use System.Threading.Tasks.Parallel in my scripts? Should I create a runspace to use it and where I can to see examples?
Thank for advance!