该PowerShell功能允许运行PowerShell命令,脚本阻塞了不同forest的Exchange服务器(没有forest信任)。
为了运行Invoke-ExchangeCommand,必须使用主机名(而不是IP地址)连接到Exchange服务器。Invoke-ExchangeCommand最好运行在Server 2012 R2/Windows 8.1,其次是Server 2008 R2/Windows 7.再次,在Exchange 2010上进行了测试。更多信息:http://markgossa.blogspot.com/2015/10/exchange-2010-2013-cross-forest-remote-powershell.html
如下步骤运行Invoke-ExchangeCommand:
1)下载Invoke-ExchangeCommand.ps1;
2)导入PowerShell功能;
. .\Invoke-ExchangeCommand.ps
3)使能到所有PowerShell主机的连接;
winrm s winrm/config/client ‘@{TrustedHosts=”*”}’
Latest posts by Exchange中文站 (see all)
- 微软将推出卫星解决方案:可连接到 Azure 云服务 - 2020年9月17日
- Windows Terminal 1.0正式发布 - 2020年5月25日
- Azure Lighthouse 相关介绍 - 2020年3月2日
发布于:
浏览:1673 次
还没有评论