自动打开管理员模式的powershell窗口执行命令


PowerShell交流中心分类: 远程管理自动打开管理员模式的powershell窗口执行命令
0
wuxiaopeng asked 9 年 ago

Hello,我想用Windows Update PowerShell Module管理服务器的补丁更新,通过工具远程执行Get-Wuinstall,但需要打开管理员模式的powershell窗口才能执行这个命令,请问有没有办法自动打开管理员模式的powershell窗口执行命令,谢谢!

0 Answers
0
Mooser Lee 管理员 answered 9 年 ago
cd D:\mybatDir
start-process cmd.exe -verb runas -argumentlist "-C",".\Deploy.bat"