Overview
Users encounter errors on WScript.Echo
when running a custom VBScript.
Environment
- Network Server Monitor
- All Supported Environments
Root Cause
WScript.Echo
only works on a script that is called by a command line interpreter such as CSCRIPT or WSCRIPT.Resolution
Functions that provide feedback to the user (e.g., alerts and dialogues) can be used when you are writing the script, however, these should be removed before the script is used with GFI Network Server Monitor.