Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. Export-SPWeb http://site -Path "site export.cmp"
  2.  
  3. Import-SPWeb http://site -Path export.cmp -UpdateVersions Overwrite
  4.  
  5. Export-SPWeb http://site -Path "site export.cmp"
  6.  
  7. Import-SPWeb http://site -Path export.cmp -UpdateVersions Overwrite
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement