1) The cmdlet stops and asks for input
2) The cmdlet executes the task without returning back to the script/prompt
1) When the performance tier of the SOBR is already part of a backup, the cmdlet stops and prompts with
Code: Select all
Confirm
All jobs and backups using this extent will be automatically updated to point to the scale-out backup repository.
Proceed?
[Job] DEV_WEEKLY_CRM_BACKUP
[Job] PROD_DAILY_CRM_BACKUP
[Backup] PROD_DAILY_CRM_BACKUP
[Backup] DEV_WEEKLY_CRM_BACKUP
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):
2) Upon successful verification of the input, the cmdlet creates the SOBR, but then goes straight into an Offload routine. From the GUI, you can simply click Close and leave the offload to run in the background. In Powershell, there isn't a 'nowait' option that I can see, so I have to wait potentially several hours before the offload completes and I can create the next SOBR.
Is there a way to return back to script execution and not wait for the offload?
Thanks, Rob.