Description The goal for this script is to schedule a task for a lot of Virtual Machine. You have to list all of your virtual machines that you want to…
PowerCLI – Migrating from VMFS-5 to VMFS-6
Description I wrote this script for automating migration from VMFS volume of your infrastructure. Please make sure have a backup of all of your virtual machines to prevent any issus….
PowerCLI – Search events in vCenter
A little word Today to say How can we get all events for vMotion, create, deployed or registrer a virtual machine as well as Who did it. We can search event…
PowerCLI – How solve CVE-2018-3646 – KB55806
Description When you update your ESXi host you can see on ESXi’s summary tab this warning. I decided to use PowerCLI to solve this issue. Please, for more information or…
Show VM Resources configuration on any cluster
Description : This is a script PowerCLI script to check all resources on any cluster. Information Retrieves are : VM Name, Resource Pool, VM Resource Configuration (Shares CPU and Memory),…
Make a Report of your Virtual Machines
Description : This script filter your VMs by state, and VM name as well. You can see all of these informations in the report (Name, Folder, Datastore, VMPath, State) as…
Capacity Used and Capacity Free for your VMs
I introduce you a new script for list the capacity used and capacity free on your VMs. To use this script, run PowerCLI and add this function. To add this…
Installation de vCenter CLI
Je vous présente aujourd’hui un guide d’installation du vCenter en CLI. Cela peut paraitre très compliquer mais se révèle très simple. Dans un premier temps, il vous faudra une machine…
Etude – VMWare Tools
Voici une synthèse des différentes valeurs que nous pouvons retrouver en PowerCLI. Ce détail peut vous permettre de valider certaines valeurs avant d’exécuter un script. PowerCLI C:\> $GetVMGetVMGuest = Get-VM…
Configure HotAdd (CPU & RAM)
Voici un script pour vous permettre de configurer vos VMs avec l’option Hot CPU et/ou RAM. Attention, vos VMs devront redémarrer. # POWERCLI 6.5 Release 1 – by Olivier Gosselin…