Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

net send * and net send across subnets

Status
Not open for further replies.

humbletech99

Programmer
Nov 22, 2005
155
GB
Where I work people tend to use windows messenger service alerts or "net send" for quick messages which is very useful. One very useful thing is to do
Code:
net send * somemessage
to send messages to everyone. However, this only sends it to all the machines on the same subnet. People in branch offices don't get the net send message. We are in a single domain environment across sites with Active Directory sites configured and a domain controller at each site. Technically doing a
Code:
net send /domain somemessage
should send it to every machine in the domain but in reality it still only goes to every machine on the same subnet.

Questions:

1. Is it possible using the standard windows messenger service alerts to send to everyone across all subnets?
2. Is it possible using the standard windows messenger service alerts to send to people in another specific subnet? (eg. my x.x.x.x subnet or my AD site or something)
 
no unfortunately this is completely different, the guy didn't know how to enable the windows messenger service and then people were simply suggesting net send alternatives...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top