I apologize, but I simply have a hard time building a report to do what I want to do. Basically I want to end up with a list of ALL of my workstations showing the following columns: Computer Name, IP Location, Office version, Office license Key.
We can look at Office licenses for each asset by simply going to the software tab and scrolling to the bottom. But I cannot find a table with that information to place in my report. And I can't find a way to replace "ip address" with the "ip location". Here is what I have...
Select Top 1000000 tblAssets.AssetID,
tblAssets.AssetName,
tblAssets.IPAddress,
tblAssets.Lastseen
From tblAssets
Inner Join tblAssetCustom On tblAssets.AssetID = tblAssetCustom.AssetID