Instant Messaging

  • Thread starter Thread starter MS
  • Start date Start date
M

MS

Instant Messaging.

Dears,
Can anyone please tell me how can I send Instant Messaging
to all user at a time, our environment is quit big we have
500 users, we need to send ONE message with same matter to
all 500 users, can any one tell me is there any
possibility from Microsoft.

Regards
MS
 
Only trough programming. Messenger service is exposed trough COM component,
so you can write your own script which sends a notification to a list of
users stored in a text file, SQL database, ........

--
Regards

Matjaz Ladava, MCSE (NT4 & 2000), MVP
(e-mail address removed)
http://ladava.com
 
-----Original Message-----
Instant Messaging.

Dears,
Can anyone please tell me how can I send Instant Messaging
to all user at a time, our environment is quit big we have
500 users, we need to send ONE message with same matter to
all 500 users, can any one tell me is there any
possibility from Microsoft.

Regards
MS

.
just type on command prompt
c:>net send * <your msg>
 
Back
Top