Skip to content

Commit

Permalink
Update DiskSpaceMonitor.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
rswio authored Jan 26, 2025
1 parent 9b7df9e commit 31c23ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Monitoring/DiskSpaceMonitor.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$Threshold = 20 # Percentage
$Threshold = 20 # Change this value to set the disk space alert threshold (percentage)
$Drives = Get-PSDrive -PSProvider FileSystem

foreach ($Drive in $Drives) {
Expand Down

0 comments on commit 31c23ce

Please sign in to comment.