Skip to content

Commit

Permalink
[CorpEmailReport] sane default check values
Browse files Browse the repository at this point in the history
  • Loading branch information
kib committed Oct 23, 2015
1 parent 28cf24a commit fdcb2aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Get-CorpEmailReport.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,13 @@
if(!$ScriptFilesPath){$ScriptFilesPath=".\"}

#Threshold for days since last database backup (warning threshold) . Color warning will show otherwise
[int]$BackupWarning = 1000
[int]$BackupWarning = 3

#Threshold for days since last database backup (Error threshold) . Color warning will show otherwise
[int]$BackupError = 2000
[int]$BackupError = 5

#Threshold for days since Exchange Servers have been restarted (Numbers represents days) . Color warning will show otherwise
[int]$UptimeErrorThreshold = 600
[int]$UptimeErrorThreshold = 100

#Coloring
$greenColor = "#00FF00"
Expand Down

0 comments on commit fdcb2aa

Please sign in to comment.