|
Michael Blumenthal's BlumenthalIT.NET > Blogging about SharePoint > Posts > Building a Demo VM in a Highly Scripted Way
|
4/19/2009Currently, I am setting up a single server MOSS virtual machine which will host a demo site that will be used by part of Magenic’s sales force. The demo site will represent a repeatable service offering. Additionally, another project team in my office is working on a MOSS and Commerce Server solution that will have multiple concurrent MOSS developers. We are planning to give each developer their own single server farm. I believe the best way to do this is through a scripted install. Because of these two projects, I have been building out a MOSS VM using command line scripts and answer files as much as I could. To this end, I have created an answer file for DCPROMO, a SQL Server 2008 answer file. a batch file that runs PSCONFIG, and batch files that run several STSADM commands. I also wrote a PowerShell script to create users, configure them, and put them in the right OrganizationalUnit. Plus I am documenting almost everything. I’ll do my best to share these later in the week. In the mean time, I wanted to cite a few resources: Alpesh Nakars on having good examples of these: http://www.alpesh.nakars.com/blog/stsadm-command-line Also http://www.powershellpro.com/powershell-tutorial-introduction/powershell-tutorial-active-directory/ This one showed me how to get the user to show up in the right OU. That’s enough for the moment. Michael |
|
|
|
|
|
|