
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2018 12:55 PM
Hello,
Has anyone been able to deploy LSAgent silently using SCCM? I've tried a few ways but doesn't seem to like the command switches. It installs the agent, but doesn't have the Auth key assigned and can't see the windows client in the Web Console under LsAgent scanning.
Any scripts to install via SCCM available or easiest way/method to deploy would be great.
Thanks
Has anyone been able to deploy LSAgent silently using SCCM? I've tried a few ways but doesn't seem to like the command switches. It installs the agent, but doesn't have the Auth key assigned and can't see the windows client in the Web Console under LsAgent scanning.
Any scripts to install via SCCM available or easiest way/method to deploy would be great.
Thanks
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-20-2018 02:07 PM
Yes, Use the following command in your "Deployment Types / Scripts"
"LsAgent.exe" --server yourserverFQDNhere --port 9524 --agentkey agentkeyissuedtoserver --mode unattended
The -- double dashes are necessary. There is another post in the forum for deployment from the server itself and we have that working as well. https://www.lansweeper.com/forum/yaf_postst16524_LsAgent-for-Windows.aspx
"LsAgent.exe" --server yourserverFQDNhere --port 9524 --agentkey agentkeyissuedtoserver --mode unattended
The -- double dashes are necessary. There is another post in the forum for deployment from the server itself and we have that working as well. https://www.lansweeper.com/forum/yaf_postst16524_LsAgent-for-Windows.aspx
