Interactive Scripts
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.
-
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.