From a59c111140c3917ffb7afea0e9604b80798a1ebf Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 11 Feb 2021 17:58:59 +0000 Subject: [PATCH] add community script --- api/tacticalrmm/scripts/community_scripts.json | 7 +++++++ ...lay Message To User.ps1 => Display_Message_To_User.ps1} | 0 2 files changed, 7 insertions(+) rename scripts/{Display Message To User.ps1 => Display_Message_To_User.ps1} (100%) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index e7dfff43..583152b9 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -194,5 +194,12 @@ "name": "TRMM Defender Exclusions", "description": "Windows Defender Exclusions for Tactical RMM", "shell": "powershell" + }, + { + "filename": "Display_Message_To_User.ps1", + "submittedBy": "https://github.com/bradhawkins85", + "name": "Display Message To User", + "description": "Displays a popup message to the currently logged on user", + "shell": "powershell" } ] \ No newline at end of file diff --git a/scripts/Display Message To User.ps1 b/scripts/Display_Message_To_User.ps1 similarity index 100% rename from scripts/Display Message To User.ps1 rename to scripts/Display_Message_To_User.ps1