Forum Discussion
Ashwin_CH
Aug 09, 2022Copper Contributor
Check where the documents are linked
I wanted to know, if there is a way to replace all the .doc files with .docx at once. If there is a way, will that break the link if those pages are linked. Second Question: Is there a way to s...
kalpeshvaghela
Aug 10, 2022Iron Contributor
SharePoint will take care about it so link will be automatically updated when you rename any document. (Of course, if you have sent direct document link (Absolute URL) separately to anyone or some have bookmarked with Absolute URL then it will not work)
CSOM - PowerShell Reference -> How you can renamed document
Official Documentation: https://support.microsoft.com/en-us/office/rename-a-file-folder-or-link-in-a-document-library-bc493c1a-921f-4bc1-a7f6-985ce11bb185#:~:text=Open%20the%20document%20library%20and,field%2C%20and%20then%20click%20Save.
So I think now answer of second question is not required 🙂
Hope it will helpful to you.