When creating a root site collection to a new created web application make sure to assign it the right site template. Especial when you want to migrate content from one…
Tag: Site Collection
PowerShell Get site collection disk size
#Large amounts of memory are often required when SPWeb, SPSite, or SPSiteAdminsitration objects are used. So the use of these objects, or lists of these objects, #in Windows PowerShell scripts…
Detach Attach content database migration from 2010 to 2013
You can use the Detach Attach technic to migrate site collection from a 2010 farm to a 2013 farm following these steps : Detach Attach High level steps Detach Attach Detailed…