Import MyLinks into SharePoint User Profiles
I created this following script to import “My Links” items into the SharePoint User Profile. This might be useful for a various reason including extracting existing links from another User Profile database (see SQL query below). The script uses a CSV file containing three columns – username, title and URL e.g. DOMAIN\User1,Google, https://www.google.com DOMAIN\User1,Intranet, https://intranet DOMAIN\User2, Team, https://intranet/teamsite If you need to extract data from … Continue reading Import MyLinks into SharePoint User Profiles