Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Psexec on remote with local capture
Name: keridbey Date: December 4, 2008 at 12:57:41 Pacific OS: Windows XP CPU/Ram: 2 Ghz CPU / 1 Gb RAM Product: Dell / OPTIPLEX
Comment:
Does anyone know of a way to have PsExec run a batch file on a remote PC, but capture PsExec's output to a file on the local machine? Here's how I would capture it on the remote machine:
Summary: i just got psexec to work today, you need to disable simple file sharing. aftter few test run, i'm not sure if this is the right and acceptable solution. net share temp$=%cd% psexec \\%machine% cmd /c...
Summary: Tried it... didn't work. Here's my problem. I have local users and remote users. Local users have a group policy added to run that batch file at log off which works fine. I've tried the same thing ...
Summary: I have created the following batch file that automatically creates a file call printer.vbs on a remote system, but when I try to get psexec to lauch the file I get an error "The system cannot find the...