c'est faisable avec :
<%
Dim Shl,msg,dest
dest = "@_IP_du_dest" ' ou domaine si envoi à tout le domaine
msg = "Ton_Message"
Set Shl = Server.CreateObject("wscript.shell")
Shl.run "%comspec% /c net send 127.0.0.1 msg",0,true
Set Shl = nothing
%>
On en apprend tout les jours.