Is there a easy way (like a PowerShell Command) to change the URL from a SiteCollection?
Or is the only way to export SiteCollection -> delete SiteCollection (Because the GUIDs)-> import SiteCollection?
Yes that is correct. My script to move sites looks something like this:
stsadm -o backup -url "http://domain/sandpit/site" -filename "c:\site.dat"
#delete old site collection
#run gradual site delete job
stsadm -o restore -url "http://domain/sites/site" -filename "c:\site.dat"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With