Help for this page

Select Code to Download


  1. or download this
    $compsys = get-wmiObject win32_computersystem
    $biosinf = get-wmiObject win32_bios
    ...
    "Bios  = " + $biosinf.name + " " + $biosinf.smbiosbiosversion
    foreach ( $nic in $netinfo ) { "NIC   = " + $nic.name }
    foreach ( $cd in $cdrom )    { "CDROM = " + $cd.name }