The project is to show the progress of the Powershell ForEach Parallel loop. I want it to echo out to the console a progress like 20%. It sounds easy but it is not becasue each loop works independent of each other.
Also please be reasnonble on the price as I don't think this project is worth any more then $100.
Please see the attached code that needs to be modified.
Hello,
if you really want to do parallel processing, that I suggest you do it with powershell core. That functionality is native there. And you can get a nice progress bar.
Windows Powershell Workflows are actually windows workflow foundation in the background. It works, but sometimes you can see some "interesting" side effects.
Anyway it's also doable with Windows PS with 3 -4 lines of code. :)
Let me know if you would like me to help you.