Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, December 6, 2019 2:19 PM
Hi,
is there a way in Windows 10 for setting up an alert for low disk space and sending it by e-mail?
Thx.
When you hit a wrong note its the next note that makes it good or bad. Miles Davis
All replies (4)
Friday, December 6, 2019 3:26 PM ✅Answered | 1 vote
You can configure a Data Collector Set Alert in Performance Monitor to monitor disk space - LogicalDisk - Free Megabytes. Then configure an alert task in Task Scheduler:
If you have a local smtp server, you could write a powershell script to monitor the free disk space and go to sleep or email an alert if a threshold was met.
Friday, December 6, 2019 3:41 PM ✅Answered | 1 vote
you could use an event trigger for ID 2013 (at least thats the even on Windows server).
This article contains examples on how to do it:
Event ID 2013 (Disk Is At Or Near Capacity) not getting logged
Friday, December 6, 2019 3:28 PM
Thanks for the direction.
When you hit a wrong note its the next note that makes it good or bad. Miles Davis
Friday, December 6, 2019 4:07 PM
Thanks. Will take a look at this too.
When you hit a wrong note its the next note that makes it good or bad. Miles Davis