Вопрос

I want to archive some old pages from SharePoint Online but unfortunately there is no simple "Download-button" available like the one for the files. Is there a way to download and/or transfer without using PowerShell? If not, what is the best way to get it done via PowerShell?

Thanks in advance.

Нет правильного решения

Другие советы

Classic SharePoint:

I have mentioned two approaches to download/export files/pages/documents. It will support to both modern and classic SharePoint versions

Approach 1:

Update the below URL with your domain and page parameters

http://sharepoint.com/_layouts/download.aspx?SourceUrl=http://sharepoint.com/pages/test.aspx

Approach 2:

Using SharePoint designer we can export the pages/files. I have attached the screenshot below.

enter image description here

Modern SharePoint:

We have Command bar to download the files/documents/pages in the modern experience. I have attached the screenshot below

enter image description here

There is an easy way to download pages. Just replace the below url with page url you want and your site url

http://<site URL>/_layouts/download.aspx?SourceUrl=/sites/sitename/library/folder/fileName.aspx
Лицензировано под: CC-BY-SA с атрибуция
Не связан с sharepoint.stackexchange
scroll top