I've imported a large number of IP Ranges via CSV. Is there a SQL Script I can use to set the Scan Schedules en mass (e.g. If Description like 'something' then set scan schedule to every Tuesday at 9am) similarly can I enable/disable the IP Range this way.
Take a look at tsysipscanranges in SSMS on your lansweeperdb. It holds all the data of your IP range scanning targets. So you can execute scripts on it there to change settings in bulk.