From 1c9c5232fe5274a51861117a0bbd57ce9b9c30b8 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 26 Mar 2021 10:17:44 -0400 Subject: [PATCH 1/3] Rename bios_check.ps1 to Win_Bios_Check.ps1 --- scripts/{bios_check.ps1 => Win_Bios_Check.ps1} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{bios_check.ps1 => Win_Bios_Check.ps1} (97%) diff --git a/scripts/bios_check.ps1 b/scripts/Win_Bios_Check.ps1 similarity index 97% rename from scripts/bios_check.ps1 rename to scripts/Win_Bios_Check.ps1 index e1f09186..ff1b566f 100644 --- a/scripts/bios_check.ps1 +++ b/scripts/Win_Bios_Check.ps1 @@ -20,4 +20,4 @@ Try { Catch { Write-Host "Script Check Failed" Exit 1001 -} \ No newline at end of file +} From bbafb0be87679947c4b758368b3612b4fba8bc2a Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 26 Mar 2021 10:23:46 -0400 Subject: [PATCH 2/3] bios script update --- api/tacticalrmm/scripts/community_scripts.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index cec0fd1d..4efbe70f 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -91,11 +91,12 @@ "shell": "powershell" }, { - "filename": "bios_check.ps1", + "filename": "Win_Bios_Bheck.ps1", "submittedBy": "https://github.com/ThatsNASt", "name": "Check BIOS Information", - "description": "Retreives and reports on BIOS make, version, and date .", - "shell": "powershell" + "description": "Retreives and reports on BIOS make, version, and date.", + "shell": "powershell", + "category": "TRMM (Win):Hardware" }, { "filename": "ResetHighPerformancePowerProfiletoDefaults.ps1", @@ -244,4 +245,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 From 6e5f40ea066e7b29926e65ab66fbde2b61c96bd4 Mon Sep 17 00:00:00 2001 From: silversword411 Date: Fri, 26 Mar 2021 10:29:58 -0400 Subject: [PATCH 3/3] Update community_scripts.json --- api/tacticalrmm/scripts/community_scripts.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/tacticalrmm/scripts/community_scripts.json b/api/tacticalrmm/scripts/community_scripts.json index 4efbe70f..d9a6d524 100644 --- a/api/tacticalrmm/scripts/community_scripts.json +++ b/api/tacticalrmm/scripts/community_scripts.json @@ -91,7 +91,7 @@ "shell": "powershell" }, { - "filename": "Win_Bios_Bheck.ps1", + "filename": "Win_Bios_Check.ps1", "submittedBy": "https://github.com/ThatsNASt", "name": "Check BIOS Information", "description": "Retreives and reports on BIOS make, version, and date.", @@ -245,4 +245,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 +]