Send a message to all stations on network

unnamedplayer

Member
Feb 1, 2006
44
0
0
Hi all,

I was hoping for some help in finding some software that would allow me to send a message to all computers on my network. I can't just use e-mail because I want this message to take up the users screens to make absolutely sure they see it.

Any ideas?
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
There are office-oriented instant messaging programs that have a broadcast mode. Don't remember the name of what I've used off the top of my head, but that's a least a direction to google in.
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
Command line utility:

Net send

Sends messages to other users, computers, or messaging names on the network.
Syntax

net send {name | * | /domain[:name] | /users} message
Top of pageTop of page
Parameters

name : Specifies the user name, computer name, or messaging name to which you want to send the message. If the information that you supply contains spaces, use quotation marks around the text (for example, "Computer Name"). Long user names might cause problems when you use them as NetBIOS names. NetBIOS names are limited to 16 characters, and the sixteenth character is reserved.

* : Sends the message to all the names in your domain or workgroup.

/domain:name : Sends the message to all the names in the computer's domain. You can specify name to send the message to all the names in the specified domain or workgroup.

/users : Sends the message to all users connected to the server.

message : Required. Specifies the text of the message.

net help command : Displays help for the specified net command.
Top of pageTop of page
Remarks
?

You can send a message only to a name that is active on the network. If you send the message to a user name, that user must be logged on and running the Messenger service to receive the message.
?

You can broadcast a message to all of the names in your computer's domain (use * or /domain), or a different domain (/domain:DomainName). Broadcast messages can contain up to 128 characters. Use discretion when you send messages to multiple users.


Be sure teh messanger service is running on all machines.