From a38b72015ca5ff0d9208ad3d8fc62ad8048a4b5e Mon Sep 17 00:00:00 2001 From: Joeri Date: Sat, 7 Feb 2026 16:30:54 +0100 Subject: [PATCH] - --- cleanup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup.ps1 b/cleanup.ps1 index 6ae508a..a806763 100644 --- a/cleanup.ps1 +++ b/cleanup.ps1 @@ -232,7 +232,7 @@ Write-Log "===================================================================== Write-Log "SECTION: Initial Restore Point" -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 { Write-Log "Creating initial restore point: $RestorePointName" -Level "INFO"