Net Send help

Soldato
Joined
9 May 2003
Posts
3,062
Location
Midlands
Ok, will keep this short and sweet. I'm struggling with this command. I want to send a message to an individual host. If my domain is "MarkyMark.com. and I want to send "test" to say MarkyMarkHost/192.168.0.1 is this something like what I should be using:

Net Send 192.168.0.1 | MarkyMark.com | Test

Thanks in advance guys. Kinda got me stumped at the moment lol :)
 
This should do it:

net send 192.168.0.1 message

Providing that they have the messenger service enabled.
 
yup

also, if its on a domain, you can do..

net send %username% messagehere

can send to, user/computer/ip (if you're connected to it)
 
Or net send /domain:domain , which is handy when your phone won't stop ringing because there's a problem with email.

User: I just thought i'd mention that there's a problem with email.

IT: Oh? really? ...Thanks for that!

Ahhh, those thoughtful users... :p
 
Back
Top Bottom