Currently I setup a Windows XP appliance which I would like to use for a new way to manage a VMware ESXi plattform. A colleague had this idea to create an interface to manage ESXi free server’s from any kind of CMS. Some details: OS: Windows XP Software: Apache, PHP, Powershell, VMware PowerCLI, JSON for PHP more …
Read MoreThis one-liner will count all VM’s on a ESX hostGet-VMHost -Server xxx.xxx.xxx.xxx | Select Name,@{N="NumVM";E={($_ |Get-VM -Server xxx.xxx.xxx.xxx | where {$_.PowerState -eq "PoweredOn"}).Count}} Coding for usage with the VESI:$noConnection = $true if ($global:vmwareManagedHosts) { foreach ($key …
Read MoreWelcome on xmsoft.de
Feb 26, 2010 PersonalWelcome to xmsoft.de. You will find here ideas, scripts, knowledge about virtualization
Read More