$FileList = "C:\Scripts\VMware\legacy_vms.csv" $VMList=Import-CSV $FileList ForEach($Line in $VMList){ $vm = Get-Vm $Line.Name
確定! 回上一頁