removed a few lines since the logic moved to Tools.ps1

This commit is contained in:
2024-06-25 16:07:04 -04:00
parent f4905fec68
commit 68114af27e
-3
View File
@@ -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