From f86d3b7518fe2bbd5ec4b8cf4d1400ea5ac8259c Mon Sep 17 00:00:00 2001 From: Joeri Date: Fri, 20 Feb 2026 16:30:49 +0100 Subject: [PATCH] - --- create_restorepoint.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/create_restorepoint.ps1 b/create_restorepoint.ps1 index a0f45f2..04cc09e 100644 --- a/create_restorepoint.ps1 +++ b/create_restorepoint.ps1 @@ -17,7 +17,6 @@ try { # Return the result as JSON @{ Name = $Name - RestorePointType = $restorePointType Status = $status Timestamp = Get-Date -Format "yyyy-MM-dd HH:mm:ss" } | ConvertTo-Json \ No newline at end of file