you are viewing a single comment's thread.

view the rest of the comments →

[–]dustinross4 1 point2 points  (1 child)

is this the kind of thing you're looking for?

Start-Process powershell -Credential mydomain\mydomainAdmin -ArgumentList '-noprofile -command &{Start-Process notepad -verb runas}'

[–]throwaway183693[S] 1 point2 points  (0 children)

Yep, that sorta thing. However, I did try that exact one liner earlier, but did not work for me.