
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-08-2021 08:12 PM
Hello People, looking for some clarity if not help here.
Using 'deployment' with SSH and Linux scripting is not in the documentation, there is even explicit mention on a page i found that the deployment only works with Microsoft platform products.
Knowing how easy it is to ssh and script on Linux, i assume it may be possible ?
Can this be explained and/or verified ?
Using 'deployment' with SSH and Linux scripting is not in the documentation, there is even explicit mention on a page i found that the deployment only works with Microsoft platform products.
Knowing how easy it is to ssh and script on Linux, i assume it may be possible ?
Can this be explained and/or verified ?
Labels:
- Labels:
-
General Discussion
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-17-2022 08:03 PM
You can call powershell in a command prompt from Installer Package using :
powershell -Command "Put your powershell command here"
powershell -Command "Put your powershell command here"

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2022 12:18 AM
As someone who was REALLY hoping I can use the package deployment options on Linux, I can confirm that everything I read on LANSWEEPER shows it has to be windows based only.
You can find the DEPLOYMENT REQUIREMENTS HERE.
EDIT: I was motivated and tried to pass "commands" (in lansweeper) via command prompt. The theory was to pass
But SSH wasn't availble from command prompt and calling powershell from a command prompt didn't work so the entire theory is a bust. I wish they would add it, but it sounds like yet ANOTHER tool we will have to manage to do what lansweeper already does for windows. ugh.

You can find the DEPLOYMENT REQUIREMENTS HERE.
EDIT: I was motivated and tried to pass "commands" (in lansweeper) via command prompt. The theory was to pass
1: c: ssh user@computer
2: $computer# (lansweeper command1)
3: $computer# (lansweeper command2)
But SSH wasn't availble from command prompt and calling powershell from a command prompt didn't work so the entire theory is a bust. I wish they would add it, but it sounds like yet ANOTHER tool we will have to manage to do what lansweeper already does for windows. ugh.
