【发布时间】:2011-03-06 08:01:04
【问题描述】:
我需要使用 PowerShell 从我的计算机访问公共 Exchange 文件夹。我找到了一个指南说 Get-PublicFolder 是我需要的,但我收到了这个错误:
The term 'Get-PublicFolder' is not recognized as a cmdlet, function, operable program, or script file. Verify the term
and try again.
另一个指南建议在调用它之前添加交换管理管理单元
Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin
但我再次没有运气,因为它没有安装在我的电脑上。那么,通过 PowerShell 访问公共 Exchange 文件夹的最简单方法是什么?谢谢
【问题讨论】:
标签: powershell exchange-server