From f899905d274a833266d4172efd328126a5f151c5 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Sat, 27 Mar 2021 00:41:51 -0400 Subject: [PATCH] Updating script to std format: AD --- api/tacticalrmm/scripts/community_scripts.json | 7 ++++--- ..._Bin.ps1 => Win_AD_Check_And_Enable_AD_Recycle_Bin.ps1} | 0 2 files changed, 4 insertions(+), 3 deletions(-) rename scripts/{AD_Check_And_Enable_AD_Recycle_Bin.ps1 => Win_AD_Check_And_Enable_AD_Recycle_Bin.ps1} (100%) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index d9a6d524..c49ba8e8 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -225,11 +225,12 @@ "shell": "cmd" }, { - "filename": "AD_Check_And_Enable_AD_Recycle_Bin.ps1", + "filename": "Win_AD_Check_And_Enable_AD_Recycle_Bin.ps1", "submittedBy": "https://github.com/silversword411", "name": "AD - Check and Enable AD Recycle Bin", "description": "Only run on Domain Controllers, checks for Active Directory Recycle Bin and enables if not already enabled", - "shell": "powershell" + "shell": "powershell", + "category": "TRMM (Win):Active Directory" }, { "filename": "Check_Events_for_Bluescreens.ps1", @@ -245,4 +246,4 @@ "description": "Rename computer. First parameter will be new PC name. 2nd parameter if yes will auto-reboot machine", "shell": "powershell" } -] +] \ No newline at end of file diff --git a/scripts/AD_Check_And_Enable_AD_Recycle_Bin.ps1 b/scripts/Win_AD_Check_And_Enable_AD_Recycle_Bin.ps1 similarity index 100% rename from scripts/AD_Check_And_Enable_AD_Recycle_Bin.ps1 rename to scripts/Win_AD_Check_And_Enable_AD_Recycle_Bin.ps1