简体   繁体   English

有什么方法可以通过API在MS Exchange Server中创建帐户

[英]Is there any way to create account in MS Exchange Server through API

I have a portal web in which people can apply an account for Exchange Server. 我有一个门户网站,人们可以在其中注册Exchange Server帐户。

I don't know much about Exchange Server but an email server or something like that. 我对Exchange Server知之甚少,但对电子邮件服务器或类似的东西了解甚少。

My portal web is built with Java. 我的门户网站是用Java构建的。 So, it there any API that I can use in order to create account (and set quota) in a specific Exchange Server from my portal web ? 因此,是否可以使用任何API从门户网站在特定的Exchange Server中创建帐户(并设置配额)?

Thank you 谢谢

In Exchange Server 2013 the mailbox creation(Quota) can be done through powershell commands. 在Exchange Server 2013中,可以通过powershell命令完成邮箱创建(配额)。 The Exchange Server's Admin Center itself uses powershell commands to perform all these tasks. Exchange Server的管理中心本身使用powershell命令来执行所有这些任务。 So if you are making a portal to perform these tasks first you connect with the powershell of the exchange server machine and execute commands on that. 因此,如果要首先使门户网站执行这些任务,请连接到交换服务器计算机的Powershell并在该服务器上执行命令。 The commands are available at https://msdn.microsoft.com/en-us/library/jj943722(v=exchg.150).aspx . 这些命令位于https://msdn.microsoft.com/zh-cn/library/jj943722(v=exchg.150).aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM