Off topic but on point. I think

  • Thread starter Thread starter Backup
  • Start date Start date
B

Backup

Off topic but on point. I think

I would like to make a script to fire off pages to some Administrators.

I cant seen to find a solution (in house - built into windows 2003 / 2000
server).



I would like to have about 4 - 6 pager numbers called when the script *.bat
file is run.

The number should dial out something like: 1-123-456-7890 , , , ,
1-123-123-0012 *
 
Last I checked, a lot of pagers could be addressable via SMTP. If that's
true for yours, one way to accomplish this would be to construct a script
that sends the message via SMTP to the pager.

Unless you're trying to monitor the SMTP system of course ;)

Al
 
From: "Backup" <[email protected]>

| Off topic but on point. I think
|
| I would like to make a script to fire off pages to some Administrators.
|
| I cant seen to find a solution (in house - built into windows 2003 / 2000
| server).
|
| I would like to have about 4 - 6 pager numbers called when the script *.bat
| file is run.
|
| The number should dial out something like: 1-123-456-7890 , , , ,
| 1-123-123-0012 *
|

Definitely Off Topic ! please laern how to post properly.

All those News Groups and /* not one */ is a scripting News Group !
microsoft.public.windows.server.scripting
 
Depends on what you want to achieve, there are alot of solutions in the
industry for this ie OpenView, must implementations have a seperate ISDN link
incase the alert if the WAN is down. You can create a solution using PERL
scripts etc, but this is harder to achieve and requires a programming
background.
 
Back
Top