Sharepoint在线清单文件导出

时间:2016-12-07 05:37:48

标签: powershell sharepoint office365 sharepoint-online

有没有办法导出在线网站(SharePoint Online),就像在Onpermises中使用power shell脚本" Export-SpWeb" http://AAAAA:28769/sites/TargetSite" -ItemUrl" / sites / TargetSite / GA文件夹" -NoFileCompression -Path" E:\ Temp" "

导出特定网站的所有xmls?

或者有没有其他方法可以使用任何工具或类似的东西查看那些包含manifest.xml的xmls?

1 个答案:

答案 0 :(得分:0)

使用OfficeDevPnP.PowerShell commands中的PnP provisioning framework为SharePoint Online和Office 365提取和重复使用网站模板。

以下是关于GitHub上PnP remote provisioning资源的MSDN的初始摘要说明。

示例:

Connect-SPOnline [mySourceUrl]
Get-SPOProvisioningTemplate -Out demo.xml
Connect-SPOnline [myDestinationUrl]
Apply-SPOProvisioningTemplate -Path .\demo.xml