MMC 3.0 正在开发中并“连接到另一台计算机...”对话
I'm in the process of developing a custom MMC 3.0 snap-in and was wondering if there is some built in SDK/API way of connecting to another computer running the same snap-in? If so, can someone provide some code samples or links to tutorials on how this is possible? If it is not possible, what do you recommend to use for communicating with other machines? Would there need to be a separate service on the remote machine to accept and propagate the actions taken on the remote instance? Any help on this would be great.
Thank you,
Scott
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,“连接到另一台计算机...”是由 Window 的“计算机管理”管理单元实现的,而不是 MMC。
至于如何与其他机器通信,有多种选择。您需要提供有关您想要执行的操作以及正在使用的工具的更多详细信息,以便获得一些建议。
No, the "Connect to another computer..." is implemented by Window's 'Computer Management' snapin, not MMC.
As for how to communicate with other machines, there's various options. You'll need to give more detail about what you want to do and what tools you are using, in order to get some suggestions.
根据您在 MMC 中加载的模块,您可以“连接到另一台计算机”。加载证书 MMC 后,我能够连接到另一台计算机 - 在证书级别,您可以看到该选项。
Depending on which module you load in MMC, you could "Connect to Another Computer". I was able to connect to another computer after I loaded the Certificates MMC -- at the Certificates level, you can see the option.