Many times when working with customers, we need to gather some quick specs around their existing environment to begin a sizing conversation. While there are many tools out there where you can let them run and capture the data over a period of time (eg: Dell’s DPACK Utility for an example), I needed something that […]
Category: PowerShell
Installing VMware PowerCLI Cmdlets from the PowerShell Gallery
A great writeup for this process with detailed information is located here: https://blogs.vmware.com/PowerCLI/2017/04/powercli-install-process-powershell-gallery.html In a nutshell: You might be prompted for a new version of “NuGet”, which is fine- go ahead and say “yes” to the prompt to install. Then proceed with the below. Once that completed, the VMware PowerCLI Cmdlets were installed. However, when […]