cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Jezza
Engaged Sweeper
Hello,

Can anyone tell me if computers that are marked as Non-Active are counted in software reports.

As an example, I want a report of all MS Project users & their computers, will I see non-active computers in the report?

If I do, which table & field do I need to add to my report to show the status?

Your help would be appriciated
4 REPLIES 4
Hemoco
Lansweeper Alumni
You need to link view web40ActiveComputers

Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain
From tblComputers Inner Join
web40ActiveComputers On web40ActiveComputers.Computername =
tblComputers.Computername
Jezza
Engaged Sweeper
Any help would be appreciated please
Hemoco
Lansweeper Alumni
Jumpski wrote:

Can anyone tell me if computers that are marked as Non-Active are counted in software reports.

They are not counted in all default reports.
Jezza
Engaged Sweeper
Lansweeper wrote:
Jumpski wrote:

Can anyone tell me if computers that are marked as Non-Active are counted in software reports.

They are not counted in all default reports.


Thank you for your reply. I am however, talking about a custom report I have set-up. I've given the example of one of the reports above, MS Project users and computers.
Would non active computers be counted in this report if MS Project had been installed on a non active PC?

If so, how do I prevent them displaying in my report?