Quick Tip #2 Export VM Information From List
To export a list of virtual machine attributes, using a text file for input, we can use the following PowerCli code: Get-VM -Name (Get-Content c:\vmnames.txt) | Select Name,NumCpu,MemoryMB | Export-Csv…
To export a list of virtual machine attributes, using a text file for input, we can use the following PowerCli code: Get-VM -Name (Get-Content c:\vmnames.txt) | Select Name,NumCpu,MemoryMB | Export-Csv…
This article shows how to reset the root password on a vMA or VMware Virtual Management Appliance. This is a post I’ve been meaning to write for a while, mainly…
I had a question today regarding how to enable console access on ESXi 4.1, following an upgrade from an ESX 3.5 environment. Until ESXi 4.1 the only official way to…
This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Read More