Script to List Thin provisioned virtual disks with disk size Info
Script to List Thin provisioned virtual disks with disk size Info It is very useful script for system admins to generate list of virtual machines having thin disks with details to CSV format . Connect-VIServer (MyvCenter) -User (My Username)-Password (My Password) $report = @() foreach ($vm in Get-VM){ $view = Get-View $vm if ($view.config.hardware.Device.Backing.ThinProvisioned -eq $true){ $row = ” … Continue reading Script to List Thin provisioned virtual disks with disk size Info
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed