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