You can use the simple PowerShell script below to check ESX server patching status from your Windows client. Requirements:
.NET Framework 2.0
PowerShell v1.0
plink.exe (from the Putty download page) in your path
An account and password to remotely connect over SSH and execute the command esxupdate query.
Change the $servers array with your servers and also update the $account and […]
