Tony,

Two possibilities:

code:

$recipient = "helpdesk" ;NT-username or machine name.
$message = "whatever"
SHELL ("cmd.exe /c net send $recipient $message")


Another option is to send a file to an email address by using blat.exe
Write a textfile with message, send textfile to helpdesk@domain.com.

------------------
With kind regards,
Taco Ditiecher.