Forum Discussion
TheUserName117
Mar 21, 2022Copper Contributor
Move synced libraries to another PC
Hello guys, I just wanted to find out if there is a way to resync and remap already synced SharePoint libraries to new computer? The same thing that this person has asked 2 years ago Automatically...
Tor_Ivar_Nilsen
Jan 11, 2024Copper Contributor
A little late maybe for a reply, but what you can do is load all the URLs from your registry, search for URLNamespace. Save this as a text-file a strip it down to just contain the URLs.
Then you can add 'start ' in front of each and you have a PowerShell script to load all the pages in your browser and the can click sync on them one by one
Bierbrauer
Nov 20, 2024Copper Contributor
Really not pretty, but did the trick. Addition: To make the txt file a ps skript, name it .ps1.
Also the Export hat plenty urls for each entry. Be smart about which ones to take :)