Merge pull request #341 from silversword411/develop

Script Update to standardized format
This commit is contained in:
Dan 2021-03-26 14:45:37 -07:00 committed by GitHub
commit 152e145b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -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",

View File

@ -20,4 +20,4 @@ Try {
Catch {
Write-Host "Script Check Failed"
Exit 1001
}
}