Hi All,
I have a little trouble here, I create workflow for automation deploy vm from template.. I'm using sysprep template and join domain everything working fine..I just confuse how to install SQL server / oracle / any application in vm after those clone process done...Because I have user which use many different applications, I want to automate that so it's will reduce my time for deploy new vm ...I have a step by step but maybe you can give me advice if my step is wrong or you have another method
1. Clone VM using customization (sysprep)
2. After clone done, mount iso to VM
3. Execute sql installlation using powershell from powershell host
4. Restart vm
That's my thought about step by step sql installation but I'm not powershell guru or maybe orchestrator have another way about this?...I'm not using template which have sql server installed on them, only windows template without any application installed...Thank you very much