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 +]