-
This commit is contained in:
parent
b89d9664b5
commit
088ef92797
1 changed files with 2 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ $WebhookURL = "https://n8n.questcomputers.be/webhook-test/8fde21e2-937f-4142-b98
|
|||
$ScriptCreateRestorePoint = "https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/create_restorepoint.ps1"
|
||||
$ScriptGetComputerInfo = "https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/pc_information.ps1"
|
||||
$ScriptGetInstalledAV = "https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/installed_av.ps1"
|
||||
|
||||
$ScriptRunBleachBit = "https://git.questcomputers.be/quest-scripts/scripts/raw/branch/main/bleachbit.ps1"
|
||||
|
||||
# Check if C:\Quest exists...
|
||||
$LogDirectory = "C:\Quest"
|
||||
|
|
@ -88,6 +88,7 @@ if ($result -eq [System.Windows.Forms.DialogResult]::OK) {
|
|||
$CreateRestorePoint = irm $ScriptCreateRestorePoint | iex
|
||||
$GetComputerInfo = irm $ScriptGetComputerInfo | iex
|
||||
$GetInstalledAV = irm $ScriptGetInstalledAV | iex
|
||||
$RunBleachBit = irm $ScriptRunBleachBit | iex
|
||||
|
||||
# Webhook
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue