Forum Discussion
Possible to execute scheduled runbook on hybrid worker by default?
Hi,
I was wondering if you know a way to have a runbook (powershell) run on schedule but on a hybrid worker by default?
When I manually launch a runbook the blade to the right will ask me whether I want to run it in azure or in the context of a hybrid worker group.
I can't get the scheduled runbook to execute in the hybrid worker group.
Any ideas?
Thanks.
Hello, Deleted!
You have to link a new schedule (or re-link the current schedule by un-linking it first) and make sure you choose to run on your hybrid worker group, in the "Parameters and run settings" option.
2 Replies
- hspinto
Microsoft
Hello, Deleted!
You have to link a new schedule (or re-link the current schedule by un-linking it first) and make sure you choose to run on your hybrid worker group, in the "Parameters and run settings" option.
- Deleted
hspinto, oh yeah, that did the trick. I missed the second menu point "Parameters and run settings" when linking the schedule. Thanks so much.