This commit is contained in:
Joeri 2026-02-07 16:30:54 +01:00
parent b4ff510c6a
commit a38b72015c

View file

@ -232,7 +232,7 @@ Write-Log "=====================================================================
Write-Log "SECTION: Initial Restore Point" -Level "INFO" Write-Log "SECTION: Initial Restore Point" -Level "INFO"
Write-Log "================================================================================" -Level "INFO" Write-Log "================================================================================" -Level "INFO"
$RestorePointName = "SYSTEM-CLEANUP-BEFORE-$($TicketNumber -replace '[^A-Za-z0-9]', '')-$($ScriptStartTime.ToString('yyyyMMddHHmmss'))" $RestorePointName = "QUEST-CLEANUP-$($TicketNumber -replace '[^A-Za-z0-9]', '')-$($ScriptStartTime.ToString('yyyy-MM-dd'))"
try { try {
Write-Log "Creating initial restore point: $RestorePointName" -Level "INFO" Write-Log "Creating initial restore point: $RestorePointName" -Level "INFO"