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",
|
||||||
|
|
|
@ -20,4 +20,4 @@ Try {
|
||||||
Catch {
|
Catch {
|
||||||
Write-Host "Script Check Failed"
|
Write-Host "Script Check Failed"
|
||||||
Exit 1001
|
Exit 1001
|
||||||
}
|
}
|
Loading…
Reference in New Issue