Script-check #537
-
Hi
Thanks in advance for your help and advices. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you want to post your script here, I can certainly help look at it. Although, most New-OV Cmdlets will generate an Async task as noted in the Cmdlet documentation. When it shows that one is returned, then use Wait-OVTaskComplete to monitor the task progress, whether it completes successfully or fails. If it does fail, you will need to look within the |
Beta Was this translation helpful? Give feedback.
If you want to post your script here, I can certainly help look at it. Although, most New-OV Cmdlets will generate an Async task as noted in the Cmdlet documentation. When it shows that one is returned, then use Wait-OVTaskComplete to monitor the task progress, whether it completes successfully or fails. If it does fail, you will need to look within the
taskErrors
embedded property for the messages of why the task failed.