Answered Converting path based site collection to host-named site collection

ตอบทั้งหมด

  • 1 พฤศจิกายน 2553 9:37
     
     คำตอบ

    I suggest to read this article 'Plan for host-named site collections' on technet web site http://technet.microsoft.com/en-us/library/cc288637.aspx

    There are no command to convert path based site collection to host-named site collection but you can do it like that:
    - Export existing content of path based site collection to file via stsadm
    - Delete path based site collection (this operation can be done also at the end)
    - Create new host-names site collection via powershell or objectmodel (ref technet articole)
    - Import content into new site collection from file previously created

     

     


    --marco @avanade
    • ทำเครื่องหมายเป็นคำตอบโดย Xue-Mei Chang-MSFTModerator 11 พฤศจิกายน 2553 8:42
    •  
  • 30 พฤศจิกายน 2553 12:10
     
     

    Gents

    Restore-SPSite is a command that is used to convert from path to host based site collections.