VMware Cloud Community
Sivaramsharmar
Enthusiast
Enthusiast
Jump to solution

How to pull CPU Hardware exposure of a VM ( Nested Virtualization )

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

0 Kudos
1 Solution

Accepted Solutions
LucD
Leadership
Leadership
Jump to solution

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}}


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

View solution in original post

0 Kudos
3 Replies
LucD
Leadership
Leadership
Jump to solution

Is this another question where you are never going to give feedback or indicate your question was answered?


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
LucD
Leadership
Leadership
Jump to solution

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}}


Blog: lucd.info  Twitter: @LucD22  Co-author PowerCLI Reference

0 Kudos
Sivaramsharmar
Enthusiast
Enthusiast
Jump to solution

Apologies for not following up on the queries which I posted earlier and I will follow up going forward and provide feedback on same. Thanks a lot for your support.
0 Kudos