https://community.spiceworks.com/how_to/137126-dell-openmanage-server-administrator-e-mail-alerts Used this webpage to setup email alerts In OMSA, setup under Preferences, General Settings, the email Server smtp.ntdomain.local but could not figure out how to make it email except from webpages Found the above script and changed the paramaters for Century Bank and saved to \\Dc-lucedale\n\Intranet\IT\Docs\Info\Server-Monitoring\DellSMTPNotify On the Target DC, Navigate to \\Dc-lucedale\n\Intranet\IT\Docs\Info\Server-Monitoring Then run Setup-DC.bat to Copy OMAlert.ps1 to C:\Scripts\DellSMTPNotify on the DC Then launch PowerShell and change to C:\Scripts\DellSMTPNotify and then run .\OMAlert.ps1 -configure NOTE: If running a 32-bit version of OMSA, you will first need to modify the script changing Program Files to Program Files(x86) OMSA is now configured in Alerts to run the scripts for failures that will send emails. You can see this under OMSA under home, alert management, execute application Test by changing Temperature under System, Main System Chasis, Temperatures. After testing, change it back. Add adddtional emails in script if needed including text messaging emails. May need to run Set-ExecutionPolicy Unrestricted ================================================================================================================= Update After having to install a newer version of OMSA (ver 9.3) at Escatawpa, the previous script gave an error trying to configure. Error! No application exists in the specified path. So I then got a different script from this website: https://www.tachytelic.net/2011/09/dell-poweredge-email-alerts/ Modified it for Century Bank and named it DellAlert-CB.ps1 and put it in C:\Scripts Ran .\DellAlert-CB.ps1 setup and it configured the batch files in C:\Scripts and configured OMSA So New Instructions for OMSA 9.3 On the Target DC, Navigate to \\dc-lucedale\Intranet\IT\Disks\Server-Monitoring Then run Setup-DC.bat to Copy OMAlert.ps1 (not needed now) and DellAlert-CB.ps1 to C:\Scripts\DellSMTPNotify on the DC Then launch PowerShell and change to C:\Scripts\DellSMTPNotify and then run .\DellAlert-CB.ps1 setup OMSA is now configured in Alerts to run the scripts for failures that will send emails. You can see this under OMSA under home, alert management, execute application Test by changing Temperature under System, Main System Chasis, Temperatures. After testing, change it back. Add adddtional emails in script if needed including text messaging emails.