[Powercli] Script : deploy VMs with random configurations
[Powercli] Script : deploy VMs with random configuration How to deploy VMs with random configurations based on a template for your lab or infrastructure
[Powercli] Script : deploy VMs with random configuration How to deploy VMs with random configurations based on a template for your lab or infrastructure
[Horizon View] Replace VMware Horizon View Self-signed certificate How to replace the self-signed certificate from VMware in VMware Horizon View 6/7 by a signed certificate.
When a HA occur in your cluster, some VMs can remains “disconnected” after a HA failure. HA should normally restart your VM after a host failure. If your VM is still accessible from another ESX, you can execute a command through ssh. So , start an ssh session on your host and execute this…
With this script you will be able to export a list of VMs with Network Cards disconnected. The script will generate a csv file. And at the end of the script you will be able to modify all the network cards that were in a disconnected states. ######################################################################################### ## Script check VM netword cards …
Tips to enable copy / paste between the guest operating system and the remote console. This is very interesting if you have to work with a VM without network. You have two possibilities. The first one, is to enable this option directly to the VM ( The VM needs to be powered off) or you…
Extend a windows system partition on a virtual machine : If you have Windows virtual machines, you already be confronted on a vm with a lack of disk space on your partitions C:, D, etc. .. Unfortunately resize a VM disk scares you and you find this very complicated!! With this procedure, you will be…