do not bill ticket

This commit is contained in:
2024-07-03 17:09:29 -04:00
parent 6904647871
commit e872cdf02a
-1
View File
@@ -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"
}