windows WMI访问被拒绝,发现权限问题

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/2803089/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 14:26:08  来源:igfitidea点击:

WMI Access is denied, find permissions problem

windowspermissionswmi

提问by Tomas

I am trying to run process(console executable) on remote PC from asp.net application using WMI and get "Access is denied" problem. I have checked all event viewer logs on remote PC, no information related this. Where do I start searching for problem? Does Windows has some kind of permission monitor tool? Also I have tried to use Procmon.exe but hard to understand what to search, my process even do not listed in Procmon.

我正在尝试使用 WMI 从 asp.net 应用程序在远程 PC 上运行进程(控制台可执行文件)并出现“访问被拒绝”问题。我已经检查了远程 PC 上的所有事件查看器日志,没有与此相关的信息。我从哪里开始寻找问题?Windows 是否有某种权限监控工具?我也尝试过使用 Procmon.exe 但很难理解要搜索什么,我的过程甚至没有在 Procmon 中列出。

Regards, Tomas

问候, 托马斯