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"
|
||||
},
|
||||
{
|
||||
"filename": "bios_check.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 .",
|
||||
"shell": "powershell"
|
||||
"description": "Retreives and reports on BIOS make, version, and date.",
|
||||
"shell": "powershell",
|
||||
"category": "TRMM (Win):Hardware"
|
||||
},
|
||||
{
|
||||
"filename": "ResetHighPerformancePowerProfiletoDefaults.ps1",
|
||||
|
|
|
@ -20,4 +20,4 @@ Try {
|
|||
Catch {
|
||||
Write-Host "Script Check Failed"
|
||||
Exit 1001
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue