Tagged Questions
0
votes
2answers
1k views
PSExec “access is denied” on WS '03?
I'm trying to execute commands to a remote server offsite and PSExec for some reason is not working.
C:\> psexec \\LOC-Server -u AdminUser -p AdminPW cmd
This won't even let me run command ...
1
vote
1answer
653 views
How to send a pipe with psexec?
I'm trying to execute a pipe on a remote server by using psexec.
The command that I'm trying to execute is
psexec \\servername DSQUERY USER -name *userpart* | DSGET USER -samid -display
Currently, ...
0
votes
2answers
114 views
Show a user a list of processes and who's running them
I just got tasked with a particularly nasty project. I come up with what is undoubtedly a horrible way to get it done so I thought I would put the project out there and see if anyone had any insight.
...
1
vote
2answers
2k views
Work Around to use Psexec on Windows Server 2003 64-bit
local OS: Windows Server 2003
remote OS: Windows Server 2003 64-bit
I have a management server (32-bit) which has many scheduled batch scripts running on. One of the script is to use psexec to launch ...
3
votes
3answers
1k views
PsExec Alternative
Is there any alternative utility to replace PsExec? If I mostly use batch script for automation work. Due to instability of psexec, like hanging/ not responding, I may need another solution. Can the ...
5
votes
9answers
18k views
How can I restart a windows service remotely using a script?
I have a Python web application running in a CherryPy server, which is running as a windows service. I have a batch file to deploy this application, but I'm still having to remote desktop in to the ...