Have you ever worked on something before and several years later, you have totally forgotten about it!? That is exactly the story behind this recent question on finding the VMware Cloud Foundation (VCF) version by using vCenter Server.
Obviously, the most logical place to look for the version of VCF is by using SDDC Manager which can be found within the VCF Workload Domain UI as shown in the screenshot below:
You can also get the VCF version by using the VCF API which can easily be retrieved with PowerVCF (PowerShell Module for VCF) using the Get-VCFManager function.
It was only after answering the question did I realized that you CAN also retrieve the VCF version by using vCenter Server and not only that, this method of retrieval was a solution that I had proposed and was implemented back in 2017!