Get-Datacenter -Name “xxx Datacenter” | Get-Datastore | Select-Object @{Label=”DataStore Name”;Expression={$_.Name}},@{Label=”GB Left”;Expression={[Math]::Round($_.FreeSpaceMB/1024,2)}},@{Label=”Capacity GB”;Expression={[Math]::Round($_.CapacityMB/1024,2)}},@{Label=”Free %”;Expression={[Math]::Round($_.FreeSpaceMB/$_.CapacityMB,3)*100}},@{Label=”New VMs”;Expression={[Math]::Floor(“{0:0.00;’0′}” -f (($_.FreeSpaceMB – 30000)/20480)) }} | ConvertTo-Html…
Latest Posts
-
-
I had an issue with esx 3.5u2 box, that had wrong vmnic numeration. In order to correct it edit file /etc/vmware/esx.conf…
-
Powershell
VMControl error -999: Unknown error: SoapError: ServerFaultCode : (Operation failed since another task is in progress.)
Situation. You want to power off VM, but vc is sending message that operation failed since another task is in progress.…
-
I thought i solved this some time ago but… When powering on VM inside virtualized esxi 4.1 on esxi4.1 host i…
-
Powershell
HA agent has an error : cmd addnode failed for secondary node: Error creating ramdisk for HA agent configuration. : Unknown HA error
If you want to create ha cluster on virtualized Esxi 4 inside Esxi4 you might encounter above error. Check if you…
-
I had to do few tasks in powershell using regex, this handy web app is very helpful. http://gskinner.com/RegExr/ also this helped…
-
I was trying to update few hosts and then the above error came up. So the fastest way to deal with…
-
VMware ESX 4 can even virtualize itself Old, but still useful, and no you can not host a 64bit VM inside…
-
http://communities.vmware.com/thread/302399 Click to access Final-PowerCLI-4.1.1.pdf
-
http://www.ducea.com/2006/06/20/how-to-disable-ctrl-alt-del-from-rebooting-a-linux-system/
-
Click to access VMware%20Tools%20-%20Unattended_Install.pdf
-
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=196