Without some type of monitoring application or agent running on the system, you’ll need some type of custom program or script to send out a message with pertinent information. Here is an example of a script that uses CDO to send an email message from a computer using a remote SMTP server. Replace smtp.mydomain.com with the hostname of the SMTP server that you will be sending mail through. You can modify the other properties such as who the mail is from and who the mail is being sent to. Just copy and paste into a text editor such as Notepad, then save with the extension of .vbs.