I have a script that creates some scheduled tasks on a Windows Server 2008 R2 box using schtasks.exe, and I'd like that script to set the 'If an instance of the task is already running, run new instances in parallel' setting.
I've poked around the documentation and options for schtasks.exe (which is what I'm using to create the tasks), and don't see any way to set this setting through a script.
Anyone know whether there's an option or other utility that I'm missing?