Purgos can now obtain information on common microsoft product keys, such as windows, office, exchange or SQL server.
This information is avaliable through the new WMI class SFTZ_ProductKeys. This class is updated
when a requery all is executed on a managed computer. Once the requery is complete the information
is avaliable from a user defined column, report, or the details view.
The product keys class properties can be viewed through the details view by adding the class SFTZ_ProductKeys as a custom class to the details view.
Once the class has been added, all known product keys can be viewed from the details view.
The same information can be viewed as a user defined column.
The following query can be used to obtain the windows prodcut key in a user defined column.
SELECT ProductKey FROM SFTZ_ProductKeys WHERE ProductType="Windows"