net send

J

John Smith

I would like to do a net send to a specific computer on a different domain.
I thought the syntax would be:

C:\> net send CompName /domain:OtherDom "message text"

Instead what this does is send "CompName message text" to all computers in
the domain OtherDom

If I ping CompName, I get replies from 10.1.1.1, no problem. If I do:

C:\> net send CompName "message text" I get:

An error occurred while sending a message to CompName.

The message alias could not be found on the network.

More help is available by typing NET HELPMSG 2273.

If I do:

C:\> net send 10.1.1.1 "message text" I get:

An error occurred while sending a message to 10.1.1.1.

A general network error occurred.

More help is available by typing NET HELPMSG 2136.


I can do:

C:\> net send /domain:OtherDom "message text"

with no problem -- except that it sends "message text" to all the computers
on OtherDom


Is there a way to do what I want, and if so, what is it? Thanks!

John
(e-mail address removed) (remove nospam)
 
B

Bryan

John Smith said:
I would like to do a net send to a specific computer on a different domain.
I can do:

C:\> net send /domain:OtherDom "message text"

with no problem -- except that it sends "message text" to all the computers
on OtherDom


Is there a way to do what I want, and if so, what is it? Thanks!

John
(e-mail address removed) (remove nospam)

Type c:\> net send /domain:OtherDom CompName "mesasge text"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top