psexec
PsExec.exe -i -u "NT AUTHORITY\Network Service" cmd.exe

Opens a System level powershell_ise in interactive mode.
PsExec.exe -s -i C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell_ise.exe
Last updated
Was this helpful?
PsExec.exe -i -u "NT AUTHORITY\Network Service" cmd.exe
Opens a System level powershell_ise in interactive mode.
PsExec.exe -s -i C:\Windows\SysWOW64\WindowsPowerShell\v1.0\powershell_ise.exe
Last updated
Was this helpful?