Forum Discussion
Ivan54
Feb 08, 2019Bronze Contributor
Copy/Export Navigation?
Is there a PowerShell command (or other way) to export a hub site navigation and import it to another hub site navigation?
Saeid_Abdollahzadeh
Oct 02, 2020Copper Contributor
Hi again Darren_Smith
I suggested that you use a specific folder instead of the drive path for the backup file! for example:
Copy-PNPNavigation -SourceSite https://YourSourceSite.sharepoint.com -BackupDestination C:\Backup -DestinationSite https://YourDestinationSite.sharepoint.com/sites/TEST -NavigationLocation TopNavigationBar
You will see the "SiteNavigationBackup.xlsx" in the Backup folder!
It should be fixed by this command!
Also, make sure that you use version 1.0.2
good luck 🙂
BR,
Saeid.
AlexanderSalamander
Jan 28, 2021Copper Contributor
So mine did not turn out as expected at all...there's duplicates everywhere. What do I do?
- Martien1030Jul 05, 2021Copper Contributor
AlexanderSalamander getting duplicates. Any solutions?
- MrDragonApr 08, 2022Copper Contributor
Martien1030 @AlexanderSalamander
Im also getting such duplicates. Any updates / solutions?