积极答复者
如何使用exchange命令行,查看和修改配置接收连接器的身份验证

问题
-
1.exchange 2013,域控windows 2012
2.如何使用exchange命令行,查看和修改接收连接器的身份验证
谢谢!
- 已编辑 DancingWolves 2015年6月4日 1:28
答案
-
你好,
Get-ReceiveConnector是可以看到身份验证信息的,请尝试使用下面的指令:
Get-ReceiveConnector |fl name,*Auth*
谢谢!Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support- 已标记为答案 Niko.ChengModerator 2015年6月16日 2:58
全部回复
-
你好,
可以使用Get-ReceiveConnector指令查看接收连接器的具体配置信息,
然后使用Set-ReceiveConnector指令修改对应的参数。
具体参考下面的链接:
谢谢!
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support -
你好,
Get-ReceiveConnector是可以看到身份验证信息的,请尝试使用下面的指令:
Get-ReceiveConnector |fl name,*Auth*
谢谢!Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.
Niko Cheng
TechNet Community Support- 已标记为答案 Niko.ChengModerator 2015年6月16日 2:58