diff --git a/Create-NewTicketFromBSODAnalysis.ps1 b/Create-NewTicketFromBSODAnalysis.ps1 index c8a1f9d..3a549ca 100644 --- a/Create-NewTicketFromBSODAnalysis.ps1 +++ b/Create-NewTicketFromBSODAnalysis.ps1 @@ -36,7 +36,6 @@ $CulpritProvider = $BSODReportContent[12..13] -join '`n' Switch ( $CulpritProvider ) { { $_ -match $ProviderMicrosoft } { New-TicketComment -Comment "I've analyzed the crash report and it indicates a problem with a Windows component. I'll repair the system now." - New-TicketTimerEntry -Comment "Analysis indicates crash caused by Windows component(s). Scanning and repairing corruption in the system." Source-PSScript -ScriptName "Fix-WindowsHealth" }