I am currentlyl using powercli script to creat a new VM (New-vm COMMANDLET). I also added a new-cdrom and link it to the ISO image of windows xp. But it will not recognize my harddisk and whenever i create the new vm, the scsi controller automatically appears and windows xp does not support. how do i remove it?
below is some information i got from : http://blogs.vmware.com/vipowershell/2010/12/support-for-virtual-machine-scsi-controllers-in-powercli-411.html
Note that you won’t find a Remove- ScsiController cmdlet. The reason is that you cannot remove a SCSI controller used by at least one virtual hard disk. If a SCSI controller becomes unused by any hard disk, it is automatically removed.