psexec
psexec failing with return code 122 when used from Windows service
I\'ve written a WCF service as a wrapper around a C# utility we\'ve written that uses the SysInternals psexec utility to run jobs on a remote system. psexec is invoked from C# with command-line parame[详细]
2022-12-24 18:07 分类:问答Using PSExec from within CruiseControl .NET
I\'m trying to call a PSExec task from CC.NET and running into some difficulties. Here\'s the CC project[详细]
2022-12-23 10:44 分类:问答How to check remote server time via psexec
I tried command like below. But can\'t see server time. psexec \\\\SERVER_开发者_运维百科NAME -i -u USERNAME -p PWD \"C:\\WINDOWS\\system32\\cmd.exe /c time /t\"[详细]
2022-12-23 01:19 分类:问答Executing a process on a remote machine with Sysinternals PsExec
I\'m working on an ASP.NET\\C# application. I\'m trying to execute a process in a remote machine using system.Diagnostics.process and Sysinternals PsExec.[详细]
2022-12-21 19:21 分类:问答Help needed to get Process ID for PsExec.exe in C#?
I am using the bel开发者_开发百科ow code to invoke PsExec.exe which invokes my console application in two servers, I am not able to grab the ProcessId of the invoked processes (my console apps).[详细]
2022-12-13 13:19 分类:问答Remote and automated IIS 7 management from build server - permissions issue
Here\'s the scenario: Win2003 Build Server (CCNET) IIS7 target deployment server The various MSBuild tasks (Sdc.Tasks, MSBuild Community, MSBuild Extension Pack) for doing this (creating VDirs, se[详细]
2022-12-10 16:43 分类:问答