Unable to create Task Scheduler using Azure VMExtention CustomScriptExtension
I am working on creating a task to setup a Task Scheduler job on Windows machine. I have a script that register Task scheduler, when I run the script from Terraform Customscript extension it is not giving any error or creating the schedule Task. Though I have tried to wright the stdout to a file, command is not giving any output after execution.