script library - sn collector

This commit is contained in:
silversword411 2021-05-13 12:37:10 -04:00
parent e388243ef4
commit 4f16d01263
No known key found for this signature in database
GPG Key ID: 6F4BD176F56B50CA
2 changed files with 11 additions and 0 deletions

View File

@ -152,6 +152,15 @@
"shell": "powershell",
"category": "TRMM (Win):Hardware"
},
{
"guid": "72c56717-28ed-4cc6-b30f-b362d30fb4b6",
"filename": "Win_Hardware_SN.ps1",
"submittedBy": "https://github.com/subzdev",
"name": "Hardware - Get Serial Number",
"description": "Returns BIOS Serial Number - Use with Custom Fields for later use",
"shell": "powershell",
"category": "TRMM (Win):Collectors"
},
{
"guid": "95a2ee6f-b89b-4551-856e-3081b041caa7",
"filename": "Win_Power_Profile_Reset_High_Performance_to_Defaults.ps1",

View File

@ -0,0 +1,2 @@
# Get BIOS Serial Number for Collectors
Get-WmiObject Win32_BIOS | Select SerialNumber