如果在sharepoint中添加了一些新项目,如何触发powershell脚本

时间:2012-02-06 12:46:38

标签: sharepoint powershell sharepoint-2010 build-automation powershell-v2.0

我们正在使用Sharepoint列表,用户可以在其中更新所需的服务。

根据服务类型,我们会采取行动。

例如:我们的Sharepoint网站将执行“构建”“复制”“在Appstore中同步”等操作。

对于每个动作,都会写一个PowerShell脚本。

如果为构建引发了请求,则应触发powershell脚本。

如何使用PowerShell实现它?

2 个答案:

答案 0 :(得分:3)

查看SharePoint event receivers。这是一些用PowerShell编写的示例代码:

http://sharepintblog.com/2011/06/04/adding-event-receivers-with-powershell/

答案 1 :(得分:0)

基本上你会如何在任何其他框架中,我认为你可以给它一个文件路径作为命令行来运行给定位置的脚本。