Merge pull request #357 from bbrendon/patch-1

Update Check_Events_for_Bluescreens.ps1 - indicate time frame.
This commit is contained in:
Dan 2021-03-31 17:53:21 -07:00 committed by GitHub
commit ca446cac87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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