我正在通过Mircosoft Graph访问Sharepoint站点的文档库,但到目前为止还没有运气.
这是我的设置:
我有两个网站
https://mydomain.sharepoint.com
https://mydomain.sharepoint.com/teams/MyTestSite
当我对https://graph.microsoft.com/v1.0/drives进行api调用时,响应不包含第二个站点的文档库ID(https://mydomain.sharepoint.com/teams/MyTestSite).
我已经完成了文档,但没有找到任何关于如何完成此任务的内容.如果有人对此有任何疑问,请分享.
谢谢.
我必须使用powershell将csv文件字段上传到Sharepoint 2010列表中.我在Windows XP机器上工作.
当我想添加-pssnapin时
Add-PSSnapin Microsoft.SharePoint.Powershell
Run Code Online (Sandbox Code Playgroud)
它抛出异常为
"此计算机上未安装Windows PowerShell管理单元'Microsoft.SharePoint.Powershell'."
是否可以通过安装Pssnapin或将必要的dll放在某个位置并加载它来使用Sharepoint Powershell cmdlet?
powershell sharepoint powershell-2.0 sharepoint-2010 sharepointadmin
我有一个服务器场解决方案wsp,我想在客户端的SharePoint服务器场上添加和部署它.
现在我没有远程访问此SharePoint计算机,但拥有其中央管理员和相关网站集的完全管理员权限,并且可以通过我的计算机打开中央管理员和所有站点.
现在根据我的知识,一个服务器场解决方案被添加到SharePoint服务器场而不是网站集,但是我找不到中央管理员的任何屏幕,我可以从中添加我的解决方案.
SharePoint 2010和SharePoint 2013服务器都是这种情况.
有什么可能性?
sharepoint sharepoint-2010 sharepointadmin farm-solution sharepoint-2013