I am working on deploying a simple PowerShell script through a command package using Lansweeper:
Command: Powershell.exe -executionpolicy bypass -file "\\Lansweeper\DefaultPackageShare$\Installers\Example\Example.ps1"
When deploying this package to a single machine, everything works fine. However, when I attempt to deploy it to a report containing about 120 assets, approximately 20 of them deploy successfully while the others encounter errors.
Error Details:
- Return Error: -196608
- Result: Deployment ended: Unknown error (0xfffd0000). Stop(Failure)
I have tried redeploying multiple times, but the results are consistent: a few assets deploy successfully, and the rest fail.
Has anyone experienced this error or something similar when attempting a mass deployment? Any insights or solutions would be greatly appreciated.