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

ID: Q153663


The information in this article applies to:
  • Microsoft Systems Management Server versions 1.0, 1.1, 1.2


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

Additional query words: prodsms alert message create

Keywords : kbusage smshowto smsutil
Version : winnt:1.0,1.1,1.2
Platform : winnt
Issue type :


Last Reviewed: December 17, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.