问题描述
您好,
我正在编写一个脚本,该脚本有助于将SharePoint Web部件从2010站点(源站点)主页迁移到SharePoint在线站点(目标站点)客户端代码。我在PnP powershell中找到了从
页面下载webpart xml并在目标站点上创建读取该XML的webpart的解决方案,但问题是Sharepoint 2010不支持PnP。我在PowerShell中找不到任何其他替代解决方案。请帮助并告诉我是否可行。
如果我能够获得2010 webpart XML,我可以在PnP中进一步使用它来创建webparts。 / p>
提前致谢..
Hello,
I am working on writing a script which will help migrating SharePoint web parts from 2010 site(source site) homepage to SharePoint online site(target site) using client side code. I found the solution in PnP powershell to download the webpart xml from the page and create webpart on the target site reading that XML, but the issue is that Sharepoint 2010 does not supports PnP. I could not find any other alternate solution in powershell . Kindly help and let me know if it is feasible.
It will work if I could have the way to get the 2010 webpart XML , which I can further use in PnP to create webparts.
Thanks in advance..
这篇关于使用客户端将SharePoint webpart从2010迁移到SharePoint在线。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!