test
This commit is contained in:
parent
638fa722f2
commit
fa7ea11799
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ $LogDirectory = "C:\Quest"
|
||||||
$LogDate = Get-Date -Format "yyyy-MM-dd"
|
$LogDate = Get-Date -Format "yyyy-MM-dd"
|
||||||
$RandomSuffix = Get-Random -Minimum 1000 -Maximum 9999
|
$RandomSuffix = Get-Random -Minimum 1000 -Maximum 9999
|
||||||
$LogFile = Join-Path $LogDirectory "cleanup-${LogDate}-${RandomSuffix}.log"
|
$LogFile = Join-Path $LogDirectory "cleanup-${LogDate}-${RandomSuffix}.log"
|
||||||
$WebhookUrl = "https://n8n.questcomputers.be/webhook/99077b7d-140f-477e-9241-2b9581ddaf34"
|
$WebhookUrl = "https://n8n.questcomputers.be/webhook-test/99077b7d-140f-477e-9241-2b9581ddaf34"
|
||||||
$ScriptStartTime = Get-Date
|
$ScriptStartTime = Get-Date
|
||||||
|
|
||||||
# Configuration - Timeout for winget (in seconds)
|
# Configuration - Timeout for winget (in seconds)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue