Come possiamo inviare un messaggio a un indirizzo IP?

Prova il comando net send o msg.

Windows XP è stata l'ultima versione di Windows ad includere il comando Net Send. Il comando msg sostituisce il comando net send in Windows 10, Windows 8, Windows 7 e Windows Vista.

Il comando Net Send ha la seguente sintassi:

net send {username | * | /domain[:domainname] | /users} message

dove :

  • username - nome utente, nome computer, o nome di messaggistica a cui vuoi inviare il messaggio;
  • * - invia il messaggio a tutti i nomi nel tuo dominio o gruppo di lavoro;
  • /domain[:domainname] - invia il messaggio a tutti i nomi nel dominio del computer o nel dominio specificato;
  • /users - invia il messaggio a tutti gli utenti connessi al server;
  • message - specifica il testo del messaggio.

Example:

To send the message "To send messages within LAN use the net send command" to user john type:

net send john To send messages within LAN use the net send command

To send a message to all users, connected to the computer, type:

net send /users Exit 1C immediately!

To send a message to all users in domain ukmz, type:

net send /domain:ukmz Electricity will be cut off in 5 minutes

To send a message to all users in the domain, to which your computer belongs, type:

net send * Gentlemen, the meeting will begin at 13:00