ITExperience.NET Rotating Header Image

Posts under ‘PowerShell’

Automatically upgrade VMWare Tools on multiple Virtual Machines

A new version of ESX often comes with a new version of VMWare Tools. In my case, I did a migration of ESX 3.5 to vSphere (4.0). A manual installation of VMWare Tools would be pretty time-wasting (50 virtual machines). Therefore, I’ve searched on Google, and found the following solution: Powershell!

File cannot be loaded because the execution of scripts is disabled on this system error in PowerShell

When you try to run a Powershell script (PS1), you may get the following error:

File xyz.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see “get-help about_signing” for more details. At line:1 char:2