<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>Ben Curry - CISSP, SharePoint Server MVP</title><link>http://mindsharpblogs.com/ben/</link><description>http://www.microsoft.com/mspress/books/10623.aspx</description><managingEditor>Ben Curry</managingEditor><dc:language>en-US</dc:language><generator>.Text Version 0.95.2004.102</generator><item><dc:creator>Ben Curry</dc:creator><title>New SharePoint Server 2007 Installation Scripts</title><link>http://mindsharpblogs.com/ben/archive/2008/08/23/7737.aspx</link><pubDate>Sat, 23 Aug 2008 19:34:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/08/23/7737.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/7737.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/08/23/7737.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/7737.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/7737.aspx</trackback:ping><description>&lt;P&gt;Ok, so I'll post these on our premium content for free download later in the week, but several people have emailed me that they need them now. If you need the instructions, they are already on our premium content area for download - so go get the zip file, and there is a docx file in there. You will still need several files in the zip, like translate.js and the host header scripts for IIS6. So, download the old zip from premium content and replace the 3 build scripts with these.&lt;/P&gt;
&lt;P&gt;Each script will start with &amp;#8220;--StartScriptName.cmd--&amp;#8221; and end with &amp;#8220;--EndScriptName.cmd--&amp;#8221;&lt;/P&gt;
&lt;P&gt;--StartConfig.XML--(this is for an Advanced, Complete Binary Installation)&lt;/P&gt;
&lt;P&gt;&amp;lt;Configuration&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;Package Id="sts"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;Setting Id="LAUNCHEDFROMSETUPSTS" Value="Yes"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;Setting Id="REBOOT" Value="ReallySuppress"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;Setting Id="SETUPTYPE" Value="CLEAN_INSTALL"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/Package&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;Package Id="spswfe"&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;Setting Id="SETUPCALLED" Value="1"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;Setting Id="REBOOT" Value="ReallySuppress"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;lt;Setting Id="OFFICESERVERPREMIUM" Value="1" /&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;/Package&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;lt;Logging Type="verbose" Path="%temp%" Template="Office Server Setup(*).log"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;Display Level="none" CompletionNotice="no" AcceptEULA="Yes" /&amp;gt; &lt;BR&gt;&amp;nbsp;&amp;lt;PIDKEY Value="F6YVR-4XY7K-xxxxx-xxxxx-xxxxx" /&amp;gt; &amp;nbsp;&lt;BR&gt;&amp;lt;Setting Id="SERVERROLE" Value="APPLICATION"/&amp;gt;&lt;BR&gt;&amp;nbsp;&amp;lt;Setting Id="USINGUIINSTALLMODE" Value="1"/&amp;gt;&lt;BR&gt;&amp;lt;/Configuration&amp;gt;&lt;/P&gt;
&lt;P&gt;--EndConfig.xml--&lt;/P&gt;
&lt;P&gt;--StartBits.cmd--&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;@echo off &lt;BR&gt;REM ////////////////////////////////////////////&lt;BR&gt;REM // script install the binaries for sharepoint &lt;BR&gt;REM // farm.&lt;BR&gt;REM ////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;REM ////////////////////////////////////////////&lt;BR&gt;REM // need real paths&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ##&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // &lt;BR&gt;REM ////////////////////////////////////////////&lt;BR&gt;d:\x86\setup /config c:\scripts\config.xml&lt;/P&gt;
&lt;P&gt;--EndBits.cmd--&lt;/P&gt;
&lt;P&gt;--StartFarmBuild.cmd--&lt;/P&gt;
&lt;P&gt;@echo off &lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // script farm -- creating dbs and setting sites / &lt;BR&gt;REM //&amp;nbsp; sharepoint farm.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&lt;BR&gt;REM //////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // applications&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;set s="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe"&lt;BR&gt;set ps="c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe"&lt;/P&gt;
&lt;P&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // your enterprise SQL server &lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;set sql=SPSQL&lt;/P&gt;
&lt;P&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // account vars&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;set mossfarm=contoso\moss&lt;BR&gt;set mosscrawler=contoso\mosscrawler&lt;BR&gt;set sspapid=contoso\sspapid&lt;BR&gt;set myapid=contoso\myapid&lt;BR&gt;set sspservice=contoso\coressp&lt;BR&gt;set portalapid=contoso\portalapid&lt;BR&gt;set mossservice=contoso\mossservice&lt;/P&gt;
&lt;P&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // password &lt;BR&gt;REM //&amp;nbsp;&amp;nbsp; NOTE:if using a % sign in password you must &lt;BR&gt;REM //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; escape it with a % sign &lt;A href="mailto:'iuyOP%%$#@!11'"&gt;'iuyOP%%$#@!11'&lt;/A&gt; &lt;BR&gt;REM //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; is interpreted as &lt;A href="mailto:'iuyOP%$#@!11'"&gt;'iuyOP%$#@!11'&lt;/A&gt; &lt;BR&gt;REM //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;set p=[YOURPASSWORD]&lt;/P&gt;
&lt;P&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // urls&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;set sspportalurl=http://ssp.contoso.msft&lt;BR&gt;set mysiteurl=http://my.contoso.msft&lt;BR&gt;set portalurl=http://portal.contoso.msft&lt;/P&gt;
&lt;P&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // start work here&lt;BR&gt;REM //////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;Echo ===============================&lt;BR&gt;Echo == Creating Farm&lt;BR&gt;Echo ===============================&lt;BR&gt;:: Creating Farm via populating the ConfigDB. Set SQL Servername, configDB name, Central Admin ContentDB, and Farm Account.&lt;BR&gt;%ps% -cmd configdb -create -server %sql% -database Contoso_Config_DB -user %mossfarm% -password %p% -admincontentdatabase Central_Admin_Content&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Provision Central Admin&lt;BR&gt;Echo ======================&lt;BR&gt;:: @pause&lt;BR&gt;::&amp;nbsp; Provision Central Admin Application on this server. Uses configDB and ContentDB above. Set port number to suit your requirements.&lt;BR&gt;%ps%&amp;nbsp; -cmd adminvs -provision -port 45009 -windowsauthprovider onlyusentlm&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Install all Services&lt;BR&gt;Echo ======================&lt;BR&gt;::&amp;nbsp; Install all services on machine&lt;BR&gt;%ps% -cmd services install&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Securing File System and Registry Keys&lt;BR&gt;Echo ======================&lt;BR&gt;:: @pause&lt;BR&gt;:: Set Security on File System and Registry Keys&lt;BR&gt;%ps% -cmd secureresources&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Starting MOSS Search&lt;BR&gt;Echo ======================&lt;BR&gt;:: @pause&lt;BR&gt;::&amp;nbsp; Start SharePoint Server Search Service with only Index.Verify database and services names. Change role to Index, Query, or IndexQuery, depending on your farm topology.&lt;BR&gt;%s% -o osearch -action start -role Indexquery -farmcontactemail &lt;A href="mailto:admin@contoso.msft"&gt;admin@contoso.msft&lt;/A&gt; -farmperformancelevel maximum -farmserviceaccount %mossservice% -farmservicepassword %p%&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Starting WSS Search&lt;BR&gt;Echo ======================&lt;BR&gt;::&amp;nbsp; Start WSS Search. Verify database and service names.&lt;BR&gt;%s% -o spsearch -action start -farmserviceaccount %mossservice% -farmservicepassword %p% -farmcontentaccessaccount %mosscrawler% -farmcontentaccesspassword %p% -databaseserver %sql% -databasename WSS_Search&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Installing all Features&lt;BR&gt;Echo ======================&lt;BR&gt;::&amp;nbsp; Install all features on machine&lt;BR&gt;%ps% -cmd installfeatures&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Creating My Sites Web&lt;BR&gt;Echo ======================&lt;BR&gt;::&amp;nbsp; Create My Site Web application. Verify database name and administrator's names.&lt;BR&gt;%s% -o extendvs -url %mysiteurl% -ownerlogin "%mossfarm%" -owneremail "&lt;A href="mailto:admin@contoso.msft"&gt;admin@contoso.msft&lt;/A&gt;" -exclusivelyusentlm -ownername "mossAdmin" -databaseserver %sql% -databasename WSS_Content_MySite -sitetemplate spsmsitehost -description "My Site Host" -sethostheader -apidname MySiteAppPool -apidtype configurableid -apidlogin %myapid% -apidpwd %p%&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Enabling Self Service Site Management for %mysiteurl%&lt;BR&gt;Echo ======================&lt;BR&gt;::&amp;nbsp; Enable Self Service Site Management (Creation) on %mysiteurl%&lt;BR&gt;%s% -o enablessc -url %mysiteurl%&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Creating SSP Web&lt;BR&gt;Echo ======================&lt;BR&gt;::&amp;nbsp; Create SSP Web application. Verify database and apid names. (APID = Application Pool Identity)&lt;BR&gt;%s% -o extendvs -url %sspportalurl% -exclusivelyusentlm -databaseserver %sql% -databasename WSS_Content_Contoso_SSP -donotcreatesite -description "Contoso SSP Admin Host" -sethostheader -apidname "Contoso SSP" -apidtype configurableid -apidlogin %sspapid% -apidpwd %p%&lt;BR&gt;::&amp;nbsp; We must reset IIS before building the SSP. If you are local on the box, you can check all services are created before creating SSP.&lt;BR&gt;iisreset&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Creating SSP&lt;BR&gt;Echo ======================&lt;BR&gt;:: @pause&lt;BR&gt;::&amp;nbsp; Create SSP. Verify all names and URLs.&lt;BR&gt;%s% -o createssp -title "Contoso SSP" -url %sspportalurl% -mysiteurl %mysiteurl% -ssplogin %sspservice% -indexserver redsrttc2nsv207 -indexlocation c:\indexes -ssppassword %p% -sspdatabaseserver %sql% -sspdatabasename Contoso_SSP_Config -searchdatabaseserver %sql% -searchdatabasename Contoso_SSP_Search -ssl no&lt;BR&gt;Echo ======================&lt;BR&gt;Echo Creating Portal&lt;BR&gt;Echo ======================&lt;BR&gt;:: @pause&lt;BR&gt;::&amp;nbsp; Creating Portal. Change the URL if you will have a different URL than 'portal'.&lt;BR&gt;%s% -o extendvs -url %portalurl% -ownerlogin %mossfarm% -owneremail "&lt;A href="mailto:admin@contoso.msft"&gt;admin@contoso.msft&lt;/A&gt;" -exclusivelyusentlm -ownername "Administrator" -databaseserver %sql% -databasename WSS_Contoso_Portal_Content -sitetemplate spsportal -description "Contoso Portal" -sethostheader -apidname PortalAppPool -apidtype configurableid -apidlogin %portalapid% -apidpwd %p%&lt;BR&gt;::&amp;nbsp; CALLING portalhh.cmd to add Contoso Host Headers&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM //&amp;nbsp; call the cmd files that create the host &lt;BR&gt;REM // headers and alternate access mappings&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;call portalhh.cmd&lt;BR&gt;call ssphh.cmd&lt;BR&gt;call myhh.cmd&lt;BR&gt;call aam.cmd&lt;/P&gt;
&lt;P&gt;REM //////////////////////////////////////////////////&lt;BR&gt;REM // POST BUILD&lt;BR&gt;REM //////////////////////////////////////////////////&lt;BR&gt;Echo ========================&lt;BR&gt;Echo Modifying Logging level &lt;BR&gt;Echo and Outbound Smtp &lt;BR&gt;Echo ================calling setlogs.cmd====see premium content for xlsx source file=======&lt;BR&gt;REM&amp;nbsp; or just set the logging levels in this script &lt;BR&gt;%s% -o setlogginglevel -category general -tracelevel unexpected -windowslogginglevel error&lt;BR&gt;:: @pause&lt;BR&gt;%s% -o email -outsmtpserver 10.1.1.25 -fromaddress &lt;A href="mailto:administrator@contoso.msft-replytoaddress"&gt;administrator@contoso.msft-replytoaddress&lt;/A&gt; &lt;A href="mailto:ContosoAdmins@contoso.msft"&gt;ContosoAdmins@contoso.msft&lt;/A&gt; -codepage 65001&lt;/P&gt;
&lt;P&gt;Echo ========================&lt;BR&gt;Echo Setting Application Settings&lt;BR&gt;Echo Setting Recycle Bin Settings&lt;BR&gt;Echo ========================&lt;BR&gt;%s% -o setproperty -pn recycle-bin-enabled -pv yes -url %portalurl%&lt;BR&gt;%s% -o setproperty -pn recycle-bin-enabled -pv yes -url %mysiteurl%&lt;BR&gt;%s% -o setproperty -pn recycle-bin-retention-period -pv 180 -url %portalurl%&lt;BR&gt;%s% -o setproperty -pn recycle-bin-retention-period -pv 180 -url %mysiteurl%&lt;BR&gt;%s% -o setproperty -pn second-stage-recycle-bin-quota -pv 20 -url %portalurl%&lt;BR&gt;%s% -o setproperty -pn second-stage-recycle-bin-quota -pv 20 -url %mysiteurl%&lt;/P&gt;
&lt;P&gt;Echo ========================&lt;BR&gt;Echo Setting Maximum Upload &lt;BR&gt;Echo File Size &lt;BR&gt;Echo ========================&lt;BR&gt;%s% -o setproperty -pn max-file-post-size -pv 200 -url %portalurl%&lt;BR&gt;%s% -o setproperty -pn max-file-post-size -pv 200 -url %mysiteurl%&lt;BR&gt;::&amp;nbsp; Creating managed paths for &lt;A href="http://portal/"&gt;http://portal&lt;/A&gt;. Change for your environment&lt;BR&gt;%s% -o addpath -url &lt;A href="http://portal.contoso.msft/projects"&gt;http://portal.contoso.msft/projects&lt;/A&gt; -type wildcardinclusion&lt;BR&gt;%s% -o addpath -url &lt;A href="http://portal.contoso.msft/teams"&gt;http://portal.contoso.msft/teams&lt;/A&gt; -type wildcardinclusion&lt;BR&gt;%s% -o addpath -url &lt;A href="http://portal.contoso.msft/HR"&gt;http://portal.contoso.msft/HR&lt;/A&gt; -type explicitinclusion&lt;BR&gt;@Echo Added projects, teams, and HR managed paths&lt;BR&gt;::DON'T USE BELOW WHEN RESTORING CONTENT DATABASES!!!!!!&lt;BR&gt;::&amp;nbsp; Just for fun, create the embedded managed path site collectoin 'HR'&lt;BR&gt;%S% -o createsite -url &lt;A href="http://portal.contoso.msft/hr"&gt;http://portal.contoso.msft/hr&lt;/A&gt; -owneremail &lt;A href="mailto:administrator@contoso.msft"&gt;administrator@contoso.msft&lt;/A&gt; -ownerlogin contoso\administrator -ownername Administrator -sitetemplate sts#1 -title "HR Portal"&lt;BR&gt;@echo created embedded managed path site collection at &lt;A href="http://portal.contoso.msft/HR"&gt;http://portal.contoso.msft/HR&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;--EndFarmBuild.cmd--&lt;/P&gt;
&lt;P&gt;This&amp;nbsp;script is for connecting servers to an existing farm:&lt;/P&gt;
&lt;P&gt;--StartFarmConnect.cmd--&lt;/P&gt;
&lt;P&gt;:: Farm_Connect.cmd&lt;BR&gt;:: Use on all WFE Servers in Farm&lt;BR&gt;:: @Echo On (off for demo)&lt;BR&gt;:: Calling bits.cmd to install binaries&lt;BR&gt;@call bits.cmd&lt;BR&gt;Echo Ready to connect server to farm&lt;BR&gt;"c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe" -cmd configdb -connect -server app1 -database SharePoint_Config_Contoso -user contoso\mossfarm -password &lt;A href="mailto:P@ssw0rd"&gt;P@ssw0rd&lt;/A&gt;&lt;BR&gt;"c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe" -cmd services install&lt;BR&gt;"c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe" -cmd installfeatures&lt;BR&gt;:: Setting Security on Registry and File System&lt;BR&gt;@Echo Ready to Set Security on File System and Registry&lt;BR&gt;"c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe" -cmd secureresources&lt;BR&gt;"C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe" -o osearch -action start -role query -farmcontactemail &lt;A href="mailto:administrator@contoso.msft"&gt;administrator@contoso.msft&lt;/A&gt; -farmperformancelevel maximum -farmserviceaccount "contoso\mossservice" -farmservicepassword &lt;A href="mailto:P@ssw0rd"&gt;P@ssw0rd&lt;/A&gt;&lt;BR&gt;"C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe" -o osearch -action start -role query -farmcontactemail &lt;A href="mailto:administrator@contoso.msft"&gt;administrator@contoso.msft&lt;/A&gt; -farmperformancelevel maximum -farmserviceaccount "contoso\mossservice" -farmservicepassword &lt;A href="mailto:P@ssw0rd"&gt;P@ssw0rd&lt;/A&gt; -propagationlocation c:\indexes&lt;BR&gt;iisreset&lt;BR&gt;@Echo Ready to add portal and my sites host headers?&lt;BR&gt;::&amp;nbsp; CALLING myhh.cmd to add &lt;A href="http://my/"&gt;http://my&lt;/A&gt; Host Header. Allows your users to enter &lt;A href="http://my/"&gt;http://my&lt;/A&gt; or &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; in the browser&lt;BR&gt;call myhh.cmd&lt;BR&gt;::&amp;nbsp; CALLING portalhh.cmd to add &lt;A href="http://portal/"&gt;http://portal&lt;/A&gt; Host Header&lt;BR&gt;call portalhh.cmd&lt;/P&gt;
&lt;P&gt;--EndFarmConnect.cmd--&lt;/P&gt;
&lt;P&gt;--StartSampleAlternateAccessMappingsScript.cmd--&lt;/P&gt;
&lt;P&gt;REM ////////////////////////////////////////////////////&lt;BR&gt;REM // Adding Alternate Access Mappings&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&lt;BR&gt;REM //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /&amp;nbsp;&lt;BR&gt;REM ////////////////////////////////////////////////////&lt;BR&gt;rem // applications&lt;BR&gt;set s="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe"&lt;BR&gt;set ps="c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe"&lt;/P&gt;
&lt;P&gt;set sspportalurl=http://ssp.contoso.msft&lt;BR&gt;set myurl=http://my.contoso.msft&lt;BR&gt;set portalurl=http://portal.contoso.msft&lt;/P&gt;
&lt;P&gt;rem // create intranet link first&lt;BR&gt;%s% -o addalternatedomain -url %portalurl% -incomingurl &lt;A href="http://portal.contoso.msft/"&gt;http://portal.contoso.msft&lt;/A&gt; -urlzone intranet&lt;BR&gt;%s% -o addalternatedomain -url %portalurl% -incomingurl &lt;A href="http://portal/"&gt;http://portal&lt;/A&gt; -urlzone custom&lt;BR&gt;%s% -o addalternatedomain -url %myurl% -incomingurl &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; -urlzone intranet&lt;BR&gt;%s% -o addalternatedomain -url %myurl% -incomingurl &lt;A href="http://my/"&gt;http://my&lt;/A&gt; -urlzone custom&lt;BR&gt;%s% -o addalternatedomain -url %sspportalurl% -incomingurl &lt;A href="http://ssp.contoso.msft/"&gt;http://ssp.contoso.msft&lt;/A&gt; -urlzone intranet&lt;BR&gt;%s% -o addalternatedomain -url %sspportalurl% -incomingurl &lt;A href="http://ssp/"&gt;http://ssp&lt;/A&gt; -urlzone custom&lt;/P&gt;
&lt;P&gt;--EndSampleAlternateAccessMappingsScript.cmd--&lt;/P&gt;
&lt;P&gt;--StartSampleAddContentDatabaseToWebApp.cmd--&lt;/P&gt;
&lt;P&gt;@echo off &lt;BR&gt;REM ///////////////////////////////////////////////////////&lt;BR&gt;REM // script farm -- attaching dbs to Web apps&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&lt;BR&gt;REM //&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&lt;BR&gt;REM ///////////////////////////////////////////////////////&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;rem //&amp;nbsp; required accounts&lt;BR&gt;set mossfarm=contoso\moss&lt;BR&gt;set mosscrawler=contoso\mosscrawler&lt;BR&gt;set sspapid=contoso\sspapid&lt;BR&gt;set myapid=contoso\myapid&lt;BR&gt;set sspservice=contoso\coressp&lt;BR&gt;set portalapid=contoso\portalapid&lt;BR&gt;set mossservice=contoso\mossservice&lt;BR&gt;rem ////////////////////////////////////////////////////////////////////&lt;BR&gt;rem // if using a % sign in password you must escape it with a % sign //&lt;BR&gt;rem //&amp;nbsp; &lt;A href="mailto:'iuyOP%%$#@!11'"&gt;'iuyOP%%$#@!11'&lt;/A&gt; is interpreted as &lt;A href="mailto:'iuyOP%$#@!11'"&gt;'iuyOP%$#@!11'&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&lt;BR&gt;rem ////////////////////////////////////////////////////////////////////&lt;BR&gt;set p=[YOURPASSWORD]&lt;/P&gt;
&lt;P&gt;rem // applications&lt;BR&gt;set s="C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN\stsadm.exe"&lt;BR&gt;set ps="c:\program files\common files\microsoft shared\web server extensions\12\bin\psconfig.exe"&lt;/P&gt;
&lt;P&gt;&lt;BR&gt;REM Add contoso Content Databases&lt;BR&gt;echo&amp;nbsp; adding WSS_Portal_Home&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://portal.contoso.msft/"&gt;http://portal.contoso.msft&lt;/A&gt; -databasename "WSS_Portal_Home"&lt;BR&gt;echo&amp;nbsp; adding WSS_CEO_Home&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://portal.contoso.msft/"&gt;http://portal.contoso.msft&lt;/A&gt; -databasename "WSS_CEO_Home"&lt;BR&gt;echo&amp;nbsp; adding WSS_Content_Sandbox&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://portal.contoso.msft/"&gt;http://portal.contoso.msft&lt;/A&gt; -databasename "WSS_Content_Sandbox"&lt;/P&gt;
&lt;P&gt;REM Add Mysite Content Databases&lt;/P&gt;
&lt;P&gt;echo&amp;nbsp; adding WSS_Content_MySite1&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; -databasename "WSS_Content_MySite1"&amp;nbsp;&amp;nbsp; &lt;BR&gt;echo&amp;nbsp; adding WSS_Content_Mysite3&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; -databasename "WSS_Content_Mysite3"&lt;BR&gt;echo&amp;nbsp; adding WSS_Content_Mysite4&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; -databasename "WSS_Content_Mysite4"&amp;nbsp; &lt;BR&gt;echo&amp;nbsp; adding WSS_Content_MySite5&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; -databasename "WSS_Content_MySite5"&lt;BR&gt;echo&amp;nbsp; adding WSS_Content_MySite2&lt;BR&gt;%s% -o addcontentdb -url &lt;A href="http://my.contoso.msft/"&gt;http://my.contoso.msft&lt;/A&gt; -databasename "WSS_Content_MySite2"&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;--EndSampleAddContentDatabaseToWebApp.cmd--&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers. I will try to get more detail up about these in the premium content area soon. I have a new version of the scripting a farm whitepaper, but need time to test them against my new images. &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;Hth,&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;Ben Curry, CISSP, SharePoint Server MVP&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;A href="http://mindsharpblogs.com/ben"&gt;http://mindsharpblogs.com/ben&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;A href="http://www.microsoft.com/mspress/books/10623.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.microsoft.com/mspress/books/10623.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Come see me at &lt;A href="http://www.devconnections.com/shows/FALL2008SP/default.asp?s=123"&gt;SharePoint Connections&lt;/A&gt; in Las Vegas!&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/7737.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>SharePoint Server 2007 Document Management Pre-Conference at SharePoint Connections</title><link>http://mindsharpblogs.com/ben/archive/2008/08/21/7609.aspx</link><pubDate>Thu, 21 Aug 2008 10:09:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/08/21/7609.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/7609.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/08/21/7609.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/7609.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/7609.aspx</trackback:ping><description>&lt;P&gt;Been away from the blog for a few weeks, but I have a ton of content to get on here in the next 2-3 weeks. I've been scuba-diving in Key West and Panama City Beach - basically chillaxing and taking a break from technology :-) If you didn't know, I'm a PADI Scuba Instructor when I'm not doing summits, seminars, and implementation. We had a great time and the only computer I used was my Dive Computer!&lt;/P&gt;
&lt;P&gt;OK, so what's coming up this fall for me? First of all, I am the speaker manager for the SharePoint Best Practices in Washington D.C., Sept 15-17. You can find the agenda, directions, and speaker information at &lt;A href="http://www.sharepointbestpractices.com/"&gt;http://www.sharepointbestpractices.com&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Next? I'll be at&amp;nbsp; &lt;A href="http://www.microsoft.com/nz/teched08/index.aspx"&gt;TechEd New Zealand &lt;/A&gt;&amp;nbsp;(been sold out for a loooong time) Sept 1-2 speaking. The first session is with &lt;A href="http://www.chandima.net/Blog/default.aspx"&gt;Chandima Kulathilake &lt;/A&gt;and we'll be speaking about Findability. This should be a very cool session and we'll show you how to architect your SharePoint Server so you can 1. manage content 2. retrieve content. We'll show you some real-world examples and walk you through some examples of how to apply the concepts to the technology. The second session is Global Deployments of SharePoint Server 2007 with &lt;A href="http://www.sharepointjoel.com/default.aspx"&gt;Joel Oleson&lt;/A&gt;&amp;nbsp;- will also be a very cool session, even if you don't need to architect SharePoint over a WAN. Part of the presentation is simply focused on getting the most out of your server farm (s) and how to identify bottlenecks in your implementation. Joel has a ton of content on this topic, so I guess I'm just eye candy for the session :-)...no, not really. I've also worked on over 10 projects that were geographically dispersed, and there are a lot of simple lessons learned we will be presenting. &lt;/P&gt;
&lt;P&gt;After TechEd New Zealand, I'll be flying to Sydney for TechEd Australia. Sept 3-5 I'll be doing the Findability session again, but with&lt;A href="http://guru-web.blogspot.com/"&gt; Ivan Wilson&lt;/A&gt; this time. Also, Joel and I will be doing the Global Deployments session for the AU audience. I suppose we'll try some BBQ Kangaroo, and then off to a Sydney Bridge climb on Saturday. I'm hoping to score some tickets for the Sydney Swans AU Rules football that night (Sept 6)! If you have tickets, I'll buy the food :-)&lt;/P&gt;
&lt;P&gt;Now, to the point of this blog - November 10-13 is Dev Connections in Las Vegas! I will be presenting a pre-conference session on Document Management in SharePoint Server 2007 - soup to nuts, 6hrs of DM goodness :-) &lt;/P&gt;
&lt;P&gt;Here's the info from the &lt;A href="http://www.devconnections.com/shows/FALL2008SP/default.asp?s=123"&gt;Dev Connections&lt;/A&gt; site:&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;B&gt;HPRA01:&amp;nbsp;SharePoint Server 2007 Document Management Best Practices&amp;nbsp;(9 AM - 4 PM)&lt;/B&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;B&gt;Addle Fee&amp;nbsp;$399&lt;/B&gt;&lt;BR&gt;&lt;A href="http://www.devconnections.com/shows/FALL2008SP/default.asp?c=2&amp;amp;s=123&amp;amp;i=1948"&gt;&lt;B&gt;Ben&amp;nbsp;Curry&lt;/B&gt;&lt;/A&gt;&lt;BR&gt;
&lt;P&gt;Document management is the process of applying creation, management, storage and other rules to how documents are created, persisted and expired within an organization. Document collaboration is merely the process of checking out, checking in, and visioning a document before it is published. Windows SharePoint Services gives you document collaboration where as SharePoint Server 2007 gives you document management. Records management encompasses all of that which is document management plus it applies to a broader set of content elements&amp;#8212;not just documents. Any electronic record, such as a list item or log entry, can be managed as well in SharePoint Server 2007 if there is a need to do so. Managing these documents involves workflows, templates, expiration policies, and integration with the Microsoft Office suite. This workshop will cover the following: &lt;/P&gt;
&lt;P&gt;1. Creating and managing Web applications for document collaboration. &lt;/P&gt;
&lt;P&gt;&amp;nbsp; a. Content database planning and management.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; b. Information architecture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; c. Site directory.&lt;/P&gt;
&lt;P&gt;2. Creating and managing document libraries from an administrator&amp;#8217;s perspective.&lt;/P&gt;
&lt;P&gt;3. Creating and managing large lists for performance using indexed columns and folders.&lt;/P&gt;
&lt;P&gt;4. Integration with third-party products and Microsoft Outlook 2007.&lt;/P&gt;
&lt;P&gt;5. An overview of using Work flows for business processes.&lt;/P&gt;
&lt;P&gt;6. Leveraging content types for document management.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; a. Templates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; b. Expiration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; c. Meta data collection via site columns and document information panels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; d. Workflows.&lt;/P&gt;
&lt;P&gt;7. Replacing file shares with SharePoint (or why not to).&lt;/P&gt;
&lt;P&gt;8. Configuring document repositories for search and Findability.&lt;/P&gt;
&lt;P&gt;9. Managing documents from multiple locations.&lt;/P&gt;
&lt;P&gt;10. Creating and managing a records repository. &lt;/P&gt;
&lt;P&gt;11. Understanding and using the Recycle Bin for item recovery.&lt;/P&gt;
&lt;P&gt;Paul Stork and Daniel Webster will also be going 3 sessions each at Dev Connections. If you've never been to a Dev Connections show, you are missing a ton of good, bare-metal, how-to advice! Paul will be talking about Enterprise Content Management, and Daniel Webster will be doing 3 sessions on Search Server, SharePoint Server Search, and related topics. Hopefully, his sessions won't be hard to find. (did I actually write that?)&lt;/P&gt;
&lt;P&gt;To register for SharePoint Connections / Dev Connections, go here: &lt;SPAN style="FONT-SIZE: 10pt; FONT-FAMILY: 'Tahoma','sans-serif'; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA"&gt;&lt;A href="http://www.devconnections.com/shows/FALL2008SP/default.asp?s=123"&gt;http://www.devconnections.com/shows/FALL2008SP/default.asp?s=123&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Ok, so next blog will be my new parameterized farm build scripts, so stay tuned...&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;Ben Curry, CISSP, SharePoint Server MVP&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;A href="http://mindsharpblogs.com/ben"&gt;http://mindsharpblogs.com/ben&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: 'Calibri','sans-serif'"&gt;&lt;A href="http://www.microsoft.com/mspress/books/10623.aspx"&gt;&lt;FONT color=#0000ff&gt;http://www.microsoft.com/mspress/books/10623.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/7609.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>Huntsville MOSSMOSIS Group with Jim Curry on August 20 - Web Content Management</title><link>http://mindsharpblogs.com/ben/archive/2008/07/16/6028.aspx</link><pubDate>Wed, 16 Jul 2008 18:28:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/07/16/6028.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/6028.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/07/16/6028.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/6028.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/6028.aspx</trackback:ping><description>&lt;P&gt;Come on down to the Huntsville MOSSMOSIS Group on August 20th as our own James Curry presents Web Content Management in SharePoint Server 2007.&amp;nbsp; With SharePoint Server 2007, Microsoft has rolled in the content management features of their standalone CM product, Microsoft Content Management Server, enhancing and adding functionality along the way.&amp;nbsp; Come learn what MOSS 2007 has to offer in the arena of content management and, as always, enjoy a free lunch as well.&lt;/P&gt;
&lt;P&gt;When/Where?&lt;BR&gt;Wednesday, August 20 2008 - 9AM CST &lt;BR&gt;Huntsville Botanical Gardens &lt;BR&gt;&amp;nbsp;&lt;BR&gt;Who Should Attend?&lt;BR&gt;Developers, designers, power users, architects, and administrators. &lt;/P&gt;
&lt;P&gt;What is the Agenda?&lt;BR&gt;&amp;#8226;&amp;nbsp; 8:45AM: Coffee/Breakfast&lt;BR&gt;&amp;#8226;&amp;nbsp; 9:00AM: Speaker &lt;BR&gt;&amp;#8226;&amp;nbsp; 9:55AM: Break (5min)&amp;nbsp; &lt;BR&gt;&amp;#8226;&amp;nbsp; 11:00AM: Lunch &lt;/P&gt;
&lt;P&gt;James Curry is a respected computer scientist and consultant with over 15 years of programming experience. In his role as a Mindsharp instructor, James uses his knowledge of Microsoft products to provide students with a dynamic, hands-on classroom experience. He was a contributing author on the SharePoint Admin Pocket Consultant and SharePoint Server 2007 Best Practices books.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;Ben Curry&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;, CISSP, SharePoint Server MVP&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;Mindsharp&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;http://mindsharpblogs.com/ben&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;FONT size=3&gt;Come to the first ever SharePoint Best Practices Conference, Sept 15-17!&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;&lt;FONT size=3&gt;Register at &lt;/FONT&gt;&lt;A href="http://www.sharepointbestpractices.com/"&gt;&lt;FONT color=#009933 size=3&gt;http://www.sharepointbestpractices.com&lt;/FONT&gt;&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/6028.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>Scripting SharePoint Server 2007 SP1 Bug</title><link>http://mindsharpblogs.com/ben/archive/2008/07/09/5996.aspx</link><pubDate>Wed, 09 Jul 2008 14:50:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/07/09/5996.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/5996.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/07/09/5996.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/5996.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/5996.aspx</trackback:ping><description>&lt;P&gt;This is an update to the original post &lt;A href="http://mindsharpblogs.com/ben/archive/2008/03/08/4411.aspx"&gt;http://mindsharpblogs.com/ben/archive/2008/03/08/4411.aspx&lt;/A&gt;. Unfortunately, the SP1 installation media hooks psconfigui.exe when the config.xml display level is set to &amp;#8220;Basic&amp;#8221;. This should only lay down the bits. arghhh.&lt;/P&gt;
&lt;P&gt;The only workaround I currently know is to set the display level to &amp;#8220;none&amp;#8221;, and wait for the setup.exe process to stop (taskmgr.exe or sysinternals tools) - not perfect. I've notified Microsoft and will udpate you as soon as I get something back. &lt;/P&gt;
&lt;P&gt;I also have new farm build scripts coming in the next couple of weeks that are 'parameter-ized' that I just built for a customer. (thanks, Jerry Chappell!) I'll try to get those out asap in my free time. Todd Klindt has also been doing some scripting, maybe we can talk him into sharing his new finds.&lt;/P&gt;
&lt;P&gt;If you haven't checked out the new best practices &lt;A href="http://www.amazon.com/Microsoft-Office-SharePoint-Server-Practices/dp/0735625387"&gt;book,&lt;/A&gt; it's bigger than I thought it would be :-) &lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;Ben Curry&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;, CISSP, SharePoint Server MVP&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;Mindsharp&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;http://mindsharpblogs.com/ben&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;o:p&gt;&lt;FONT face=Calibri&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;Come to the first ever SharePoint Best Practices Conference, Sept 15-17!&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="FONT-SIZE: 10.5pt; FONT-FAMILY: Consolas; mso-no-proof: yes"&gt;Register at &lt;A href="http://www.sharepointbestpractices.com/"&gt;http://www.sharepointbestpractices.com&lt;/A&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/5996.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>Microsoft Office SharePoint Server 2007 Best Practices Book</title><link>http://mindsharpblogs.com/ben/archive/2008/06/12/5789.aspx</link><pubDate>Thu, 12 Jun 2008 16:01:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/06/12/5789.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/5789.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/06/12/5789.aspx#Feedback</comments><slash:comments>2</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/5789.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/5789.aspx</trackback:ping><description>&lt;P&gt;Finally! It looks like our new best practices book should ship around the first of July. &lt;A href="http://admincompanion.mindsharp.com/BillBlog/default.aspx"&gt;Bill English&lt;/A&gt; and myself wrote a big chunk of the book, but we had tons of help from rock stars like &lt;A href="http://mindsharpblogs.com/Kathy/"&gt;Kathy Hughes &lt;/A&gt;(MVP), &lt;A href="http://mindsharpblogs.com/Paul/"&gt;Paul Schaeflein&lt;/A&gt;, &lt;A href="http://mindsharpblogs.com/Daniel/"&gt;Daniel Webster&lt;/A&gt; (SharePoint Guru), &lt;A href="http://mindsharpblogs.com/MarkF/"&gt;Mark Ferraz&lt;/A&gt; (IA and Security), &lt;A href="http://mindsharpblogs.com/PaulS/"&gt;Paul Stork&lt;/A&gt;, Jim Curry, and &lt;A href="http://mindsharpblogs.com/Mark/"&gt;Mark Schneider&lt;/A&gt; (PMP). &lt;/P&gt;
&lt;P&gt;We want to publicly thank all of the folks who gave technical feedback and wrote fabulous real world sidebards: &lt;A href="http://www.toddklindt.com/blog"&gt;Todd Klindt &lt;/A&gt;(MVP), &lt;A href="http://www.combined-knowledge.com"&gt;Steve Smith &lt;/A&gt;(MVP), &lt;A href="http://www.21apps.com"&gt;Andrew Woodward &lt;/A&gt;(MVP),&amp;nbsp;&lt;A href="http://mindsharpblogs.com/todd"&gt;Todd Bleeker&lt;/A&gt; (MVP), Keith Richie (MVP), &lt;A href="http://bobfox.securespsite.com/foxblog"&gt;Bob Fox&lt;/A&gt; (MVP), &lt;A href="http://thorprojects.com/blog"&gt;Robert Bogue&lt;/A&gt; (MVP), &lt;A href="http://blogs.catapultsystems.com/matthew"&gt;Matthew McDermott&lt;/A&gt; (MVP),&amp;nbsp;&amp;nbsp;&lt;A href="http://www.sharepointjoel.com/default.aspx"&gt;Joel Oleson&lt;/A&gt; (well, give it time), Doron Bar-caspi (MSFT), &lt;A href="http://blogs.msdn.com/mikewat"&gt;Mike Watson &lt;/A&gt;(thanks, Mike!! - you rock), James Petrosky (wow, what doesn't he know?), Scott Edwards, Daniel Galant, Jack Dougher, Woodrow Windischman, Steve Mong, Eric Larson, Kuda Nhiwatiwa, Oleg Glubochansky, Satish Mathew (MSFT), Sean Livingston, and Frank Zakrajsek (MSFT).&lt;/P&gt;
&lt;P&gt;Ross Brookshire, Don Scott, and John Moh are great MCS guys and tech reviewed much of the book - thanks a ton (and your&amp;nbsp;free copy&amp;nbsp;is on the way!)&lt;/P&gt;
&lt;P&gt;This book was a ton of work, but we really think it is a great resource for the community. It isn't prescriptive best practices as much as design and architecture best practices. A prescriptive best practices guide for SharePoint Server 2007 would be 3000 pages, and outdated in 90 days. In the book,&amp;nbsp;we tried to get people to 'think' about the way they were installing, more than giving guidance on a specific technology.We aren't saying there is only one way to do it, we are showing the reader the methodology to get the right answer. There is often more than one 'best practice', and only through proper planning, designing, and testing, will you know for sure. We DO give you a starting place, and whether you agree or disagree isn't the point - it is to start you in the right direction and challenge you to find the best practices for your specific implementation. 800 pages of SharePoint Server goodness...&lt;/P&gt;
&lt;P&gt;&lt;IMG src="http://admincompanion.mindsharp.com/BillBlog/Lists/Photos/051808_1202_SharePointS1.jpg"&gt; &lt;/P&gt;
&lt;P&gt;Our book should be available for purchase in mid-June. You can pre-order your copy today at &lt;A href="http://www.amazon.com/Microsoft-Office-SharePoint-Server-Practices/dp/0735625387/ref=sr_1_1?ie=UTF8&amp;amp;s=books&amp;amp;qid=1211111579&amp;amp;sr=1-1"&gt;&lt;FONT color=#002c99&gt;Amazon&lt;/FONT&gt;&lt;/A&gt;, &lt;A href="http://search.barnesandnoble.com/Microsoft-Office-SharePoint-Server-2007-Best-Practices/Ben-Curry/e/9780735625389/"&gt;&lt;FONT color=#002c99&gt;Barnes &amp;amp; Noble&lt;/FONT&gt;&lt;/A&gt; and other retail outlets. We'll also have a best practices web site (which is not up yet) at &lt;FONT color=#002c99&gt;&lt;A href="http://www.sharepointbestpractices.com/"&gt;http://www.sharepointbestpractices.com&lt;/A&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;FONT face=Calibri&gt;&lt;B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;Ben Curry&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;, CISSP, SharePoint Server MVP&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;Mindsharp&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/5789.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>DeliverPoint 2007 offers FREE version with production license</title><link>http://mindsharpblogs.com/ben/archive/2008/06/09/5774.aspx</link><pubDate>Mon, 09 Jun 2008 15:51:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/06/09/5774.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/5774.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/06/09/5774.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/5774.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/5774.aspx</trackback:ping><description>&lt;P&gt;DeliverPoint 2007 is now available for FREE with a full production license for a &lt;A href="http://deliverpoint.com/DOWNLOADS/DELIVERPOINT/tabid/88/Default.aspx"&gt;limited number of features&lt;/A&gt;. In this free version you'll enjoy the following features in your SharePoint Server 2007 deployment: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Security Trimmed interface 
&lt;LI&gt;Discover Object Permissions 
&lt;LI&gt;Properties reporting 
&lt;LI&gt;Discover Account Permissions &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;IMG alt="" src="http://admincompanion.mindsharp.com/BillBlog/Lists/Photos/060308_0140_DeliverPoin1.png" align=left&gt;I would encourage you to use DeliverPoint 2007 in your environment. It is the permissions tool that will help you significantly understand who has permissions to objects and sites with reporting capabilities. &lt;/P&gt;
&lt;P&gt;If you have any questions about DeliverPoint 2007, please visit&amp;nbsp;the web site at &lt;A href="http://www.deliverpoint.com"&gt;www.deliverpoint.com&lt;/A&gt;. &lt;/P&gt;
&lt;P&gt;-ben&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/5774.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>First SharePoint Best Practices and Governance Conference!</title><link>http://mindsharpblogs.com/ben/archive/2008/06/02/5723.aspx</link><pubDate>Mon, 02 Jun 2008 11:40:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/06/02/5723.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/5723.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/06/02/5723.aspx#Feedback</comments><slash:comments>1</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/5723.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/5723.aspx</trackback:ping><description>&lt;P&gt;&lt;A title=Mindsharp href="http://mindsharp.com/"&gt;Mindsharp&lt;/A&gt; will be hosting the first SharePoint Best Practices and Governance Conference in Washington, DC on September 15-17.&amp;nbsp; We will be hosting this event in cooperation with Microsoft Press, who will be publishing the &lt;A href="http://www.microsoft.com/MSPress/books/12197.aspx"&gt;&lt;A title="" href="http://www.microsoft.com/office/preview/servers/sharepointserver/highlights.mspx" target=_blank&gt;SharePoint Server 2007&lt;/A&gt; Best Practices Deployment&lt;/A&gt; book, co-authored by myself, Bill English, Kathy Hughes and others.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This should be a great conference, and we will be releasing the speaker roster in the next few weeks. As soon as we have the conference Web site up, I'll be sure to let you know. As a quick preview, we will be covering the 'why' of implementing portions of SharePoint, and then proving it with some real-world how to! Some areas to be covered are Governance, Branding, Customization, Web parts, Solutions, WCM, Taxonomies, Availability, Search, Document Management, and Capacity Planning.&lt;/P&gt;
&lt;P&gt;Mark your calendars, and I hope to see you there.&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;A name=_MailAutoSig&gt;&lt;B&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;Ben Curry&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;/A&gt;&lt;SPAN style="mso-bookmark: _MailAutoSig"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;, CISSP, SharePoint Server MVP&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-bookmark: _MailAutoSig"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;Mindsharp&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN: 0in 0in 0pt"&gt;&lt;SPAN style="mso-bookmark: _MailAutoSig"&gt;&lt;SPAN style="COLOR: black; mso-fareast-font-family: 'Times New Roman'; mso-fareast-theme-font: minor-fareast; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; mso-no-proof: yes"&gt;&lt;FONT face=Calibri&gt;http://mindsharpblogs.com/ben&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/5723.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>Ben Curry</dc:creator><title>Creating and Managing SharePoint Content Databases</title><link>http://mindsharpblogs.com/ben/archive/2008/05/23/5563.aspx</link><pubDate>Fri, 23 May 2008 22:10:00 GMT</pubDate><guid>http://mindsharpblogs.com/ben/archive/2008/05/23/5563.aspx</guid><wfw:comment>http://mindsharpblogs.com/ben/comments/5563.aspx</wfw:comment><comments>http://mindsharpblogs.com/ben/archive/2008/05/23/5563.aspx#Feedback</comments><slash:comments>3</slash:comments><wfw:commentRss>http://mindsharpblogs.com/ben/comments/commentRss/5563.aspx</wfw:commentRss><trackback:ping>http://mindsharpblogs.com/ben/services/trackbacks/5563.aspx</trackback:ping><description>&lt;P class=MsoNormal style="MARGIN: 0in 0in 10pt; LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph dir=ltr style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes; mso-list: l0 level1 lfo1" align=left&gt;&lt;FONT face=Arial&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: Cambria; mso-fareast-theme-font: major-latin; mso-bidi-font-family: Cambria; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin; mso-bidi-theme-font: major-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;I consider creating and managing content databases a two part excercise. First, design for availability. Second, design for performance. Before I move forward, consider the following 2 points:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoListParagraph dir=ltr style="MARGIN: 0in 0in 10pt 0.5in; TEXT-INDENT: -0.25in; LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes; mso-list: l0 level1 lfo1" align=left&gt;&lt;FONT face=Arial&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: Cambria; mso-fareast-theme-font: major-latin; mso-bidi-font-family: Cambria; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin; mso-bidi-theme-font: major-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;1.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;Service Level Agreements (SLAs). How long can your site collections be out of service? When designing your site collections it is important to remember that site collections are contained in content databases, and cannot span content databases. Consider the following when designing for site collection availability:&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P class=MsoNormalCxSpFirst style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;Recovery Time Objective&lt;/STRONG&gt; - The recovery time objective (RTO) defines how long your system can be down before it is back online after a disruption. The disruption could be due to anything from a SQL Server outage to a WFE Server failure. The RTO should include data recovery at the server, farm, database, site, list, and item levels.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;&lt;STRONG&gt;Recovery Point Objective&lt;/STRONG&gt; - The recovery point objective (RPO) defines your data loss threshold, measured in time. If you run daily backups only and ignore the SQL Server transaction logs, then your RPO is 23 hours, 59 minutes, and 59 seconds. Any data written to SharePoint Server 2007 after you ran the backup cannot be restored via native tools until after the next backup. Many organizations assume this risk without fully understanding the impact of losing 24 hours worth of data.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: Cambria; mso-fareast-theme-font: major-latin; mso-bidi-font-family: Cambria; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin; mso-bidi-theme-font: major-latin"&gt;&lt;SPAN style="mso-list: Ignore"&gt;2.&lt;SPAN style="FONT: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;Performance. You don't have to host all content databases on the same disks in your SQL Server. In fact, you don't even have to host them on the same SQL instance! For very large and/or busy site collections, you can host them on very fast disk using RAID 1+0 or 0+1 (depends on your speed vs. availability). You could then host the more generic site collections on less expensive configurations/disks, and assume more risk.&lt;o:p&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P class=MsoListParagraphCxSpLast style="MARGIN: 0in 0in 10pt 0.5in; LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpFirst style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;So, how do we begin our design? I would begin by calculating both the A. size and B. performance levels required. If you have a very fast site collection that is mostly read (think WCM / Publishing Site), then you need to optimize the data files on your SQL Server. That means a config like RAID 0+1 for super speed, or RAID 1+0 for more availability and decent speed. Your transaction logs won't matter as much. But, if you are designing for a highly-collaborative environment, then you probably want to optimize your transaction log files. &lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;Microsoft often states that 100GB is the recommended maximum for a content database. This is mainly because small to medium shops may have difficulty maintaining, backing up, and restoring large content databases. But, let's be honest: You can't span content databases, so you are accepting a maximum Site Collection size of 100GB (or less if you count the 2nd stage recycle bin). Really? 100GB doesn't seem very big anymore :)&amp;nbsp;If you need larger site collections, optimize SQL and rock on... &lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;Update: There seems to be an issue with really large databases and large lists. See: &lt;A href="http://blogs.msdn.com/toddca/archive/2008/03/23/database-disconnect-issues-with-sharepoint.aspx"&gt;http://blogs.msdn.com/toddca/archive/2008/03/23/database-disconnect-issues-with-sharepoint.aspx&lt;/A&gt;&amp;nbsp;and &lt;A href="http://joeloleson.spaces.live.com/blog/cns!B05AD15E2DE730DD!116.entry"&gt;http://joeloleson.spaces.live.com/blog/cns!B05AD15E2DE730DD!116.entry&lt;/A&gt;&amp;nbsp;seems to still be valid.&amp;nbsp; I know you want to know more - so do I. Look for a blog coming on this in the near future!&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;There are some performance hits with large site collections, but these usually aren't that bad. Just be sure to test, test, test. Visual Studio works great for &lt;/FONT&gt;&lt;A href="http://www.combined-knowledge.com/Downloads/HowToConfigStressTestProjectForMOSS07usingVS2008TS.pdf"&gt;&lt;FONT face=Arial&gt;stress testing &lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt;your site collection performance.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;We also need to think through our SLAs when designing content databases/site collections. The two are inseparable and are designed simultaneously. SharePoint Server 2007 can adapt to a multi-tiered SLA arrangement at the site collection/content database levels. If you grouped site collections by their criticality in corresponding content databases, you can then use SQL Server tools to manage them to different support levels. The below picture shows a possible database design for hosting three different SLA levels within a single farm.&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;FONT face=Arial&gt;&lt;IMG src="http://farm3.static.flickr.com/2144/2517923546_d68e4ecb26.jpg"&gt;&lt;/IMG&gt; &lt;/FONT&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;FONT face=Arial&gt;If you group site collections similar to what is shown in the above picture, then you can manage them accordingly. Level 1 site collections could have frequent SQL level backups and be mirrored to another SQL instance. Level 2 site collections might be transaction log shipped, and Level 3 site collections might be in simple recovery mode and backed up only once a day. Additionally, every level of content database could be on a different SQL Server instance, and on different disk subsystems. Note that this depicts a one-to-one relationship between a Level 1 site collection and a Level 1 content database. While this provides robust recovery and performance options, it does not scale well. (Microsoft recommends no more than 100 content databases per Web application)&lt;o:p&gt;&lt;/o:p&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN&gt;&lt;FONT face=Arial&gt;Note: If you have already over-loaded and over-populated your content databases, check out &lt;/FONT&gt;&lt;A href="http://www.toddklindt.com/blog/Lists/Posts/ViewPost.aspx?ID=53"&gt;&lt;FONT face=Arial&gt;Todd Klindt's blog here&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face=Arial&gt; to learn how to move them around. (nice post, Todd!) Another best practice is to create multiple content databases to support multiple site collections. A very common mistake we see is customers creating all site collections in a single content database. This usually results from a lack of understanding about how the product should be architected and partially from the process of rapid deployments. All is not lost, however, if you have implemented this way. I feel obligated to explain an almost always misunderstood Central Administration interface. The first picture below shows a screen in Central Administration Application Management Content Databases to take a database &lt;EM&gt;offline.&amp;nbsp;&lt;/EM&gt;The second picture shows the status of the database as &lt;EM&gt;stopped&lt;/EM&gt; after it has been taken offline.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;IMG src="http://farm4.static.flickr.com/3115/2517103851_bb3385acfa.jpg"&gt;&lt;/IMG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;IMG src="http://farm3.static.flickr.com/2281/2517104063_d15f043fc0.jpg"&gt;&lt;/IMG&gt; &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;These settings do not mean what they appear to mean. Taking a database offline merely blocks any new site collections from being created in it. It does not take the database offline as one might think. Users can still upload and download content, view Web pages, and process workflows. The content database status will also show as stopped. Once again, this means only that new site collections cannot be created in this database. If you want a one-to-one site collection to content database association, taking the hosting database offline is the best method to accomplish this.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&amp;nbsp;Cheers.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class=MsoNormalCxSpMiddle style="LINE-HEIGHT: 12pt; mso-line-height-rule: exactly; mso-mirror-indents: yes"&gt;&lt;SPAN style="FONT-SIZE: 12pt; FONT-FAMILY: 'Cambria','serif'; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-family: 'Times New Roman'; mso-ascii-theme-font: major-latin; mso-hansi-theme-font: major-latin"&gt;&lt;o:p&gt;&lt;FONT face=Arial&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;FONT face=Arial&gt;Ben Curry, CISSP, SharePoint Server MVP&lt;BR&gt;Mindsharp&lt;BR&gt;&lt;/FONT&gt;&lt;A href="http://mindsharpblogs.com/ben"&gt;&lt;FONT face=Arial&gt;http://mindsharpblogs.com/ben&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/MSpress/books/10623.aspx"&gt;&lt;FONT face=Arial&gt;http://www.microsoft.com/MSpress/books/10623.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;BR&gt;&lt;A href="http://www.microsoft.com/MSPress/books/12197.aspx"&gt;&lt;FONT face=Arial&gt;http://www.microsoft.com/MSPress/books/12197.aspx&lt;/FONT&gt;&lt;/A&gt;&lt;img src ="http://mindsharpblogs.com/ben/aggbug/5563.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>