USing loop in powershell to run different .exe files at different locations.
Please check the below screenshot.
The first command in powershell is running fine, however I need to run the same command for 8 different .exe files. I have mentioned the paths where I need to run the command.
Assist if any idea how I can put those in a loop and run the script for all simultaneously. myscript.PNG
PowershellXML
Last Comment
Aakash Aggarwal
8/22/2022 - Mon
ITguy565
@aakash It would be more helpful if you could paste your script content in code blocks rather than in a PNG format. This would make it faster to answer your question and not have to rewrite all the code.