cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JDLM
Engaged Sweeper
In Lansweeper one of the scans that it does is for less than 1GB free on hard drive space

Is there a section or a place where I can exclude the servers that are showing up on this scan? They disk that Lansweeper is reading and being "low" is in fact empty and when the machine/server was built it just created it on a reserve and it's not being utilized and throwing a "false reading"



Thanks
4 REPLIES 4
Hemoco
Lansweeper Alumni
Could you please clarify what you mean by "showing up in red". Also post the SQL query you are running.
JDLM
Engaged Sweeper
It has been a little bit since I started the topic and I created the exclusion in the report, it doesn't appear that it worked because they are still showing up in red (which the end goal is to get rid of all the red) and have a smooth running network/systems/devices





Thanks for the assistance
JDLM
Engaged Sweeper
Thanks I took the code from above:

Not Like '%ComputerName1%' and Not Like '%ComputerName2%'



I had to make it 3 machines so I ended up with

Not Like '%Vault09%' and Not Like '%Apps01%'and Not Like '%Dc03%'


Hemoco
Lansweeper Alumni
To exclude machines from the report, hit the edit button next to the report under Dashboard/Reports/All Reports and add criteria to the Criteria column for the tblAssets.AssetUnique expression. E.g.:
Not Like '%ComputerName1%' and Not Like '%ComputerName2%'