使用 powershell 更新 MOSS 文档库项目的元数据

发布于 11-13 05:21 字数 168 浏览 4 评论 0原文

是否可以使用 powershell 更新 SharePoint 2007 文档库中项目的元数据?

我想执行 CAML 查询,然后更改 &&更新结果列表中的每个项目。我的目标是编写一个一次性脚本,而不是在 VS 中编写控制台应用程序。谁能指出我这样做的方法吗?

谢谢, 约斯科

Is it possible to update metadata of an item in SharePoint 2007 document library using powershell?

I'd like to execute a CAML query and then change && update every item in the results list. My goal is to write a single throwaway script instead of writing a console app in VS. Can anyone point me towards a way of doing this?

Thanks,
josko

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

长发绾君心2024-11-20 05:21:15

我通常可以使用 Powershell 在 sharepoint 2010 中执行任何操作,并且:

[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint")

但从未在 Sharepoint 2007 中尝试过。不过我认为您不会有任何问题,因为似乎 Sharepoint Services 3.0 也支持该程序集以及 SPQuery

I'm normally able to do anything in sharepoint 2010 just using Powershell and:

[System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Sharepoint")

But never tried in Sharepoint 2007. However I think you won't have any problem, since it seems Sharepoint Services 3.0 supports the assembly as well, along with SPQuery

她比我温柔2024-11-20 05:21:15

是的,您可以使用 powershell 更新文档库项目。
请参考网站:
http://www.powershell.nu/2009/09/ 08/moss-2007-script-collection/

请参阅此处给出的示例。

Yes you can update document library item using powershell.
please refer site :
http://www.powershell.nu/2009/09/08/moss-2007-script-collection/

Refer these examples given here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文