We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
有点晚了但仍然有效。 powershell 使用的命令行开关和 potter 谈到的只是使用 web 服务来完成他们的工作。只需使用小提琴来监视它们即可。不要期望通过
url
https://provisioningapi.microsoftonline.com/provisioningwebservice.svc
A little late but still valid. The commandlets powershell uses and potter talked about just use webservices to do their job. Just use fiddle to monitor them. Do not expect any documentation for them though
url
https://provisioningapi.microsoftonline.com/provisioningwebservice.svc
我的理解是有两种机制:
使用 Forefront Identity Manager 从本地身份存储(例如 AD)进行同步。 这里有一个很好的概述 。这会带来最丰富的最终用户体验,因为它可以维护全局地址列表。
使用适用于 Office 365 的 Powershell cmdlet。这允许在本地执行一般管理和配置任务,调用这些 cmdlet。请注意,有几个先决条件,即在线服务登录助手。
如果 MS 公开一项 Web 服务来执行这些管理任务,那就太好了,但截至发稿时,还没有可用的服务。
My understanding is that there are two mechanisms:
Use Forefront Identity Manager to Sync from an on-premise identity store (e.g. AD). There is a nice overview here. This results in the richest end user experience, as it can maintain global address lists.
Use the Powershell cmdlets for Office 365. This allows general administration and provisioning tasks to be carried out on-premise, calling into these cmdlets. Note that there are a couple of pre-reqs, namely the Online Services Sign-in Assistant.
It would be great if MS exposed a web service to perform these admin tasks, but at current time of press, there is not one available.
Graph API 也可用于 Office 365 用户配置。
http://msdn.microsoft.com/en-us/library/dn130117.aspx
Graph API is also available for Office 365 User provisioning.
http://msdn.microsoft.com/en-us/library/dn130117.aspx