Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用python/powershell更新SharePoint文档_Python_Powershell_Sharepoint - Fatal编程技术网

使用python/powershell更新SharePoint文档

使用python/powershell更新SharePoint文档,python,powershell,sharepoint,Python,Powershell,Sharepoint,我们公司使用sharepoint webservice中提供的excel文档来跟踪当前项目状态。是否有任何方法可以使用python或Powershell以编程方式更新sharepoint文档 文档需要凭证才能访问,因此在更新文档之前需要签出和签入 如果有人遇到这种情况,请告诉我 您是否能够从SharePoint web前端服务器之一执行Powershell,或者您是否必须远程访问它?如果可以在安装SharePoint的服务器上运行它,则可以通过Powershell访问服务器端对象模型;否则,您只

我们公司使用sharepoint webservice中提供的excel文档来跟踪当前项目状态。是否有任何方法可以使用python或Powershell以编程方式更新sharepoint文档

文档需要凭证才能访问,因此在更新文档之前需要签出和签入


如果有人遇到这种情况,请告诉我

您是否能够从SharePoint web前端服务器之一执行Powershell,或者您是否必须远程访问它?如果可以在安装SharePoint的服务器上运行它,则可以通过Powershell访问服务器端对象模型;否则,您只能使用客户端技术和web服务。@Thriggle:我将通过weblink远程访问sharepoint以更新文档。链接看起来像ie:esg.one.bes.com/sites/server/doc.xls。我尝试在win8.1中安装sharepoint server 2013。但是由于软件包错误,它没有进展。我正在尝试复制下面link@PrMod中提到的步骤,您可以在这个共享点站点提供任何API的情况下进行更新。