SMS: How to Set Up SMS Alert Actions Write To a Log File (153663)



The information in this article applies to:

  • Microsoft Systems Management Server 1.0
  • Microsoft Systems Management Server 1.1
  • Microsoft Systems Management Server 1.2

This article was previously published under Q153663

SUMMARY

Microsoft Systems Management Server Alerts can be configured to echo a line of text to either a server console or file when the query condition is triggered.

To display a popup message on the server console, use the following command line:

CMD /C echo this is a test

To write the alerts to a file (Alerts.txt) on the server, use the following command line:

CMD /C echo this is a test >> c:\Alerts.txt


Modification Type:MinorLast Reviewed:6/14/2005
Keywords:kbsmsUtil kbusage KB153663