Windows Server 2016 email notifications/warnings

Associate
Joined
20 Oct 2005
Posts
1,900
Location
Suffolk, UK
As title really, is there any built-in email functionality for Windows Server 2016 for warnings/notifications? I'm specifically after HDD/storage/backup warnings, since I don't tend to remote into my home server sometimes for 3-4 weeks at a stretch. So if a HDD starts getting URE faults, I would like an email on the first instance, same for if a backup fails etc etc. Anyone know if this is possible with Win Server 2016?
 
How well do you know powershell? :D all the components are there but its like a lego house, you just need to bring it all together.

If its logged in the event log then you can email it, though you need an smtp relay\server (could also be installed on the server itself) to actually send the messages, its likely the easiest option if there is no application ready built :)
 
I'm not unfamiliar with Powershell, I used it to create my storage spaces pools, using some old SSDs as write caches etc, because the GUI isn't complete for that purpose. I'll have a dig, but it's nice to know it's all there, thanks :)
 
I use it to keep an eye on my host, a bunch of servers and even a couple of raspberry pis. Very capable but of software
 
Back
Top Bottom