使用站点部署PowerShell Exchange Cmdlet但不安装完整的Management Instrumentation

时间:2009-11-24 15:29:34

标签: asp.net iis powershell exchange-server

是否可以在仅安装 PowerShell 的Web服务器上运行用于管理Exchange收件人的网站?我不想在Web服务器上安装完整的Exchange管理工具,我只想使用 Microsoft.Exchange.Management.PowerShell.Admin 管理单元。我可以使用Exchange Server bin文件夹中的某些dll吗?

2 个答案:

答案 0 :(得分:1)

我之前见过这个尝试,但失败了。我假设你在谈论Exchange 2007。

我建议您查看使用Exchange Web服务。他们有一个新的托管API,这是一个相对较小的安装。

http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=c3342fb3-fbcc-4127-becf-872c746840e1

答案 1 :(得分:1)

另一个选项是(对于Powershell V2 - Exchange 2007 SP2支持)使用远程处理并配置会话以导出所需的命令。

Register-PSSessionConfiguration允许您通过启动脚本定义命令。在PDC 09会话SVR12SVR13中有一个很好的演示。 There are some example scripts in the code samples.