Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
digipoint
Engaged Sweeper
Hey

We need a report of all the different licenses, all the keys, we have from MS products......
in the report builder i don't find the script


can you give me hint how to code this ....


http://www.digipoint.be/
2 REPLIES 2
digipoint
Engaged Sweeper
thx i can continue building now
http://www.digipoint.be/
Hemoco
Lansweeper Alumni
Something like this

SELECT     dbo.tblComputers.Computername, dbo.tblSerialnumber.Product, dbo.tblSerialnumber.ProductID, dbo.tblSerialnumber.ProductKey
FROM dbo.tblComputers INNER JOIN
dbo.tblSerialnumber ON dbo.tblComputers.Computername = dbo.tblSerialnumber.Computername

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now