【问题标题】:save sharepoint 2007 list data as xml with powershell使用powershell将sharepoint 2007列表数据保存为xml
【发布时间】:2012-07-27 07:28:06
【问题描述】:

我正在尝试迁移一些 sharepoint 2007 列表。 谁能告诉我用powershell将sharepoint列表数据保存到xml的最佳方法是什么? 我想保存列名及其包含的数据。

请帮忙举几个例子。

谢谢

【问题讨论】:

    标签: sharepoint powershell


    【解决方案1】:

    Powershell 是为 SP2010 引入的,2007 年的替代品是 stsadmin,但它没有任何迁移内置列表的功能。最好的办法是通过 STP 手动导出它们

    【讨论】:

      【解决方案2】:

      使用 Stsadm Gary la 点扩展来获取您的列和 CT

      使用此信息构建您的列表。

      将您的数据导出到 Excel 并复制。

      查看其他帖子

      advice about sharepoint migration from 2007 to 2010

      【讨论】:

        【解决方案3】:

        您可以尝试其他 powershell 方式,即在 powershell 中加载 .NET 共享点程序集并使用共享点对象模型。

        您可以在此处找到开始此练习的链接: http://nickgrattan.wordpress.com/2007/09/03/preparing-powershell-for-sharepoint-and-moss-2007/

        【讨论】:

          猜你喜欢
          • 2012-04-26
          • 2011-12-25
          • 2011-09-26
          • 1970-01-01
          • 1970-01-01
          • 2015-01-15
          • 1970-01-01
          • 1970-01-01
          • 2020-09-11
          相关资源
          最近更新 更多