我正在尝试创建一个已保存的任务,该任务将以其他用户身份在 ConEmu 中启动 powershell 控制台。这是我得到的最接近的答案。它在 ConEmu 内部启动密码提示,然后在 ConEmu 外部的新窗口中打开 powershell。
"runas /user:domain\otheruser "%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe -noexit"" "-cur_console:n:t:PS-otheruser"
答案1
以下工作正常:
"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -cur_console:n:u:domain\otheruser:pwd