Share via


ModemPage Script

Note Note   

This script has been deprecated and should not be used when creating new rules. It is included only to support existing rules.

ModemPage.vbs is a Windows Script Host application used to send pager messages to members of a notification group. The script is configured to run as a response for an alert rule. When the script runs, it adds the pager messages to a queue. The messages will continue to be sent after the script ends, until there are no more messages on the queue.

The script requires a properly configured telephone modem.

cscript.exe ModemPage.vbs <option> [arguments...]

Flags

  • /CONFIGURE
    Shows modem hardware/software/service configuration dialog.
  • /ABORT
    Stops pages currently in progress.
  • /SETGROOMDAYS <#days>
    Sets the age at which Sent or Failed pages are deleted.
  • /SETPROVIDER "<ServiceProvider>"
    Sets the service provider to be used for sending pages. Must be one of the providers configured using the /CONFIGURE option. NOTE: This must be set at least once, even if there is only one provider configured.
  • /SENDINTERACTIVE <Operator ID or PIN> [<Priority>] <Message Text>
    Sends (or queues) a page to be sent via modem. Note: The modem software must be configured first. Errors displayed on-screen.
  • /SEND <Operator ID or PIN> [<Priority>] <Message Text>
    Sends (or queues) a page to be sent via modem. Note: The modem software must be configured first. Errors written to event log.

See Also

MOM Tools | Configuring Modem Paging