我正在使用Microsoft Server 2008计算机。由于某种原因,命令“psexec”无法在这台1台机器上的PowerShell上运行。
当我尝试运行它时,我得到了这个:
PS C:\> psexec
The term 'psexec' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or
if a path was included, verify that the path is correct and try again.
At line:1 char:7
+ psexec <<<<
+ CategoryInfo : ObjectNotFound: (psexec:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
PS C:\>
正在运行powershell 2.0。我发现了这一点:
PS C:\> $Host.Version
Major Minor Build Revision
----- ----- ----- --------
2 0 -1 -1
PS C:\>
有什么想法?我需要这个命令,我真的不想使用“解决方法”。
答案 0 :(得分:6)
完成答案:
您必须从下面的链接下载PSEXEC,并保留从Powershell或任何命令提示符启动的路径: http://technet.microsoft.com/en-us/sysinternals/bb897553