Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 258290

Get VMs with 3D enabled

$
0
0

Hello,

 

I need to make sure that the 3D acceleration is disabled on all VMs, but this script didn't work for me. I'm using PowerCLi v10

 

Get-View -ViewType VirtualMachine -Property Name,Config.Hardware.Device | `

  ForEach-Object {

    $VM = $_

    $VM.Config.Hardware.Device | `

    Where-Object {$_.GetType().Name -eq "VirtualMachineVideoCard"} | `

    Select-Object -property @{N="VM";E={$VM.Name}},Enable3DSupport

  } | Where-Object {$_.Enable3DSupport}


Viewing all articles
Browse latest Browse all 258290

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>