From 68114af27e8cd9afd752f949560044b0e680a69f Mon Sep 17 00:00:00 2001 From: David Yoder Date: Tue, 25 Jun 2024 16:07:04 -0400 Subject: [PATCH] removed a few lines since the logic moved to Tools.ps1 --- Fix-WindowsHealth.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Fix-WindowsHealth.ps1 b/Fix-WindowsHealth.ps1 index 84d5997..476c2f7 100644 --- a/Fix-WindowsHealth.ps1 +++ b/Fix-WindowsHealth.ps1 @@ -1,6 +1,3 @@ -# Check the RMM runtime variable to see if it's set to 'null', if not then set the $TicketID -If ( $TicketNumber.Trim().ToLower() -ne 'null' ) { $Global:TicketNumber = $TicketNumber.Trim() } - # Run SFC to check the filesystem, convert the result from Unicode to UTF8, delete the intermediate $tempFile $tempFile = New-TemporaryFile $(sfc.exe /scannow) | Out-File $tempFile