Try something like this
Get-VM|
SelectName,@{N='Controller';E={(Get-ScsiController-VM$_|Select-ExpandPropertyType) -join'|'}}
Try something like this
Get-VM|
SelectName,@{N='Controller';E={(Get-ScsiController-VM$_|Select-ExpandPropertyType) -join'|'}}