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.

link|improve this question
It can be a question proper to other stack exchange site, like serverfault.com or superuser. I really suggest you to post this question to the PowerCLI vmware community. – empo Jun 18 '11 at 7:00
feedback

closed as off topic by Jay Riggs, templatetypedef, Roddy, TheVillageIdiot, poke Jun 16 '11 at 12:31

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.