Merge pull request #357 from bbrendon/patch-1
Update Check_Events_for_Bluescreens.ps1 - indicate time frame.
This commit is contained in:
commit
ca446cac87
|
@ -13,8 +13,8 @@ exit 1
|
|||
|
||||
{
|
||||
else
|
||||
Write-Output "No bluescreen events detected"
|
||||
Write-Output "No bluescreen events detected in the past 24 hours."
|
||||
exit 0
|
||||
}
|
||||
|
||||
Exit $LASTEXITCODE
|
||||
Exit $LASTEXITCODE
|
||||
|
|
Loading…
Reference in New Issue