Quantcast
Channel: Windows Server – Yusuf Ozturk
Viewing all articles
Browse latest Browse all 127

Getting VM’s Passthrough disks and Cloud information via PowerShell

$
0
0
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" […]

Viewing all articles
Browse latest Browse all 127

Trending Articles