Discussion:
[gentoo-user] sending message from Linux to window user
(too old to reply)
Thelma
2024-01-26 21:00:01 UTC
Permalink
Is there a way to send a pop-up message to Windows user from Linux?

The below command works but from Windows to Windows:
msg fd /server:fd-server "Your message here"

but I need it to work from Linux.

I tried:
smbclient -M fd\%5d2f0of -I 10.0.0.137
Connection to fd%522002fd failed. Error NT_STATUS_RESOURCE_NAME_NOT_FOUND


$ net send fd "Your message here"
Invalid command: net send
Grant Edwards
2024-01-26 21:10:01 UTC
Permalink
Post by Thelma
Is there a way to send a pop-up message to Windows user from Linux?
msg fd /server:fd-server "Your message here"
but I need it to work from Linux.
smbclient -M fd\%5d2f0of -I 10.0.0.137
Connection to fd%522002fd failed. Error NT_STATUS_RESOURCE_NAME_NOT_FOUND
$ net send fd "Your message here"
Invalid command: net send
https://superuser.com/questions/1625305/sending-messages-from-linux-machine-to-windows-one-fails
Thelma
2024-01-26 23:00:02 UTC
Permalink
Post by Grant Edwards
Post by Thelma
Is there a way to send a pop-up message to Windows user from Linux?
msg fd /server:fd-server "Your message here"
but I need it to work from Linux.
smbclient -M fd\%5d2f0of -I 10.0.0.137
Connection to fd%522002fd failed. Error NT_STATUS_RESOURCE_NAME_NOT_FOUND
$ net send fd "Your message here"
Invalid command: net send
https://superuser.com/questions/1625305/sending-messages-from-linux-machine-to-windows-one-fails
I think google-chat will do the trick

Loading...