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:\>
何かご意見は?このコマンドが必要ですが、「回避策」は使用したくありません。