vCAC 6 : Request remains in state “In Progress”

In vCAC (or vRealize Automation now), many requests were blocked in status “In Progress” since few weeks or months! The task was not more present in vCenter orchestrator or vCAC. I will give you a fix to clean up all these tasks that remains “In Progress” : In this example, the resquest number “92” is …

Powercli : Check and connect VMs network cards

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   …