如何使用PowerShell获取sharepoint项目?

时间:2012-06-19 21:28:21

标签: sharepoint powershell

我想首先检查sharepoint标题,看看lib是否没有相关文件。

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

1 个答案:

答案 0 :(得分:0)

要搜索Sharepoint以查找文件,请检查此链接: http://www.thorntontechnical.com/tech/sharepoint/quick-tip-sharepoint-powershell-get-items-in-a-list-based-on-custom-columns-and-other-hints

使用以下代码检查使用:

$Site = Get-SPWeb $siteurl
$Site.GetFile($myFile).CheckOut()