You can schedule system scans under Scanning -> Scanning Targets. If you want to schedule LSPush on the client side, you would have to use Windows Task Scheduler. You could create an installer package that "creates" a scheduled task on the client machine.
1. Create scheduled task on a machine using Windows Task Scheduler
Be sure to include time, application to launch (lspush.exe), etc...
2. Export the task to an .xml file
3. Place a copy of LSPush.exe in your {PackageShare} location along with the exported .XML
4. Create a Lansweeper deployment package
Step 1.
(Action) Command
(Step Name) LSPush - Task Scheduler
(Command) Schtasks.exe /Create /TN "{PackageShare}\Installers\LSPush\
Name of Task" /XML "
Name of XML.xml"
Step 2.
(Action) Command
(Step Name) LSPush - Copy to Client
(Command)cmd.exe /c xcopy.exe /Y /i /s {PackageShare}\Installers\LSPush\LSPush.exe "
C:\path"