ACTIVE DIRECTORY,EXCHANGE, SHAREPOINT via REST

断了今生、忘了曾经 提交于 2019-12-12 04:45:10

问题


Hello everyone I'm trying to retrieve a user data from Active Directory, like Names, departments they belong to etc., and send all that info to a client via REST how can I achieve this?

Also I have a sharepoint application that retrieves part of this info from the AD and is connected via LDAP.

Now what would be the best way to direct all this info to the client via web services I woul prefer REST since is out of the box.

I'm using
Exchange Server 2010 version 14.02.0247.005 and Windows Server 2008 R2


回答1:


Is this for on-prem Exchange? If so you can use EWS or Powershell. Unfortunately, the only REST services I know of for Exchange are for Office 365.

Here's an overview on MSDN for Exchange 2010 dev.



来源:https://stackoverflow.com/questions/27663157/active-directory-exchange-sharepoint-via-rest

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!