
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-16-2015 09:27 PM
Basic question I'm sure but how do you get Powershell scripts to run? Powershell is installed on the LS server but no matter how I configure an action, they fail. If I run Powershell from my machine and manually run the script, it runs fine.
Solved! Go to Solution.
Labels:
- Labels:
-
General Discussion
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2015 01:26 PM
This seems to be a working solution:
Alternatively you could use the deployment feature of Lansweeper and deploy scripts or other kinds of installers/commands to your network computers, so they will locally be executed. Instructions on how to create a deployment package can be found here.
powershell.exe -noprofile -executionpolicy bypass -file {actionpath}YourScript.ps1
Alternatively you could use the deployment feature of Lansweeper and deploy scripts or other kinds of installers/commands to your network computers, so they will locally be executed. Instructions on how to create a deployment package can be found here.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-17-2015 01:26 PM
This seems to be a working solution:
Alternatively you could use the deployment feature of Lansweeper and deploy scripts or other kinds of installers/commands to your network computers, so they will locally be executed. Instructions on how to create a deployment package can be found here.
powershell.exe -noprofile -executionpolicy bypass -file {actionpath}YourScript.ps1
Alternatively you could use the deployment feature of Lansweeper and deploy scripts or other kinds of installers/commands to your network computers, so they will locally be executed. Instructions on how to create a deployment package can be found here.
