Wmic Help | New [work]
Software Inventory:Old: wmic product get name,version New: Get-CimInstance Win32_Product | Select-Object Name, Version
: Use wmic [alias] /? (e.g., wmic process /? ) to see verbs like GET , LIST , CREATE , and DELETE supported by that alias. wmic help new
It is now considered a "Feature on Demand" (FoD) that must be manually installed via the Windows Optional Features menu or PowerShell . Software Inventory:Old: wmic product get name