A loginscript (batch file is indeed better)
Some services log on/off constantly which trigger the gpo
- on average how long does it take to do a full scan of a PC and is there a finite limit in number of connecting PCs before it is recommended to have multiple central servers
You can see the timing of a pc in the action screen (in seconds)
The service works with a queing system (simultaneous scans)
if you have 10 simultaneous scans and 100 computers report in at the same time, the 11th computer waits in the queue until the first one is finished.
- would it be bandwidth intensive on the network
In the past I managed to get it to work over a 128 kbit Wan.
- what are the risks or running this application. More specifically does it make any changes to the end PC at any time other than the configurable action scripts
No changes are made, the only thing lsclient does is sending a message to the service "hello I'm here, please scan me"
- is the SQL table structure likely to change radically in the future. Investigating the possibility of using the product to link with a service desk system and conscious that recent updates have meant old versions were not upgradable.
The database scructure is closely linked to the WMI structure of microsoft, so it won't change much.
- is there any roadmap for future releases
The wishlist is used for this (a service desk system is also on the wish list)
Since the product is relatively new (not taking into account versions below 2.0) the community can still grow quite a lot.