使用 powershell 更新 MOSS 文档库项目的元数据
是否可以使用 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
我通常可以使用 Powershell 在 sharepoint 2010 中执行任何操作,并且:
但从未在 Sharepoint 2007 中尝试过。不过我认为您不会有任何问题,因为似乎 Sharepoint Services 3.0 也支持该程序集以及 SPQuery
I'm normally able to do anything in sharepoint 2010 just using Powershell and:
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