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"