Skip to content

Commit

Permalink
fix(alertsender): load System.Web assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
tigattack committed Apr 2, 2024
1 parent 1c5e1ec commit 454ed83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AlertSender.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $Config = $Config | ConvertFrom-Json
# Import modules.
Import-Module Veeam.Backup.PowerShell -DisableNameChecking
Get-Item "$PSScriptRoot\resources\*.psm1" | Import-Module
Add-Type -AssemblyName System.Web


# Start logging if logging is enabled in config
Expand Down

0 comments on commit 454ed83

Please sign in to comment.