11-04-2010 11:34 PM
11-10-2010 10:52 AM
11-08-2010 09:39 AM
Select tblComputers.Computername, tblComputers.ComputerUnique,
tblComputers.Domain, tblADComputers.OU, tblComputers.LastknownIP
From tblComputers Inner Join
tblADComputers On tblComputers.Computername = tblADComputers.Computername
Where tblADComputers.OU = 'your OU name'
11-09-2010 10:58 PM
11-06-2010 02:18 PM
11-07-2010 02:31 AM
Lansweeper wrote:
Do the servers have a common criteria (same OU, ...)
If not you need to specify their name in the "where" clause.
... where computer = 'computer1' or computer = 'computer2' ...
11-05-2010 09:59 PM
11-05-2010 10:05 PM
Lansweeper wrote:
You won't be able to display this information in a tabular report because information like disks/software will contain multiple rows for each computer.
11-05-2010 09:38 PM
11-05-2010 09:40 PM
Lansweeper wrote:
Could you give some more details, which fields needed, ...
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now