XP 上的 WMI 访问被拒绝
我们的应用程序使用大量 WMI 调用。当使用来宾帐户连接到本地 WMI 服务器失败并出现 ACCESS_DENIED 时,这对于用户帐户及以上帐户可以正常工作。如何以访客帐户访问WMI服务器?
我添加了访客帐户以允许使用 WMIMGMT.MSC 进行完全访问,但我仍然收到访问被拒绝的错误。
有什么建议吗?
Our application uses bunch of WMI calls. When using guest account connecting to local WMI server fails with ACCESS_DENIED, this works fine with user account and above. How to access WMI server under guest account?
I added guest account to allow full access using WMIMGMT.MSC but still I am getting access denied errors.
Any suggetions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您确定要授予访客帐户 WMI 远程访问权限吗?我不确定这会带来什么安全影响...
无论如何,我认为您需要为目标计算机上的来宾帐户提供远程 DCOM 访问权限。 (这对我来说已经很长时间了,所以我不确定这是否能解决所有问题,而且我不记得所有细节,所以我依靠 此论坛帖子)
即使它对您有用,我也会仔细检查向来宾帐户授予这种远程权限是否存在安全问题。
希望这有帮助,
达林.
Are you sure you want to give the guest account WMI remote access? I'm not sure the security implications of that...
Anyways, I think you'll need to give remote DCOM access for the guest account on the target machine. (It's been a long time for me on this one so I'm not sure this will solve everything, and I don't remember all the details so I'm leaning on this forum post)
Once again even if it works for you I'd look carefully at whether there are security issues with giving this kind of remote permission to the Guest account.
Hope this helps,
Daryn.