July 2007 MARS Report

August 1st, 2007 by kendra.thorpe

  • Magic Upgrade – Wrote documentation on steps and procedures for the IIS/Database upgrade portion
  • SharePoint Implementation – Continued to work on the new SharePoint farm.

    Helpful Scripts I wrote to assist with the SharePoint Implementation using STSADM:

    • Create Personal Site:    

      stsadm -o createsite -url https://servername/personal/username -ownerlogin DomainName\username -owneremail usermail@domain.com -sitetemplate SPSPERS

    • Add Secondary Site Collection Owner to a Site Collection:

      stsadm.exe -o siteowner -url https://ServerName/sites/SiteName -secondarylogin DomainName\UserName

    • Create a New Site Collection:

      stsadm -o createsite -url https://ServerName/sites/SiteName -ownerlogin DomainName\UserName -owneremail usermail@domain.com -sitetemplate spsnhome -title “Site Title” -description “Site Description” -quota “Quota Name”

    • Delete a Site Collection:

      stsadm -o deletesite -url https://ServerName/sites/SiteName

    • Add Content Database

    stsadm -o addcontentdb -url https://ServerName -databasename NameofDB -sitewarning SiteLevelWarning -sitemax SiteLevelMax

Posted in AppHosting | No Comments »