-1

我想先检查共享点标题,看看 lib 是否没有那个相关文件。

我所知道的首先使用 spweb,而不是做什么?如何获得该列的值?

4

1 回答 1

0

要在 Sharepoint 中搜索文件,请查看此链接: http ://www.thorntontechnical.com/tech/sharepoint/quick-tip-sharepoint-powershell-get-items-in-a-list-based-on-custom-columns -和其他提示

要检查使用以下代码:

$Site = Get-SPWeb $siteurl
$Site.GetFile($myFile).CheckOut()
于 2012-06-19T21:44:20.670 回答