-
This commit is contained in:
parent
b6fc0ac48f
commit
52ca99bf24
1 changed files with 5 additions and 5 deletions
10
cleanup.ps1
10
cleanup.ps1
|
|
@ -76,13 +76,13 @@ if ($result -eq [System.Windows.Forms.DialogResult]::OK) {
|
|||
exit
|
||||
}
|
||||
|
||||
# Run scripts
|
||||
$CreateRestorePoint = irm $ScriptCreateRestorePoint | iex
|
||||
$GetComputerInfo = irm $ScriptGetComputerInfo | iex
|
||||
$GetInstalledAV = irm $ScriptGetInstalledAV | iex
|
||||
|
||||
# Send webhook
|
||||
try {
|
||||
# Run scripts
|
||||
$CreateRestorePoint = irm $ScriptCreateRestorePoint | iex
|
||||
$GetComputerInfo = irm $ScriptGetComputerInfo | iex
|
||||
$GetInstalledAV = irm $ScriptGetInstalledAV | iex
|
||||
|
||||
$payload = @{
|
||||
ticket = $ticket
|
||||
$CreateRestorePoint = $CreateRestorePoint | ConvertFrom-Json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue