If you are trying to query a list of installed applications using WMIC and want to only display certain headers, here is the list of header available:
wmic product get <header>
wmic product get <header>
- Node
- AssignmentType
- Caption
- Description
- HelpLink
- HelpTelephone
- IdentifyingNumber
- InstallDate
- InstallDate2
- InstallLocation
- InstallSource
- InstallState
- Language
- LocalPackage
- Name
- PackageCache
- PackageCode
- PackageName
- ProductID
- RegCompany
- RegOwner
- SKUNumber
- Transforms
- URLInfoAbout
- URLUpdateInfo
- Vendor
- Version
- WordCount
0 comments:
Post a Comment