Event banner
SharePoint Server Subscription Edition AMA
Event Ended
Tuesday, May 10, 2022, 08:00 AM PDTEvent details
We are very excited to announce a SharePoint Server Subscription Edition AMA!
An AMA is a live text-based online event similar to a “YamJam” on Yammer or an “Ask Me Anything” on Reddit. This AM...
EmilyPerina
Updated May 10, 2022
wbaer
Microsoft
May 10, 2022There are a couple of options here, admittedly I haven't done this in a long time. The simplest method would be to manually migrate the contents of the subsite to a new site collection; optionally, you can export your subsite by using the Export-SPWeb command, create a new site collection, and then import your Content Migration Package (.cmp) file that you exported using Import-SPWeb.
ChadHaeberle
May 10, 2022Copper Contributor
That's what I was afraid of. I have a list of about a dozen sites that are currently subsites that need to be moved with as little disruption as possible. Looks like a job that'll have to be done manually on a weekend. I was really hoping for a magical super easy "promote subsite to site collection" button. Oh well. I was actually planning on using:
Get-PnPSiteTemplate -Configuration $configPath -out $filepath
Any insight on what the difference would be between that and Export-SPweb?
- Aria_ConsultingMay 11, 2022Brass Contributor
https://mover.io/index.html
Mover.io is a Microsoft service.
- DmytroBorysenkoMay 10, 2022Occasional ReaderOur company sells a tool that, among other things, can migrate subsites to own site collections. You can check out full list of features here: https://help.fluentpro.com/147222-fluentbooks/features-overview If you're interested, drop a line to sales@fluentpro.com to request a demo.