What exactly are you trying to achieve? In case you want to create a tiered storage pool with the virtual disks it may be sufficient to set the proper MediaType for the "Unknown" disks, running e.g. Set-PhysicalDisk -FriendlyName PhysicalDisk# -MediaType HDD for each unknow disk.
For details about the PowerShell command see Set-PhysicalDisk
André