From 4745cc03783ab24c9abc83d667c8f8ca415dcecf Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 14 Apr 2021 09:25:26 +0200 Subject: [PATCH] Fixes --- api/tacticalrmm/scripts/community_scripts.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 88b18581..0dd2fc43 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -479,5 +479,14 @@ "description": "Get list of computer users and show which one is enabled", "shell": "powershell", "category": "TRMM (Win):Other" + }, + { + "guid": "77da9c87-5a7a-4ba1-bdde-3eeb3b01d62d", + "filename": "Set_Network_To_Private.ps1", + "submittedBy": "https://github.com/tremor021", + "name": "Set Network To Private", + "description": "Sets current network type to Private", + "shell": "powershell", + "category": "TRMM (Win):Network" } ] \ No newline at end of file