Search notes:

PowerShell Cmdlet: Start-Process

-argumentList

-argumentList is followed by an array that is passed as command line arguments to the executable being started:
start-process excel -argumentList /e, /p, "$pwd"

See also

start-job
The command parameter -credential.
Powershell command noun: process

Index