Guest User

Untitled

a guest
Nov 22nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Dismount-SPContentDatabase "<ContentdBName>"
  2.  
  3. Mount-SPContentDatabase "<ContentDb>" -DatabaseServer "<DbServer>" -WebApplication http://SiteName
  4.  
  5. Backup-SPSite -Identity http://siteURL -Path "C:\MoveSiteCollection.bak"
  6.  
  7. Restore-SPSite -Identity http://url -Path "C:\MoveSiteCollection.bak"
Add Comment
Please, Sign In to add comment