Articles about European Sharepoint Hosting Service
SharePoint 2013 Hosting – HostForLIFE.eu : How To Update The Hyperlink In The SharePoint Online List Items Using PnP PowerShell?
I have created multiple views in different lists (approximately 100) across the site and I am storing those list view URL’s in a link list. I have two different environments, INT and QA. When I migrate the link list from one environment to other environment the link list is migrated with all contents but the URLs have to be updated. For example, see the URL format below for each environment.
INT – Link 001 – https://c986.sharepoint.com/sites/dev-int/Lists/Demo/link001.aspx
QA – Link 001 – https://c986.sharepoint.com/sites/dev-qa/Lists/Demo/link001.aspx
In order to overcome this, I have written the below PnP PowerShell script which updates the URLs in the link lists.
You can download setup files from the releases section of the PnP PowerShell repository.
Copy the below script and paste it in a notepad. Save the file as UpdateHyperLink.ps1.
Open PowerShell window and run the following command.
1 |
>cd "<folderlocation>" |
folderlocation –UpdateHyperLink.ps1 file location
Run the following command
1 |
.\ UpdateHyperLink.ps1 |
Thus in this blog, you saw how to update the hyperlink in the SharePoint Online List Items using PnP PowerShell.
Print article | This entry was posted by Peter on July 31, 2018 at 5:52 am, and is filed under European SharePoint 2013 Hosting. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |