Started 4 months, 1 week ago (2009-11-09 18:24:00)
by RobWiese
On a freshly rebooted machine for which there are no console users psloggedon reports: Users logged on locally: Error: could not retrieve logon time NT AUTHORITY\LOCAL SERVICE Error: could not retrieve logon time NT AUTHORITY\
NETWORK SERVICE Error: could not retrieve logon time ITW024\ZenWorks Error: could not retrieve logon time ITW024\XPAPPINST...
Started 1 week, 5 days ago (2010-03-09 22:16:00)
by fiver
psexec has been working fine in our environment for some time. Recently, we have been having intermittent problems with it failing. When it fails, if we re-run it it will usually work on the first or
second try. Both systems are 2003 R2 Enterprise X64 SP2. Psexec is 1.96. From the initiating computer: C:\application\PRD\Scripts>.\bin\psexec -accepteula \\%DR_Server%...
Started 1 week, 5 days ago (2010-03-09 21:37:00)
by mqh7
In the "help about" on Autologon it says this:
Autologon is easy enough to use. Just run autolog.exe, fill in the dialog, and hit Enable. To turn off auto-logon, hit Disable. If the DefaultPassword is NULL, autologon will only occur once and then be disabled. Also, if
the shift key is held down before the system performs an autologon, the autologon will be disabled ...
Started 1 week, 6 days ago (2010-03-09 08:39:00)
by bthology
Hi I'm having a problem accessing a machine! The machine everytime changes the "Access this computer from the network" to BLANK, everytime i reset it. Does anyone know of a quick fix or startup command to add administrators to the list. thanks
Started 2 weeks, 1 day ago (2010-03-07 05:18:00)
by bthology
Hi! When my computers just turned on, psexec works fine and can login a few computers, then after a while it just shows the login failure, unknown user or bad password. This is after i've loaded it on many other machines. I've changed the login/pass of each of my machines to like admin1, admin 2, pass1 pass2, so that they all have different passwords. If i reset both ...
Started 3 weeks, 6 days ago (2010-02-23 13:58:00)
by tron
Started 3 weeks, 5 days ago (2010-02-23 22:32:00)
by kevinjt4
Hi all - I'm trying to use psexec and netdom join to add a WinXP remote PC to
our domain. The command path I'm using is, from my local PC: c:\>psexec \\<remote_pc> netdom join <remote_pc> /Domain:mydomain The PsExec command runs but then returns the error: Network Path not found. Make sure that the defualt admin$ share is enabled on <remote_pc> . What am I ...
Started 2 weeks, 4 days ago (2010-03-04 11:15:00)
by VeNoM00
Hello, I'm looking for a tool able to reboot immediately after shutdown, because I need to boot another OS. Is that possible? Maybe there's some registry setting for ACPI, undocumented. I saw several people having this as a problem, instead I need it. Thanks in advance.
Started 2 weeks, 4 days ago (2010-03-04 08:50:00)
by vladyman
As part of one application, I'm trying to copy some
txt files from one computer to othr. I'm using psexec \\computername -v "path" "path" also tried with psexec \\computername -c -v "path" "path" but none of them works they just give the instruction in the dos window how can I copy files from one machine to other with psexec\/
Started 2 weeks, 5 days ago (2010-03-03 09:25:00)
by yashballal
I am using psexec with -i option to start batch script remotely. this batch script will start GUI application using "start". Problem here is i am not able to see logs generated by remote batch script. :( Is there any way to get logs but at the same time launch GUI application in
remote machine. ?