-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"
start-process powershell -argumentList "-noExit -noProfile -command echo 'Hello world'"
-verb runas
, a process can be started with administrator privileges: start-process powershell -verb runas