Merge pull request #341 from silversword411/develop
Script Update to standardized format
This commit is contained in:
commit
152e145b32
|
@ -91,11 +91,12 @@
|
||||||
"shell": "powershell"
|
"shell": "powershell"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "bios_check.ps1",
|
"filename": "Win_Bios_Check.ps1",
|
||||||
"submittedBy": "https://github.com/ThatsNASt",
|
"submittedBy": "https://github.com/ThatsNASt",
|
||||||
"name": "Check BIOS Information",
|
"name": "Check BIOS Information",
|
||||||
"description": "Retreives and reports on BIOS make, version, and date.",
|
"description": "Retreives and reports on BIOS make, version, and date.",
|
||||||
"shell": "powershell"
|
"shell": "powershell",
|
||||||
|
"category": "TRMM (Win):Hardware"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filename": "ResetHighPerformancePowerProfiletoDefaults.ps1",
|
"filename": "ResetHighPerformancePowerProfiletoDefaults.ps1",
|
||||||
|
|
Loading…
Reference in New Issue