How to pull CPU Hardware exposure of a VM ( Nested Virtualization ) in a CSV file
VM -> Settings -> CPU -> Expose hardware assisted virtualization to the guest OS
Is this another question where you are never going to give feedback or indicate your question was answered?
My last reply to any of your questions if you don't change the way you handle your questions.
Get-VM | Select Name, @{N='HW Virtualization';E={$_.ExtensionData.Config.NestedHVEnabled}}