Skip to content

Additional maintenance & email configuration options

Compare
Choose a tag to compare
@kmwoley kmwoley released this 15 Feb 17:42
be35fd5

Users can now set the following variables to control sending emails on success and/or error conditions.
Users can now completely disable maintenance activities.

New config.ps1 variable defaults for these options:

$SnapshotMaintenanceEnabled = $true 
$SendEmailOnSuccess = $false
$SendEmailOnError = $true