Create a new background script
Name of the background script
The script content to be executed on devices
Interpreter used to run the script. Currently only 'powershell' is supported.
Whether the script runs continuously. When true, frequency_in_mins must be null.
Interval in minutes between script executions. Required when always_run is false, must be null when always_run is true.
Maximum runtime in minutes before the script is terminated. Must be > 0. Defaults to 60 if omitted.
Optional description for the background script. Max 300 characters.
Success