Powershell Script Runner | Application Demo

preview_player
Показать описание
In this video we take a look at a new application.

Powershell Script Runner is a utility used to execute powershell scripts in order, with supplied parameters. The supplied parameters are obtained through form input values. All generated dynamically though a json file.

Timestamps:
00:00 - Introduction
00:40 - First Look
02:25 - Optional Branding / Config
03:32 - Looking at config
04:04 - Controls
06:55 - Scripts
08:15 - Closing Statements
09:05 - Outro
Рекомендации по теме
Комментарии
Автор

i understand what you do here, and as technical showcase i like it. From a more practical view i am hard pressed to find a valid use case. I would prefer writing a module that is usable by the preferred group of users: users without powershell writing knowledge. like: start powershell, (profile loads the corporate module)
PS c:\scripts\ > RunMyScript
if parameters are needed then the script can ask or determine (perhaps a default)
to run commands know by a module you need to configure allowed locations. (putting the module on a share and running it is blocked by default. (same limitations to run powershell scripts apply for your application solution), the other thing is you still need to write the scripts, to run from the app. so no gain there.
it feels like you made a nifty solution for a problem that (in my opinion does not) exist. (but then, i might be missing the point.)
curious though to why and how. will watch this video one time more :)

LordOfTec