→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
08-17-2012 07:10 PM
08-23-2012 01:27 PM
Please try the report below for the processor information you are after.
Select Distinct Top 1000000 tblComputers.Computername,
tblComputers.ComputerUnique, tblComputers.Domain, Web40OSName.OSname,
Web40OSName.Compimage As icon, web40ProcessorCapacity.CPU,
web40ProcessorCapacity.Name, web40ProcessorCapacity.MaxClockSpeed As
ClockSpeed, web40ProcessorCapacity.NrOfProcessors, tblPROCESSOR.NumberOfCores
From tblComputers Inner Join
tblComputerSystemProduct On tblComputers.Computername =
tblComputerSystemProduct.Computername Inner Join
web40ActiveComputers On web40ActiveComputers.Computername =
tblComputers.Computername Inner Join
Web40OSName On Web40OSName.Computername = tblComputers.Computername Inner Join
web40ProcessorCapacity On web40ProcessorCapacity.Computername =
tblComputers.Computername Left Join
tblPROCESSOR On tblPROCESSOR.Caption = web40ProcessorCapacity.Name
Order By web40ProcessorCapacity.NrOfProcessors Desc, tblComputers.ComputerUnique
To use the specified report, do the following:
• Open the Lansweeper configuration console and select Reports & Alerts\Report Builder. Hit the “New” button.
• Copy the SQL code provided and paste it at the bottom of the newly created report, replacing the default SQL code.
• Click somewhere near tblComputers so the new code applies.
• Give the report a “View name” and a “Report name” and hit the “Save” button.
• Double-click on the report in the report list to see its results and export options.
Currently, the only way to retrieve SQL edition details is through custom registry scanning: http://lansweeper.com/forum/yaf_postst6099_Query-SQL-Server-Version-standardeveloperenterprise.aspx
The problem is that this information is not included in the software name listed under Add/Remove Programs, which is why Lansweeper cannot scan it by default. We plan on implementing a procedure to make SQL edition detection easier in the future, but we do not currently have a release date for this feature.
“Find out if lansweeper can query the host that each the vm is associated to.”
This is not currently possible. This feature will be added in Lansweeper 5.0, which is currently in development. We expect to have a 5.0 beta release ready by October. Previews can be seen on our Facebook page: http://www.facebook.com/lansweeper.network.inventory
08-23-2012 01:15 PM
08-20-2012 06:55 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now