如何在远程计算机上执行powershell命令?

时间:2019-05-22 17:41:55

标签: powershell windows-server windows-server-2016

我需要在几十个服务器上运行以下文件:

powershell -file "\\server\share\appInitInstall.ps1"

我如何运行它而不必将RDP引入每个进程? 我在远程计算机上成功运行了脚本块:

Invoke-Command -ComputerName server01, server02 -ScriptBlock {Get-UICulture}

但是如何在其他PC上运行文件?

0 个答案:

没有答案