$vcenter = 
$vcuser =
$vcpw = 

Connect-VIServer -Server $vcenter -User $vcuser -Password $vcpw

Import-Module VMware.VimAutomation.Core

Get-VM | Get-HardDisk | Export-Csv 'VM_HDD_info,csv' -NoTypeInformation

 

반응형

+ Recent posts