cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
sundarrs
Engaged Sweeper II
Hi,

Is there a database script where i can run in configuration-> Database scripts and enter computernames in bulk for exclusion.

I have lot of computername which need to be excluded instead of typing one one machine.

Kindly suggest
1 REPLY 1
Hemoco
Lansweeper Alumni
You can do this with an sql query:
delete from tblcomputers where computer = 'computer' or computer = 'computer2'