This Blog is to share our knowledge and expertise on Linux System Administration and VMware Administration

Saturday, November 18, 2017

VM Tools version by using Powercli command - Vmware

Use the below command to get the VM tools version.

get-vm |% { get-view $_.id } | select Name, @{ Name=";ToolsVersion";;

Expression={$_.config.tools.toolsVersion}}




No comments:

Post a Comment