Hi,
I have created a powershell script which requires two parameters to be passed onto it for getting executed. This script is called by an application and runs it in background (no console / window). During this process the application is unable to complete the execution of the script due to the missing user inputs (no popup comes for entering parameters by even after using read-host/[system.console]::Read()).
The powershell.exe process can only be seen in task manager.
Is there a way in which my script will create a pop up and ask for the parameter values?
Thanks,
Sushruta Banerjee