LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   WINEXE + is it possible to run winexe without set the domain name in winexe syntax? (https://www.linuxquestions.org/questions/linux-server-73/winexe-is-it-possible-to-run-winexe-without-set-the-domain-name-in-winexe-syntax-4175468565/)

ubarih 07-05-2013 03:30 AM

WINEXE + is it possible to run winexe without set the domain name in winexe syntax?
 
background - Winexe program — remotely executes commands on WindowsNT/2000/XP/2003 systems from GNU/Linux

•I run the winexe on my linux machine red-hat 5.1 , linux machine connected to WIN XP PC
From winexe documentation (https://lbtwiki.cern.ch/bin/view/Online/WinExe ) not clearly if domain name is mandatory or maybe we can run winexe only with login and password names

My target is to find way that I can use winexe tool without set the domain name in winexe syntax

remark - I have WIN XP , this PC defined as WORKGROUP ( without domain name )

Please advice if it possible? ( because my WIN PC not have domain name – ( WORKGROUP station )

winexe syntax

winexe -U [Domain/]User%Password //host command


domain name – Cellcom
login – SDnet
password - w5frdlpp
Real example:

./winexe -U Cellcom/SDnet%w5frdlpp //10.18.15.132 "ipconfig"
Requested example - this is what I need

•– but this example not works ( domain not defined in winexe syntax )
./winexe -U SDnet%w5frdlpp //10.18.15.132 "ipconfig"


All times are GMT -5. The time now is 04:38 PM.