-
This commit is contained in:
parent
f469f3a444
commit
ef0c35fcef
2 changed files with 28 additions and 7 deletions
|
|
@ -78,7 +78,7 @@ if ($result -eq [System.Windows.Forms.DialogResult]::OK) {
|
|||
|
||||
# Send webhook
|
||||
try {
|
||||
$CreateRestorePoint = irm $ScriptCreateRestorePoint | iex -ArgumentList $ticket, $ScriptStartTime, $ScriptResult
|
||||
$CreateRestorePoint = irm $ScriptCreateRestorePoint | iex
|
||||
$GetComputerInfo = irm $ScriptGetComputerInfo | iex
|
||||
$GetInstalledAV = irm $ScriptGetInstalledAV | iex
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue