PowerShell 批量部署VMware-tools到所有Windows主机
Posted CIAS
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PowerShell 批量部署VMware-tools到所有Windows主机相关的知识,希望对你有一定的参考价值。
前提条件 参考
批量拷贝脚本到远程主机
- powershell-install-VMware-tools.ps1#安装VMware_tools脚本
- powershell-Remote-Software-Installation.ps1 #拷贝文件到目标主机D盘
- $password=ConvertTo-SecureString "YOU_host_password" -AsPlainText -Force #16行更改主机主机的密码
powershell-Remote-Software-Installation.ps1
<# Powershell Remote Software Installation
+++++++++++++++++++++++++++++++++++++++++++++++++++++
+ _____ _____ _ _ _ +
以上是关于PowerShell 批量部署VMware-tools到所有Windows主机的主要内容,如果未能解决你的问题,请参考以下文章
PowerShell 批量部署windows_exporter到所有Windows主机
PowerShell 批量部署VMware-tools到所有Windows主机