jpatto Posted March 25, 2005 Posted March 25, 2005 On a small network is it possible to send messages using net send where i can enable the messenger service in services.msc on different workstations then disable it once done (to avoid spam traffic etc) or is there another recommended way?Thanks
The-VOICE Posted April 1, 2005 Posted April 1, 2005 I don't think that I would do this, but it is what you asked for:You can start a service using the net start command, and stop a service using the net stop command.
oioldman Posted April 1, 2005 Posted April 1, 2005 Open the command box and typenet sendIt will show something akin to thisNET SEND {name | * | /DOMAIN[:name] | /USERS} messageIf you look you can send a global message to all users or specific usersHope it helpsedit: you don't need the messenger service started for this if i remember correctly. We use NT4 at work, so no messenger and it works a charm
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now