Resolved! Windows Version
I have a custom report called "Windows Version" that finds and lists all system's version information. The SQL query is below.Select Top 1000 tblAssets.AssetID, tblAssets.AssetName, tblAssets.Domain, tblAssets.IPAddress, tsysOS.OSname, tblOpera...