How can I fully automate the creation and configuration of a SharePoint virtual machine?
Posted
by
vnat
on Server Fault
See other posts from Server Fault
or by vnat
Published on 2011-01-07T03:40:34Z
Indexed on
2011/01/07
3:55 UTC
Read the original article
Hit count: 165
virtual-machines
|unattended
I typically require multiple SharePoint virtual machines for development purposes. I currently manually build these every time I need one, either starting from a fresh OS install or using sysprep when working with SharePoint 2010 and SQL Server 2008 R2. I currently use VMWare, but am open to VirtualBox or Hyper-V.
I'd like to be able to go from zero to a working VM with SharePoint, SQL and Visual Studio all through script. Is this a feasible task? Or are there more practical methods which would start from a VM with a fresh installation of an OS, and then use more standard unattended installs.
Although general, I'd like to know which direction to focus my efforts.
Thanks in advance, vnat
© Server Fault or respective owner