webzom
cmd:
解除powershell 脚本执行权限
powershell -noprofile Set-ExecutionPolicy Unrestricted

powershell 下载文件 执行文件
$client = new-object System.Net.WebClient
$client.DownloadFile(\'\\DW-PC\Users\sd\xx.msi\', \'D:\1.msi\')
D:\1.msi /q

部署到域中执行

分类:

技术点:

相关文章:

  • 2021-10-25
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2021-10-14
  • 2021-12-31
  • 2021-12-10
猜你喜欢
  • 2021-09-21
  • 2022-12-23
  • 2021-11-11
  • 2021-08-17
  • 2022-12-23
  • 2021-07-01
相关资源
相似解决方案