This script requires SCVMM 2012 SP1. You should execute it on SCVMM PowerShell: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 $Pt = 0; $VMs = Get-VM foreach ($VM in $VMs) { $VMName = $VM.Name $Cloud = $VM.Cloud if ($VM.PassThroughDisks) { $PassThroughDisk = "True" […]
↧