Additional maintenance & email configuration options
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