Wow - thanks LucD
So how does one incorporate that into a new-viproperty cmdlet (as shown below)
New-VIProperty -ObjectType Datastore -Name _DSDiskNames_ -ValueFromExtensionProperty 'info.vmfs.extent.diskname' -Force
I am assuming it would use the the 'value' property but how would it look ???
New-VIProperty -ObjectType Datastore -Name _DSDiskNames_ -Value [string]::Join(','info.vmfs.extent.diskname') -Force
Am I close ?
munster