I need to run a Powershell script in a remote computer.
This script prompts the user for variable values, but if I execute the script remotely with PsExec or WMI, I don't see any prompt.
Is there a way to pass parameters to the Powershell script through WMI or PsExec?