This commit is contained in:
2024-06-21 14:28:50 -04:00
parent ebc98e979e
commit b738b25b9a
+1 -1
View File
@@ -1,5 +1,5 @@
# 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' ) { $TicketID = $TicketNumber }
If ( $TicketNumber.Trim().ToLower() -ne 'null' ) { $TicketID = $TicketNumber.Trim() }
# Run SFC to check the filesystem, convert the result from Unicode to UTF8, delete the intermediate $tempFile
$tempFile = New-TemporaryFile