0

Find vCenter version using VMware.PowerCLI

In this quick post I’ll show you how to find the current vCenter version using VMware.PowerCLI module for Powershell.

vCenter version using VMware.PowerCLI


#Importing Module and Connecting to vCenter.
Import-Module VMware.PowerCLI
Connect-VIServer PAC-vCSA01

$Global:DefaultVIServers | select Name, Version, Build

Global-DefaultVIServers - Select Name-Version-Build

And that’s it. Now you know how to find the vCenter version using VMware.PowerCLI. Don’t forget to check out our Sysadmin Channel on Youtube for awesome system administration related videos.

5/5 - (4 votes)

Paul Contreras

Hi, my name is Paul and I am a Sysadmin who enjoys working on various technologies from Microsoft, VMWare, Cisco and many others. Join me as I document my trials and tribulations of the daily grind of System Administration.

Leave a Reply

Your email address will not be published.