Ability to add parameters for running scripts and respond to User Inputs
It would be great if we could, when running a script like Powershell, input specific parameters that are requested within the script. Or, if the script calls a User Input like a Read-Host, Atera could pick that up and prompt a response on the website.
-
Justin Scott
commented
2nd this. We're attempting to automate our onboarding process, and would like to be able to (for instance) select AD Groups to add a new employee to using powershell script.
-
ITF Support
commented
Honestly surprised this isn't a feature already, but can we please allow interactive scripting?
Without being able to prompt for input when running a PowerShell script, I am limited to only hardcoded records.It should be possible to run a PowerShell script and have it prompt for input using the Read-Host command.
This would allow scripts to be far more dynamic and flexible.
This should already be possible seeing as we have full shell access, so shouldn't be difficult to implement.