Powershell – Check and find the product GUID of an installed MSI setup

The product code is the unique GUID of identifying an application or product release; In other words, different versions and languages of Product must have different product codes. Also, ProductCode can be used to query feature state, and product state. For example, installer API “MsiQueryFeatureStateEx()” and “MsiQueryProductState()”, etc. Read More …

Retrieve Client PC or Workstation name (T-SQL)

Read More …

GROUP BY techniques (SQL Server)

Read More …

How to determine the date and time on a remote system using WMI?

Read More …