by Jacob Gardiner-Moon | May 26, 2016 | PowerCLI 6.0, VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
Please refer to my post on how to connect to vCenter via PowerCLI If you have not completed this before, It can be found here Run the below command and this will provide you information about the VM’s, Specifically the Name, Configured OS, Running OS and Disk... by Jacob Gardiner-Moon | May 26, 2016 | PowerCLI 6.0, VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
You will need to initially download and install VMware PowerCLI via the VMware website, It can be downloaded here – https://my.vmware.com/group/vmware/get-download?downloadGroup=PCLI600R1 (You may need to login) Once installed you will need to open the software,... by Jacob Gardiner-Moon | May 26, 2016 | PowerCLI 6.0, VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
Updated 25/04/2017 – Added code snippet. Please refer to my post on how to connect to vCenter via PowerCLI If you have not completed this before, It can be found here Connect-VIServer -Server HOSTNAME Create the following script and call it... by Jacob Gardiner-Moon | May 26, 2016 | PowerCLI 6.0, VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
You will need to initially download and install Vmware PowerCLI via the VMware website, It can be downloaded here – https://my.vmware.com/group/vmware/get-download?downloadGroup=PCLI600R1 (You may need to login) Once installed you will need to open the software,... by Jacob Gardiner-Moon | Mar 21, 2016 | Linux, Ubuntu, VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
Insert VMware Tools Installer sudo mkdir /mnt/cdrom sudo mount /dev/cdrom /mnt/cdrom tar xzvf /mnt/cdrom/VMwareTools-x.x.x-xxxx.tar.gz -C /tmp/ cd /tmp/vmware-tools-distrib/ sudo ./vmware-install.pl Accept the default options, however I would recommend enabling the... by Jacob Gardiner-Moon | Nov 26, 2015 | VMware, vSphere 5.1, vSphere 5.5, vSphere 6.0
I was required to create a Bootable ESXI USB for when on customers sites. For this I used an application called Rufus that can be downloaded here. You will need to select the USB Device and also select the ISO for the version of ESXI you will be using. Click Start...