cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
CanalDigitaal
Engaged Sweeper
I'm a version 3.2 premium user. We have a lot of portable machines that are not showing up as a portable computer. Is there a way to edit those machines in the database so they will show up as a portable machine?
2 REPLIES 2
Anonymous
Not applicable
If it helps, all our portables have PCMCIA controllers as discussed before somewhere in this forum as far as I recall, so I've done a simple query to show the portables:

SELECT DISTINCT dbo.tblPCMCIAController.Computername, dbo.tblPCMCIAController.Lastchanged, dbo.tblComputers.Username
FROM dbo.tblPCMCIAController INNER JOIN
dbo.tblComputers ON dbo.tblPCMCIAController.Computername = dbo.tblComputers.Computername
Hemoco
Lansweeper Alumni
You need to alter the view "web30repallportables".
It is currently showing all devices which have a battery as portables.