VMware Certified Design Experts (VCDX) is an elite group of VMware Experts. VMware CEO, Pat Gelsinger, has called it the “PhD” of VMware. As of February 6. 2021 there are 292 VCDX in the world. To put that number in perspective, there are fewer Representatives in the US House Of Representatives. According to this postContinue reading “Where are the VCDXs”
Tag Archives: VMware
PowerCLI – Configure VCSA update policy
It took me a little while to figure this one out, since I am new to this rest API thing and I find the old API documentation easier. On VMware’s homepage I was not able to find the API for vSphere 6.7, only 6.5. https://code.vmware.com/apis/60/vcenter-server-appliance-management However you can access the API explorer directly on theContinue reading “PowerCLI – Configure VCSA update policy”
vCO – Send email attachment
There are maybe times when you want to send an email attachment. A csv file for example. It is actually quit easy to achieve. Just create a duplicate of the existing workflow “Send notification” and add a few lines. Add following lines: attachmentName is an input parameter of the type string with the file nameContinue reading “vCO – Send email attachment”
vCO – Another way of getting Distributed Virtual Switches
Well this is my very first blog ever. Actually this is a reply to a blog on the mighty virtualization blog from Christian Johannsen on http://mighty-virtualization.blogspot.com/2011/01/vco-get-all-distributed-virtual.html Blogspot for some reason did not let me post this code as a reply but I thought I do not want to leave my talent wasted (cough!) and post it asContinue reading “vCO – Another way of getting Distributed Virtual Switches”