From 4dd6227f0b018367b247f574bef527e3d5ae93d5 Mon Sep 17 00:00:00 2001 From: beejayzed Date: Mon, 1 Mar 2021 07:55:31 +0700 Subject: [PATCH] Update community_scripts.json --- api/tacticalrmm/scripts/community_scripts.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 583152b9..a3375b32 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -201,5 +201,12 @@ "name": "Display Message To User", "description": "Displays a popup message to the currently logged on user", "shell": "powershell" + }, + { + "filename": "VerifyAntivirus.ps1", + "submittedBy": "https://github.com/beejayzed", + "name": "Verify Antivirus Status", + "description": "Verify and display status for all installed Antiviruses", + "shell": "powershell" } -] \ No newline at end of file +]