send messages to authenticated users

  • Thread starter Thread starter Mat
  • Start date Start date
M

Mat

Guest
Hi,

I am looking for a solution whcih sends message to the desktop of logged in
users or a group of users from active directory. Could someone help.
thanks
 
Re: send messages to authenticated users

Mat <Mat@discussions.microsoft.com> wrote:
> Hi,
>
> I am looking for a solution whcih sends message to the desktop of
> logged in users or a group of users from active directory. Could
> someone help. thanks


net send * "message"

....will work for all domain users if you have the messenger service running
& a firewall exception for same, on all desktops.
 
Re: send messages to authenticated users


"Lanwench [MVP - Exchange]"
<lanwench@heybuddy.donotsendme.unsolicitedmailatyahoo.com> wrote in message
news:%23$T%23rLw$IHA.4148@TK2MSFTNGP05.phx.gbl...
> Mat <Mat@discussions.microsoft.com> wrote:
>> Hi,
>>
>> I am looking for a solution whcih sends message to the desktop of
>> logged in users or a group of users from active directory. Could
>> someone help. thanks

>
> net send * "message"
>
> ...will work for all domain users if you have the messenger service
> running & a firewall exception for same, on all desktops.
>


Here is an example VBScript program that uses "net sent" to send a message
to all members of specified group:

http://www.rlmueller.net/Send Message to Group.htm

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--
 
Re: send messages to authenticated users

Hello Mat,

net send you can use when the messenger service is running on all computers.

See here about the syntax:
http://technet.microsoft.com/en-us/library/bb490710.aspx

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

> Hi,
>
> I am looking for a solution whcih sends message to the desktop of
> logged in
> users or a group of users from active directory. Could someone help.
> thanks
 
Back
Top