Run multiple powershell scripts simultaneous
This might take you < 1 minute to read.
To run multiple scripts in multiple servers can be pain… I have created a way to dynamically run scripts on each server and yet only trigger on file per server. If you want to trigger another script just add the script in the “$global:TriggerFolder”-folder and it will be run next time this script is run.