Running SharePoint on a Domain Controller - SharePoint Overflow most recent 30 from http://www.sharepointoverflow.com2010-03-13T22:40:09Zhttp://www.sharepointoverflow.com/feeds/question/586http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://www.sharepointoverflow.com/questions/586/running-sharepoint-on-a-domain-controllerRunning SharePoint on a Domain ControllerShiraz Bhaiji2009-11-20T12:27:17Z2009-11-21T09:32:31Z
<p>We are tring to test a SharePoint Solution. </p>
<p>In order to reduce the number of servers that we use, is it possible to run a Domain Controller on the same machine as the SharePoint Web Site?</p>
http://www.sharepointoverflow.com/questions/586/running-sharepoint-on-a-domain-controller/587#587Answer by Stuart Starrs - Starznet for Running SharePoint on a Domain ControllerStuart Starrs - Starznet2009-11-20T12:30:09Z2009-11-20T14:37:22Z<p>I certainly would not advise doing this, however, the only "real" issue I have ever seen with this is when trying to use document conversion. This particular service requires a local machine user account to write to a local directory when performing the conversion, and local machine user accounts are not available on a server configured as a domain controller.</p>
<p>The above could also be true for other services, but I didn't continue any further once this was noticed. I think you will find that Microsoft would not recommend this approach either.</p>
<p>Update: As Jaap has just stated, it is likely that this scenario can be used to simplify development, this blog post (<a href="http://blogs.msdn.com/martinkearn/archive/2007/03/28/how-to-install-sharepoint-server-2007-on-a-single-machine.aspx" rel="nofollow">http://blogs.msdn.com/martinkearn/archive/2007/03/28/how-to-install-sharepoint-server-2007-on-a-single-machine.aspx</a>) looks like a good guide to doing an "all-in-one" MOSS installation, however I would avoid doing this for any testing servers and certainly not in production - the DC's in a production environment are better left alone to do the job they are meant to be doing.</p>
<p>Stuart</p>
http://www.sharepointoverflow.com/questions/586/running-sharepoint-on-a-domain-controller/590#590Answer by Jaap Vossers for Running SharePoint on a Domain ControllerJaap Vossers2009-11-20T14:18:00Z2009-11-20T14:18:00Z<p>I guess for lab machines it should be ok. I believe that Microsoft's Hands On Labs VM's are single server farms that serve as domain controllers as well.</p>