→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎02-05-2020 10:43 PM
‎04-19-2021 05:49 PM
‎04-17-2021 05:47 PM
RobertB wrote:
Are there any command line switches for the LsAgent that is currently installed on a Windows computer?
For example.
LsAgent.exe /scan to force it to scan?
If yes, where might I find a list of these switches?
Thank you,
---
- hosts: windows
gather_facts: no
tasks:
- name: "Stop LansweeperAgent"
win_service:
name: LansweeperAgentService
state: stopped
- name: "Remove timestamps from LsAgent.ini"
win_lineinfile:
path: C:\Program Files (x86)\LansweeperAgent\LsAgent.ini
regex: ^Last
state: absent
- name: "Start LansweeperAgent"
win_service:
name: LansweeperAgentService
state: started
‎06-29-2020 09:58 PM
‎06-25-2020 08:05 PM
‎06-25-2020 08:08 PM
LANGuy wrote:
Well that doesn't sound like something I can push out or easily automate.
‎02-13-2020 08:43 AM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now