3

I would like to create a script that emails me when a scheduled daily backup runs. I'd prefer the email to indicate success or failure. I understand that this is not an easy thing to do with Windows Server 2008.

Is it possible? If so, how?

Thanks

Brian Webster
  • 1,123
  • 1
  • 18
  • 39

1 Answers1

3

Easiest way would be to setup an alert from the eventlog for backup events.

Otherwise roll your own PowerShell script to control the backup and alerting (WSB comes with a number of cmdlets for PowerShell)

commandbreak
  • 1,009
  • 5
  • 6