My Scenario: I am running the pushd command to run searches on remote domain computers. However the search performs very slow/or not at all when a user is not logged on to the machine(machine is still powered on.)
I was wondering if it is possible to pass log in credentials with the pushd command. If not what are some alternate choices?
I cannot use other software or packages such as PsExec.
pushdcommand having no search mechanism and having nothing to do with searching), I recommend readingharper89's other question for context.harper89, write precisely what you are actually doing in questions, not some confused outline that people won't understand. – JdeBP Jun 14 '11 at 13:02pushdbeing that it's not shipped by default... – Darth Android Jun 14 '11 at 14:11copy /y \\live.sysinternals.com\psexec.exe "%TEMP%\psexec.exe". On the other hand, I would not recommend putting this into a distributable script, because of a misconfiguration at their "live" server. (Windows normally tries SMB before WebDAV, and the SysInternals server quietly drops SMB and ICMP, therefore a long timeout delay is caused during each connection.) – u1686_grawity Jun 15 '11 at 07:38