Hello,
I'm trying to update multiple CRM orgs at once using the powershell command. However, they seem to queue and update 1 at a time.
If I open multiple instances of deployment manager, and update 1 org from each instance, they will upgrade all at the same time. However, I can't seem to achieve this through powershell.
I've tried:
* (testing) opening multiple powershell windows, and updating 1 org per window. (upgrades 1 org at a time)
* Start-job triggering multiple updates at once. All jobs start successfully, however, CRM still upgrades 1 org at a time. The jobs just sit queued.
* Invoke-Command. same as above.
Thank you.