PowerShell 批量拷贝本地文件到远程多台主机

Posted CIAS

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PowerShell 批量拷贝本地文件到远程多台主机相关的知识,希望对你有一定的参考价值。

 前提条件 参考

 批量拷贝本地文件到远程主机自动化脚本

  • $user="administrator" #系统用户
  • $password=ConvertTo-SecureString "YOU_password" -AsPlainText -Force #用户密码
  • $pchost=\'192.168.19.10\',\'192.168.12.249\' #目标主机IP,有多少编写多少
powershell-Copy-local_files-remote-host.ps1
<# Powershell Copy local files to a remote host
+++++++++++++++++++++++++++++++++++++++++++++++++++++
+  _____                       _____ _          _ _

以上是关于PowerShell 批量拷贝本地文件到远程多台主机的主要内容,如果未能解决你的问题,请参考以下文章

PowerShell 批量部署windows_exporter到所有Windows主机

PowerShell 批量部署windows_exporter到所有Windows主机

PowerShell 批量部署VMware-tools到所有Windows主机

PowerShell 批量部署VMware-tools到所有Windows主机

PowerShell 批量部署VMware-tools到所有Windows主机

PowerShell 批量创建用户用户组到所有Windows系统