Category / BIOS / Hardware / UEFI / WMI

    Loading posts...
  • Useful WMIC commands

    Some WMIC  (and Get-WMIObject) commands that I use all the time…

  • Extract drivers from Lenovo driver packages

    If you are running an older version of PowerShell you can use this alternative script:  
  • Inject drivers in task sequence step

    Run command line: DISM.exe /Image:C:\ /Add-Driver /Driver:.\ /Recurse Package: SCCM package with no program TS step conditions: WMI Namespace: root\cimv2 WQL query: select Model from Win32_ComputerSystem where Model like "%THINKPAD T450s%" and / or WMI Namespace: root\cimv2 WQL query: SELECT * FROM Win32_ComputerSystemProduct WHERE Version LIKE “%ThinkPad T420%”