通过powershell访问Exchange共享文件夹

发布于 2024-09-06 02:59:35 字数 446 浏览 4 评论 0原文

我需要使用 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 文件夹的最简单方法是什么?谢谢

I need to access a public Exchange folder from my machine using PowerShell. I've found a guide saying that Get-PublicFolder is what I need, but I get this error:

The term 'Get-PublicFolder' is not recognized as a cmdlet, function, operable program, or script file. Verify the term
and try again.

Another guide suggests to add the exchange management snapin before calling it

Add-PSSnapin Microsoft.Exchange.Management.PowerShell.Admin

but again i get no luck as it is not installed on my PC. So, what's the easiest way to cccess a public Exchange folder via PowerShell? Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

二手情话 2024-09-13 02:59:35

如果您的计算机和 Exchange 服务器启用了 PowerShell v2 远程处理,那么您可以创建到服务器的远程会话,并像在本地 Exchange 机器上一样工作。否则,您需要在计算机上安装 Exchange 管理工具。

If your machine and the Exchange server have PowerShell v2 remoting enabled then you can create a remote session to the server and work as if you were locally on the Exchange box. Otherwise, you need to install the Exchange admin tools on your machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文