|
|
Our Hot Pick: Rising Antivirus 2006 - Certified by TUV & Checkmark! Get 10% discount by entering this coupon code: ONDISCOUNT10
When I try to send a console message by right-clicking on Shared Folders in Computer Management (SBS 2003 environment), pointing to All Tasks, I don't see Send Console Message. The only option is Configure Shadow Copies. If I browse to Client Computers in Server Management, right click on each computer and pick "Manage Computer", all bring up Computer Management for that computer.
If I use the command line, 'net send * "Test" ', I get a response, "the message was sent to domain mydomain". If I use 'net send /users', I get several errors:
An error occurred while sending a message to 192.168.0.50. An error occurred while sending a message to 192.168.0.52. An error occurred while sending a message to Ref-Left. An error occurred while sending a message to Ref-Right.
The two that come back as IP addresses show their names correctly if I "ping -a <ip_address>" or "ping <computer_name>". No messages appear in any Event Viewer log.
Does anyone have any idea what the problem may be?
Bruce
|
|
On Fri, 29 Jun 2007 09:38:24 -0500, Bruce Wilkinson wrote:
[Quoted Text] > When I try to send a console message by right-clicking on Shared Folders in > Computer Management (SBS 2003 environment), pointing to All Tasks, I don't > see Send Console Message. The only option is Configure Shadow Copies. If I > browse to Client Computers in Server Management, right click on each > computer and pick "Manage Computer", all bring up Computer Management for > that computer. > > If I use the command line, 'net send * "Test" ', I get a response, "the > message was sent to domain mydomain". If I use 'net send /users', I get > several errors: > > An error occurred while sending a message to 192.168.0.50. > An error occurred while sending a message to 192.168.0.52. > An error occurred while sending a message to Ref-Left. > An error occurred while sending a message to Ref-Right. > > The two that come back as IP addresses show their names correctly if I > "ping -a <ip_address>" or "ping <computer_name>". No messages appear in any > Event Viewer log. > > Does anyone have any idea what the problem may be? > > Bruce
You're intermixing two different things. You can send messages to computers, or you can send messages to users.
The easiest, to me, is sending messages to computers. You did that when you used NET SEND * [msg text]. That should have sent the message to every workstation attached to the server. Replace * with a computer name to direct it to a particular computer.
Use MSG to send a message to a particular user. (by the way, these are both command line utilities).
type msg ? or net send ? to see a complete syntax list. These are also searchable help topics. Use "msg" or "send console message" in the search box.
-- Mike H
|
|
p.s. - If you're sending directed messages (to a specific computer or a specific user) then from a command line you can type "net sessions" to find out who/what is connected.
Likewise, for Terminal Services, you can use the Terminal Services Manager snap-in to see who is connect to TS. Under each server you'll see a connection number and an associated user. Right-click on that connection and select "send message"
-- Mike H
|
|
Hello Bruce,
Thank you for posting here. Many thanks for Mike's inputs.
I'm sorry for the delay response due to the weekend.
According to your description, I understand that you cannot find Send Console Message UI in computer management console. If I have misunderstood the problem, please don't hesitate to let me know.
Based on my research, send Console Message UI is not available on Windows Server 2003 after upgrading to Service Pack 1. Prior to installing SP1, this option is available in the computer management snap-in (compmgmt.msc)
I suggest we try the following steps to see if we can resolve this issue:
Register sendcmsg.dll by running the following command from %systemroot%\system32:
regsvr32 sendcmsg.dll
Then, you can find the send Console Message UI under computer management console.
Meanwhile, for how to send Console Message thru command line, please refer to Mike's input.
Hope these steps will give you some help.
Thanks and have a nice day!
Best regards,
Terence Liu(MSFT)
Microsoft CSS Online Newsgroup Support
Get Secure! - www.microsoft.com/security
===================================================== This newsgroup only focuses on SBS technical issues. If you have issues regarding other Microsoft products, you'd better post in the corresponding newsgroups so that they can be resolved in an efficient and timely manner. You can locate the newsgroup here: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx
When opening a new thread via the web interface, we recommend you check the "Notify me of replies" box to receive e-mail notifications when there are any updates in your thread. When responding to posts via your newsreader, please "Reply to Group" so that others may learn and benefit from your issue.
Microsoft engineers can only focus on one issue per thread. Although we provide other information for your reference, we recommend you post different incidents in different threads to keep the thread clean. In doing so, it will ensure your issues are resolved in a timely manner.
For urgent issues, you may want to contact Microsoft CSS directly. Please check http://support.microsoft.com for regional support phone numbers.
Any input or comments in this thread are highly appreciated. =====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
-------------------- | From: "Bruce Wilkinson" <bruce.wilkinson[ at ]itsatx.com> | Subject: Send Console Message | Date: Fri, 29 Jun 2007 09:38:24 -0500 | Lines: 24 | Message-ID: <79985C79-C1C5-4E3B-8A3F-B83D93029089[ at ]microsoft.com> | MIME-Version: 1.0 | Content-Type: text/plain; | format=flowed; | charset="iso-8859-1"; | reply-type=original | Content-Transfer-Encoding: 7bit | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Windows Mail 6.0.6000.16480 | X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16480 | X-MS-CommunityGroup-MessageCategory: {E4FCE0A9-75B4-4168-BFF9-16C22D8747EC} | X-MS-CommunityGroup-PostID: {79985C79-C1C5-4E3B-8A3F-B83D93029089} | Newsgroups: microsoft.public.windows.server.sbs | Path: TK2MSFTNGHUB02.phx.gbl | Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.server.sbs:47198 | NNTP-Posting-Host: TK2MSFTNGHUB02.phx.gbl 127.0.0.1 | X-Tomcat-NG: microsoft.public.windows.server.sbs | | When I try to send a console message by right-clicking on Shared Folders in | Computer Management (SBS 2003 environment), pointing to All Tasks, I don't | see Send Console Message. The only option is Configure Shadow Copies. If I | browse to Client Computers in Server Management, right click on each | computer and pick "Manage Computer", all bring up Computer Management for | that computer. | | If I use the command line, 'net send * "Test" ', I get a response, "the | message was sent to domain mydomain". If I use 'net send /users', I get | several errors: | | An error occurred while sending a message to 192.168.0.50. | An error occurred while sending a message to 192.168.0.52. | An error occurred while sending a message to Ref-Left. | An error occurred while sending a message to Ref-Right. | | The two that come back as IP addresses show their names correctly if I | "ping -a <ip_address>" or "ping <computer_name>". No messages appear in any | Event Viewer log. | | Does anyone have any idea what the problem may be? | | Bruce | |
|
|
|