Top "Start-process" questions

Start-Process is a PowerShell cmdlet that starts one or more processes on the local computer.

Powershell Start-Process msiexec on a remote machine not working

For some reason Start-Process msiexec won't work when run through invoke command on a remote machine. I looked it up …

powershell windows-installer invoke-command start-process
Executing a scriptblock via startprocess

Would any of you possibly know why this is not working? Start-Process $PSHOME\powershell.exe -ArgumentList "-NoExit -Command & `"{$outvar1 = 4+4; `"…

powershell powershell-2.0 credentials start-process
Powershell Start-Process to start Powershell session and pass local variables

Is there a way to use the Powershell Start-Process cmdlet to start a new Powershell session and pass a scriptblock …

powershell start-process scriptblock
PowerShell - script 1 calls script 2 - how to return value from script 2 to script 1

I have two PowerShell scripts. One script invokes another PowerShell script using elevated credentials, using Start-Process. But I am struggling …

powershell return-value elevated-privileges start-process
Passing variable arguments using PowerShell's Start-Process cmdlet

Good evening everyone, I'm using a command line that passes arguments to as variables in the following scripts to be …

powershell start-process
Running cmd.exe through start-process but unable to pass the command to cmd.exe

I want to run a groovy script with cmd.exe under a different user. I have used Start-Process, when the …

powershell start-process
Powershell - Start-Process to launch hello world is not working

I am trying to figure out how to run powershell script with elevated credentials, and was told the best way …

powershell elevated-privileges start-process
Launch Metro style apps using powershell

I am trying to write a powershell script for windows 10 that will automatically launch a Metro-style app. The Start-Process cmdlet …

uwp windows-10 powershell-3.0 appx start-process