WMIC using like to query for spefific software
How can I use wmi and wildcards to gather software information (installed) which only fits a certin criteria and using like? The following is an example on how to use WMIC to search using like and report back any Symantec software. Change %symant% to match you’re your specific criteria.
wmic product where “caption like ‘ %symant%’ ” get name, IdentifyingNumber, version