Jump to content

send messages to authenticated users


Recommended Posts

Posted

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

  • Replies 3
  • Created
  • Last Reply
Guest Lanwench [MVP - Exchange]
Posted

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.

Guest Richard Mueller [MVP]
Posted

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%20Message%20to%20Group.htm

 

--

Richard Mueller

MVP Directory Services

Hilltop Lab - http://www.rlmueller.net

--

Guest Meinolf Weber
Posted

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


×
×
  • Create New...