by Sander van Gelderen | Jul 2, 2020 | Blog posts, PowerCLI, PowerShell
In my previous blog I (re)created of extend a existing PowerCLI function that showed an overview of the user vGPU resources. If not you can read it here: https://www.vblog.nl/vmware-powercli-vgpu-overview/ Like I mentioned in the previous blog. My goal was to create a...
by Sander van Gelderen | Jun 26, 2020 | Blog posts, PowerCLI, PowerShell
I was looking for a script that could give a overview of all my VDI using a vGPU. I found one here https://powercli.ideas.aha.io/ideas/PCLI-I-51, but this function was not enough for me. So I used some parts from this script and added some extra information to it. The...
by Arjen Kloosterman | Nov 21, 2019 | Automation, Terraform, vCloud Director
In this blog I will share with you a great tool I found that looks really interesting for automating daily tasks: Terraform for vCloud director. In addition to the automation tools I mentioned in a previous blog post this tool offers even more possibilities in terms...
by Arjen Kloosterman | Nov 6, 2019 | Automation, vcd-cli
In this blog I will intruduce you into the basics of vcd-cli and multitude of possibilities this tool offers. vcd-cli is a command line interface for vCloud director and is being maintained by VMware. I feel that vcd-cli is a powerful tool that can make your daily...
by Arjen Kloosterman | Oct 11, 2019 | PowerCLI, vCloud Director
In this blog I will show you how to deploy a vApp using PowerCLI.One of the cool things about vCloud is that you can create vApp templates.An example of a template could be a set of servers that is always needed when deploying a new environment. For instance a file...
by Arjen Kloosterman | Sep 8, 2019 | Automation, PowerCLI, PowerShell, vCloud Director
In this blog I will introduce you to some of the basic functionality of using PowerCLI with vCloud. Installing PowerCLI The most recent version of VMware PowerCLI is available in the PowerShell Gallery so you can install the PowerCLI with one command: Install-Module...