Random Delay to Run Script
The ability to assign a random wait time if you're running a script on many machines.
For example, if I'm using a script to download and install some software, I don't want to have 400 machines all request for a download from a webserver and tax the traffic or get restricted.
I know there are delay options for offline devices so it can wait, but it would be ideal to be able to set a random delay, and pick the limit. So, I could apply a script to run on 400 devices, and I can set it to pick a random number between 1 and 999 or something, and wait that time before starting the script.
I've attempted to program delays into scripts, and while they work, the same wait is applied to all machines that have the script, so all machines end up waiting the same amount of time, which is the same behaviour as if there was no wait at all.
This will be very helpful to limit network traffic, putting strain on resources etc, if we need to push out large transfers or downloads, and helps to spread them out, rather than spike them all at once.