cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
bdirkx
Engaged Sweeper
I have a report build for scanning what version of autocad is installed on a machine.
But my question is how do i get the serial number of autocad in my report.

This is my report.

Select Top 100 Percent tblComputers.Computername, tblSoftware.SoftwarePublisher,
tblSoftware.softwareName, tblSoftware.softwareVersion, tblADusers.Firstname,
tblADusers.Lastname, tblADusers.Company
From tblComputers Inner Join
tblSoftware On tblComputers.Computername = tblSoftware.ComputerName Inner Join
tblADusers On tblComputers.Username = tblADusers.Username
Where tblSoftware.SoftwarePublisher = 'Autodesk'
Order By tblComputers.Computername

Can anybode help me.

Greetings Bart Dirkx
3 REPLIES 3
Hemoco
Lansweeper Alumni
Version 3.5 can't scan autocad license keys.
bdirkx
Engaged Sweeper
thanks but where working whit 3.5.2 until 4 is released.
Hemoco
Lansweeper Alumni
Are you testing beta version 4? this version has this feature.

New to Lansweeper?

Try Lansweeper For Free

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

Try Now