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