Hi Guys I need a script to get info of vms which are having raw map in the datacenter.. Like this vm name cluster name esxi host ip disk name..(if it is disk 1 or 2) datastore name nna ...
See more...
Hi Guys I need a script to get info of vms which are having raw map in the datacenter.. Like this vm name cluster name esxi host ip disk name..(if it is disk 1 or 2) datastore name nna i used the below script but i am unable to get datastore name,cluster & host info Get -VM | Get -HardDisk -DiskType "RawPhysical" , "RawVirtual" | Select Parent,Name,DiskType,ScsiCanonicalName,DeviceName | fl Please suggest any modified script to get above information..