Hi all,
I hope I'm asking this in the right area. I'm putting together a demo/proof of concept for using vCAC. One of the things I want to use as a demo is a self contained environment for developers, which would include a number of services such as a MSSQL server and a domain controller. I'm thinking there's a few ways I could do the DC component such as:
* Fully configure a domain controller VM and then convert to template
* Provision the DC VM off a standard template and run a post-provisioning script/action to perform the DC promotion tasks (possibly with an unattended file).
* Provision the DC VM via SCCM (using the SCCM integration in vCAC).
Has anyone ever done anything like this or have any suggestions on the best approach? Thanks.