powershell get-process tibcohost -fileversioninfo权限被拒绝

时间:2014-04-29 18:58:18

标签: powershell

C:\Windows\system32>powershell get-process tibcohost -fileversioninfo
Get-Process : Cannot enumerate the file version information of the "tibcohost" process.
At line:1 char:12
+ get-process <<<<  tibcohost -fileversioninfo
+ CategoryInfo          : PermissionDenied: (System.Diagnostics.Process (tibcohost):Process) [Get-Process], Proces
   sCommandException
+ FullyQualifiedErrorId : CouldnotEnumerateFileVer,Microsoft.PowerShell.Commands.GetProcessCommand

Hello PPl,我正在执行此命令,当我使用-fileversioninfo时,我得到权限被拒绝错误。

但是当我在没有-fileversioninfo的情况下使用时,我得到了输出:

C:\Windows\system32>powershell get-process tibcohost

Handles  NPM(K)    PM(K)      WS(K) VM(M)   CPU(s)     Id ProcessName

    576      32   145224     102084   326            7772 tibcohost

你能帮忙吗?

0 个答案:

没有答案
相关问题