Using Powershell to Install MSI to multiple terminal servers
I have multiple terminal servers TS01-TS99 I need to install a MSI to all 99 terminal servers. Is there someway to do this? Can powersheel do this? I don't want to manually install.
Thanks, I was looking for a PowerShell solution but psexec looks like it will work better.
I've never used psexec so the full command would look like this?
psexec @listofservers.txt cmd /c msiexec \\path to msi /L*vx %temp%\install.log
I've never used psexec so the full command would look like this?
psexec @listofservers.txt cmd /c msiexec \\path to msi /L*vx %temp%\install.log