2 lines
86 B
PowerShell
2 lines
86 B
PowerShell
|
# Get BIOS Serial Number for Collectors
|
||
|
Get-WmiObject Win32_BIOS | Select SerialNumber
|