I have a WMI script that runs and gets the status of a printer connected to a server. The status code is converted from a number to a string in the WMI script. For example, if the status code = 3, then the string output is Idle. Is there a way to create a monitor that displays this string value and can send an alert if the string value = offline?