No Net Send on Vista?
I have deployed Vista on 2 machines 64 Bit AMD machine and a pentium D processor 32 Bit machine.
I wanted to use the Net Send Feature of Windows But unfortunately I am not able to cofigure it through the My Computer -> Mange-> Services Screen... There is no "Messgenger Service" to start of stop.
Is this service still supported or it has been made obsolete? or does it run under any other name? or anything else needs to be done to get it working?
Please help...
Chanakya!
Hi, I encouter the same problem.
When i tried to check if the NET SEND command was implemented in Vista by doing a NET in a DOS windows, i d'ont see the NET SEND command..
I use a VISTA BETA 2.
Someone can help ?
We have implemented so many solutions based on 'net send' and the messenger service. As I can see from here :
http://en.wikipedia.org/wiki/Messenger_Service
[The Messenger Service is no longer supported from Windows Vista and Windows Server "Longhorn".]
Is there any workaround on this? We really need this service on Vista.
use terminal services msg as a replacement
D:\>msg
Send a message to a user.
MSG {username | sessionname | sessionid | @filename | *}
[/SERVER: servername] [/TIME: seconds] [/V] [/W] [message]
username Identifies the specified username.
sessionname The name of the session.
sessionid he ID of the session.
@filename Identifies a file containing a list of usernames,
sessionnames, and sessionids to send the message to.
* Send message to all sessions on specified server.
/SERVER: servername server to contact (default is current).
/TIME: seconds Time delay to wait for receiver to acknowledge msg.
/V Display information about actions being performed.
/W Wait for response from user, useful with /V.
message Message to send. If none specified, prompts for it
or reads from stdin.
Syntax: msg @filename.txt type your message here
Windows 2003 AD domain
To get around this, you can msg the console session
msg console "Time to stretch"
or
msg /SERVER:computername console "Time to stretch"

Our application sends a message from a server to a workstation using net send. We have been trying to use MSG to do the same thing. Initially, it would not send from a server to a workstation (ie Windows 2003 to Vista or XP). We had to add AllowRemoteRPC to Terminal Services. Then is worked fine for XP but not for Vista. I had to add the server userid to the administrators group of the workstation for the workstation to receive the message. This is probably not a good solution. does anyone have a workarounf for this issue.