Microsoft KB Archive/168893: Difference between revisions

From BetaArchive Wiki
m (Text replacement - "<" to "<")
m (Text replacement - ">" to ">")
 
Line 75: Line 75:
=== NET SEND * ===
=== NET SEND * ===


Sends out a broadcast to all registered users of the local domain <00&gt; through each protocol on the sending computer. For example, a computer that runs Windows with NWLINK, TCP/IP, and NetBEUI would send three broadcast messages to domain <00&gt;. A user in the domain that runs all three protocols would receive three messages.
Sends out a broadcast to all registered users of the local domain <00> through each protocol on the sending computer. For example, a computer that runs Windows with NWLINK, TCP/IP, and NetBEUI would send three broadcast messages to domain <00>. A user in the domain that runs all three protocols would receive three messages.
=== NET SEND /DOMAIN:NAME ===
=== NET SEND /DOMAIN:NAME ===


Sends out a broadcast to the specified domain name <00&gt; through each protocol on the sending computer. This functions the same as the NET SEND *, with the exception that you can choose a specific domain, instead of using your current logon domain.
Sends out a broadcast to the specified domain name <00> through each protocol on the sending computer. This functions the same as the NET SEND *, with the exception that you can choose a specific domain, instead of using your current logon domain.
<div class="indent">
<div class="indent">


Line 94: Line 94:
=== NET SEND NAME ===
=== NET SEND NAME ===


Sends a directed message to the <03&gt; NetBIOS entry for the user specified. The user receives only one message, and the normal methods for detecting NetBIOS names is used.<br />
Sends a directed message to the <03> NetBIOS entry for the user specified. The user receives only one message, and the normal methods for detecting NetBIOS names is used.<br />
<br />
<br />
For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:
Line 111: Line 111:
=== NET SEND /USERS ===
=== NET SEND /USERS ===


Sends a directed message to the <03&gt; NetBIOS entry for the computer name of each session established with the server. You can view these connections through Server Manager. If a computer has three sessions open under Server Manager, then that computer receives the message three times.
Sends a directed message to the <03> NetBIOS entry for the computer name of each session established with the server. You can view these connections through Server Manager. If a computer has three sessions open under Server Manager, then that computer receives the message three times.
=== SERVER MANAGER - SEND MESSAGE ===
=== SERVER MANAGER - SEND MESSAGE ===


Send a directed message to the <03&gt; NetBIOS entry for each computer connected to the server. Unlike the NET SEND /USERS, only one message is sent to each connected computer, even if the computer has multiple sessions with the server.
Send a directed message to the <03> NetBIOS entry for each computer connected to the server. Unlike the NET SEND /USERS, only one message is sent to each connected computer, even if the computer has multiple sessions with the server.


</div>
</div>

Latest revision as of 19:30, 20 July 2020

Article ID: 168893

Article Last Modified on 2/26/2007



APPLIES TO

  • Microsoft Windows 2000 Server
  • Microsoft Windows 2000 Advanced Server
  • Microsoft Windows 2000 Professional Edition
  • Microsoft Windows 2000 Datacenter Server
  • Microsoft Windows NT Workstation 3.5
  • Microsoft Windows NT Workstation 3.51
  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 3.5
  • Microsoft Windows NT Server 3.51
  • Microsoft Windows NT Server 4.0 Standard Edition



This article was previously published under Q168893


SUMMARY

Using the Messenger Service in Windows gives you varying results that depend on the command options or interface you use to send messages. The method you use determines whether the message is a local Broadcast or a directed datagram, and to which NetBIOS name the message is to be sent.

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

163409 NetBIOS Suffixes (16th Character of the NetBIOS Name)


MORE INFORMATION

NET SEND *

Sends out a broadcast to all registered users of the local domain <00> through each protocol on the sending computer. For example, a computer that runs Windows with NWLINK, TCP/IP, and NetBEUI would send three broadcast messages to domain <00>. A user in the domain that runs all three protocols would receive three messages.

NET SEND /DOMAIN:NAME

Sends out a broadcast to the specified domain name <00> through each protocol on the sending computer. This functions the same as the NET SEND *, with the exception that you can choose a specific domain, instead of using your current logon domain.

NOTE: With NET SEND * and NET SEND /DOMAIN:NAME, only users on the local subnet that belong to the specified domain, receives the message.
For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

150881 Local NetBIOS Name Query Broadcast Not Forwarded by Router


NET SEND NAME

Sends a directed message to the <03> NetBIOS entry for the user specified. The user receives only one message, and the normal methods for detecting NetBIOS names is used.

For additional information, click the article numbers below to view the articles in the Microsoft Knowledge Base:

119493 NetBIOS over TCP/IP Name Resolution and WINS


149270 How Routers Handle IPX Type 20 NetBIOS Packets


NET SEND /USERS

Sends a directed message to the <03> NetBIOS entry for the computer name of each session established with the server. You can view these connections through Server Manager. If a computer has three sessions open under Server Manager, then that computer receives the message three times.

SERVER MANAGER - SEND MESSAGE

Send a directed message to the <03> NetBIOS entry for each computer connected to the server. Unlike the NET SEND /USERS, only one message is sent to each connected computer, even if the computer has multiple sessions with the server.

Keywords: kbinfo KB168893