Hi,
>-----Original Message-----
>From: Hill, Benjamin W [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, June 10, 2003 6:33 AM
>To: '[EMAIL PROTECTED]'
>Subject: Help: Sending Messages to Windows Machines
>
>
>Hi,
>
>Is there any way to send a message from a Redhat machine to a Windows
>machine like a Windows "net send [USERNAME]" command?

yep, there is:

echo "test" | smbclient -M netbios_name_of_target -U Administrator

I've only tested this on win2k machines (with the messenger service
running, of course).

running 'smbclient -M netbios_name -U Administrator' will
prompt u for the message.  End it with CTRL+D.

hth.
/erik


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to