send-mailmessage

About this tag
The send-mailmessage tag covers PowerShell scripts that use the Send-MailMessage cmdlet to send email alerts for system monitoring. Content includes a script that monitors device status by pinging hosts and sending notifications when a system is unreachable. The script generates balloon notifications and email alerts, and it requires configuration of monitored hosts in a text file. This tag is relevant for Windows administrators and IT professionals automating alerting workflows with PowerShell.
  1. Neemobeer

    Windows 10 Powershell script to monitor device status

    Another powershell script. This one is for monitoring systems and to send alerts if a monitored system is no longer pingable. It generates a balloon notification and an email alert. It is similar to my laptop tracking script. Run the script once to configure it then add your hosts you wish...
Back
Top