Some Problems with PaExec
Well i have some Problems with PaExec. I dont know why sombedy else asked it yet. Maybe it doesnt work only on my system.
So i read that line "If you find a case where PAExec behaves differently from PsExec, we would be interested in hearing about it, including the command-line that was used." and thoght i explain my problems.
so first the -n option
(i tried it with a username which doesnt exist, so he can trie connecting as long as he wants to):
the only thing what i can do whit it is to say if the program should try after ca 24 seconds to start the service on the remote system or not.
so if i say for example -n 1 he tells me after 24 seconds that he faild to connect and afterwards he says a timeout has occured but on psexec he stopts after 1 second
and if i say -n 26, after the 24 seconds he trys to start the service on the remote system and goes on as if the -n option was not setted
next one -i:
in psexec it works well
but in paexec for example "paexec \\\pcname -u username -i -p password blub.exe" he doesnt realizes that there is a -i setted. the same happens if i write the -i before the -u username or somewhere else.
but when the -i is the last setted option like here ""paexec \\\pcname -u username -p password -i blub.exe"
hey says "Reached end of command before seeing expected parts" and shows me the help
next one -s:
"psexec \\\pcname -u username -p password -s cmd" for example works well
the same command with paexec tells me that i can use the -s only without the -u option ... but how should i connect to the target-pc without the username?
when i create specialy for that command a new user with the same password, it works, but thats really not what i want.
-cnodel:
my command here is for example "paexec \\\pcname -u username -p password -c -cnodel C:\hallo.bat"
C:\\hallo.bat"
here he says "cnodel is not a recognized option" and shows me again the help
-clist:
"paexec \\\pcname -u username -p password -c -clist C:\bliblablub.txt" C:\\bliblablub.txt" again shows me the "Reached end of command before seeing expected parts" message with the help.
-csrc:
well, here i dont know exactly what it is used for. if i understand it, it is only usefull if i have a file, which should be copied, but the copying fails and then he looks at the -csrc and trys to copy the file from here.
but it seems to me not rly usefull so i think that this is for another usecase.
on my pc is a 32bit windows 7 enterprise SP1 and the target is a 64bit windows 7 ultimate SP1. so i hope you cold help me me. if you have any questions, just ask
thanks for reading ^^
i know its a long text