We have some scripting workflows, some of which works well with Hexnode’s remote script deployment and some have issues. One of the scripts when executed from the portal, keeps showing the Initiated state and we’re out of clue as to what is causing this behavior.
The script is adapted from https://support.google.com/a/answer/9250996?hl=fr and what it is doing is, it silently installs the Google Credential Provider for Windows (GCPW) and changes settingsi in the registry so that user can use Google user account as a local account on the Windows machine. No input is necessary during the execution of this script and we are able to run it successfully when executed manually in elevated mode PowerShell.
When this script is run, earlier it use to show the error as “Script execution failed. Validate the script and try again.”. Now, it is struck at Initiated state.
Any help is appreciated.